Skip to content

Commands

arjunyg edited this page Dec 2, 2013 · 8 revisions

/freeze [arguments ...]

Argument Use
addlimit:<limit> Randomly select the specified number of players and whitelist them.
freeze Add all online players to the whitelist.
save: Save the current whitelist to disk with .
load: Load a whitelist with from the disk.
list List the names of all the saved whitelists.
delete: Delete a saved whitelist named .
clear Clear the whitelist.
enable Enable the whitelist if it is off.
disable Disable the whitelist if it is on.
Argument Short Form(s)
addlimit:<limit> al, limit, addl, addlimit
freeze fz
help h
save s
load ld
list ls
delete rm
clear c
enable on
disable off

Examples:

/freeze fz on

  • Add all online players to the whitelist and enable it.

/freeze al:10

  • Select 10 online players and add them to the whitelist. This does not select players that are already on the whitelist.

/freeze save:old_list c

  • Save the current whitelist to "old_list"
  • Clear the whitelist.

/freeze h

  • Display the help message

/freeze load:old_list rm:old_list

  • Load "old list
  • Delete old list

/freeze alimit:42 enable

  • Add 42 randomly selected players to the whitelist and make sure it is enabled.

How NOT to use this plugin:

/freeze rm:list ld:list

  • The list will be deleted before it is loaded!

/freeze clear save:failList

  • noob will be an empty list, because the whitelist will be cleared before it is saved

Clone this wiki locally