Skip to content

Releases: Zerthick/ProtectionPerms

Equip doesn't Compute

13 May 23:56
Compare
Choose a tag to compare
Equip doesn't Compute Pre-release
Pre-release

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?

13 May 22:00
Compare
Choose a tag to compare
Will it Smelt? Pre-release
Pre-release

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 into protectionperms.item.drop.<itemID>.death and protectionperms.item.drop.<itemID>.dispense to restrict items dropping on death, or from a normal dispense respectively

Enjoy!

Can't Craft That!

15 Apr 19:51
Compare
Choose a tag to compare
Can't Craft That! Pre-release
Pre-release

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!

02 Jan 21:40
Compare
Choose a tag to compare
Winter Cleaning! Pre-release
Pre-release

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!

27 Nov 00:27
Compare
Choose a tag to compare
Let Them Eat Cake! Pre-release
Pre-release

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?

09 Oct 00:38
Compare
Choose a tag to compare

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 to protectionperms 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 of cow

Enjoy!

Update to Sponge API 5.0-SNAPSHOT

09 Jul 18:27
Compare
Choose a tag to compare
Pre-release
  • Updated to Sponge API 5.0-SNAPSHOT

Update to Sponge API 4.0

17 Apr 16:51
Compare
Choose a tag to compare
Pre-release

Updated to Sponge API 4.0

Text API III Update

01 Jan 19:00
Compare
Choose a tag to compare
Text API III Update Pre-release
Pre-release

This release brings compatibility with Text API III

Initial Release!

29 Dec 22:40
Compare
Choose a tag to compare
Initial Release! Pre-release
Pre-release

And so it begins! The initial release of ProtectionPerms.