iControlU: Difference between revisions
From Kaboom Wiki
Modify the introduction a little |
m Move locking to its own section & make filter link to actual page instead of redirect |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
'''iControlU''' is a plugin that allows players to control others with the <code>/icu control</code> command. | '''iControlU''' is a plugin that allows players to control others with the <code>/icu control</code> command. | ||
=Locking= | |||
Before the widespread use of [[Command cores]] and the advent of the connection limit, it was used by bots to provide a "locking" feature, as the plugin disables features such as chat and movement while a player is being controlled. | Before the widespread use of [[Command cores]] and the advent of the connection limit, it was used by bots to provide a "locking" feature, as the plugin disables features such as chat and movement while a player is being controlled. | ||
| Line 5: | Line 7: | ||
It has largely fallen out of use by bot developers as it requires you to have a Minecraft client connected to the server for each person you want to control. This spams chat, and will require the use of proxies if more than 4 locked players join the server at one time. | It has largely fallen out of use by bot developers as it requires you to have a Minecraft client connected to the server for each person you want to control. This spams chat, and will require the use of proxies if more than 4 locked players join the server at one time. | ||
Instead, modern bots implement a "filter" system in their command core. | Instead, modern bots implement a "[[Filtering|filter]]" system in their command core. | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
Latest revision as of 22:49, 3 August 2026
iControlU is a plugin that allows players to control others with the /icu control command.
Locking[edit]
Before the widespread use of Command cores and the advent of the connection limit, it was used by bots to provide a "locking" feature, as the plugin disables features such as chat and movement while a player is being controlled.
It has largely fallen out of use by bot developers as it requires you to have a Minecraft client connected to the server for each person you want to control. This spams chat, and will require the use of proxies if more than 4 locked players join the server at one time.
Instead, modern bots implement a "filter" system in their command core.