-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (18 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
creaturebox
Make creature spawners tradable
Version 0.1
creaturebox fixes several issues with creature spawners, so that they can be altered, and traded between players.
Features:
* When a creature spawner is broken, it is dropped as an item.
* When a creature spawner is placed, it retains its original creature type.
* The creature type which is created by a creature spawner can be changed using the /creaturebox command. To alter a mob spawner, right click on it, then type /creaturebox {creaturename}, where {creaturename} is the name of a creature. Valid creature names are: Pig, Chicken, Cow, Sheep, Squid, Creeper, Ghast, Pig_zombie, Skeleton, Spider, Zombie and Slime.
* Supports the Permissions API. If Permissions (or GroupUsers) is not available, uses the player's Op status to determine its behavior.
Permissions:
* creaturebox.changespawner - Allows use of the /creaturebox command.
* creaturebox.dropspawner - When a creature spawner is broken, it is dropped as an item.
* creaturebox.placespawner - When a creature spawner is placed, it retains its original creature type.
Credits:
* Lead Developer: Lodran
Revision History:
Version 0.1
* First Release