Releases: Zerthick/ProtectionPerms
Releases · Zerthick/ProtectionPerms
Equip doesn't Compute
Release v0.8.0
Minecraft 1.11.2 - Tested on spongeforge-1.11.2-2282-6.0.0-BETA-2297
Changes:
- Added
protectionperms.item.equip.<itemID>
to restrict equipping an item to an armor slot.
Enjoy!
Will it Smelt?
Release v0.7.0
Minecraft 1.11.2 - Tested on spongeforge-1.11.2-2282-6.0.0-BETA-2297
Changes:
- Updated to Sponge API 6.0
- Added
protectionperms.item.fuel.<itemID>
to restrict using an item as fuel in a furnace - Added
protectionperms.item.smelt.<itemID>
to restrict smelting an item in a furnace - Refactored
protectionperms.item.drop.<itemID>
permission intoprotectionperms.item.drop.<itemID>.death
andprotectionperms.item.drop.<itemID>.dispense
to restrict items dropping on death, or from a normal dispense respectively
Enjoy!
Can't Craft That!
Release v0.6.0
Minecraft 1.10.2 - Tested on spongeforge-1.10.2-2281-5.2.0-BETA-2274
Changes:
- Added
protectionperms.item.craft.<itemID>
to restrict the player from crafting items
Enjoy!
Winter Cleaning!
Release v0.5.1
Minecraft 1.10.2 - Tested on spongevanilla-1.10.2-5.1.0-BETA-366
Changes:
- General Code Cleanup for Ore Release
Enjoy!
Let Them Eat Cake!
Release v0.5.0
Minecraft 1.10.2 - Tested on spongevanilla-1.10.2-5.1.0-BETA-359
Update for stable release of API 5.0
Changes:
- Removed
protectionperms.entity.breed.<entityName>
permission as it was broken, for now just rely on the item interact permission:protectionperms.item.use.<itemID>.on.<enityID>.secondary
- Added
on.self
node to item use permissions to prevent the player from using an item on themselves, (Ex: eating cake)protecitonperms.item.use.minecraft:cake.on.self
- Added
protectionperms.item.drop.<itemID>
permission to control players dropping items on the ground
Enjoy!
Permission Naming Convention, What Convention?
Release v0.4.0
Minecraft 1.10.2 - Tested on spongevanilla-1.10.2-5.0.0-BETA-138
Changes:
- Changed permissions prefix from
protectionPerms
toprotectionperms
to match naming convention - Fixed
java.lang.NoClassDefFoundError: org/spongepowered/api/event/entity/MountEntityEvent
- Added
protectionperms.entity.breed.<entityName>
permission - Added
protectionperms.entity.mount.<entityName>
permission - Swapped entity names to entity IDs in permissions, meaning entities now have a
minecraft:
prefix, example:minecraft:cow
instead ofcow
Enjoy!
Update to Sponge API 5.0-SNAPSHOT
- Updated to Sponge API 5.0-SNAPSHOT
Update to Sponge API 4.0
Updated to Sponge API 4.0
Text API III Update
This release brings compatibility with Text API III
Initial Release!
And so it begins! The initial release of ProtectionPerms.