JWorldPermissions

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

http://i.imgur.com/iItyO.png

What is JWorldPermissions ?

JWorldPermissions is the best existing world permissions manager. It is designed to be used with 'Permissions plugin' such as PermissionsEx or bPermissions or others.

What are JWorldPermissions features?

  • Prevent placing blocks
  • Prevent breaking blocks
  • Prevent attacking specifics mobs or from attacking players
  • Prevent interacting with items such as Furnace, Crafting table etc..
  • Prevent from chatting
  • Prevent from having items
  • Prevent from using items
  • Prevent from dropping items
  • Prevent from picking up items
  • Expect new stuffs in the future.
  • Make requests :)

What are JWorldPermissions permissions nodes?

Must know!
The items ID can be found HERE.
[Q]What is data?
Data is the number next to the ID.
Exemple : Wooden Plank (Spruce) is 5:1. ID is 5, Data is 1.
[Q]What if there is no data specified?
The Data = 0
What if the same ID has one with data and one without?
You must use the permission node with .Data! If you want to prevent the one with no data specified, assume it is 0.
[Q]What happens if I don't use the .Data node when needed?
The item wont be prevented



JWorldPermissions.attack.EntityNamePermissions to attacks entities. Entity name for players is 'players'
JWorldPermissions.blocks.break.IDPermissions to break blocks when data can only be 0
JWorldPermissions.blocks.break.ID.DataPermissions to break blocks when data can be other then 0
JWorldPermissions.chatPermissions to chat
JWorldPermissions.blocks.place.IDPermissions to place blocks when data can only be 0
JWorldPermissions.blocks.place.ID.DataPermissions to place blocks when data can be other then 0
JWorldPermissions.interact.IDPermissions to interact with objects such as crafting table or furnace, etc..
JWorldPermissions.item.have.IDPermissions to have items when data can only be 0
JWorldPermissions.item.have.ID.DataPermissions to have items when data can be other then 0
JWorldPermissions.item.drop.IDPermissions to drop items when data can only be 0
JWorldPermissions.item.drop.ID.DataPermissions to drop items when data can be other then 0
JWorldPermissions.item.pickup.IDPermissions to pickup items when data can only be 0
JWorldPermissions.item.pickup.ID.DataPermissions to pickup items when data can be other then 0
JWorldPermissions.item.use.IDPermissions to use items/blocks when data can only be 0
JWorldPermissions.item.use.ID.DataPermissions to use items/blocks when data can be other then 0

FAQ!

Permissions doesn't work with few items!
Please, make sure you have read the permissions introduction carefully.
You probably forgot to use the .data node or you used it when it is not needed.

I have an issue!
Please create a tickets using bukkit's system.

Is it OpenSource?
Yes it is ! https://github.com/jamesst20/JWorldPermissions

Can I help you improve the project?
Yes you can! Make pull request here :) https://github.com/jamesst20/JWorldPermissions

I love your work! How can I support you?

Donations are never expected but always appreciated :) Feel free to donate the amount you want :)

http://i.imgur.com/x3GaT.png


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    47516
  • Created
    Nov 20, 2012
  • Last Released File
    Nov 20, 2012
  • Total Downloads
    1,140
  • License

Categories

Members

Recent Files