Block²
Overview
Block² : Block² is a plugin that gives server owners and administrators permission to control who may build, break, or drop items/blocks in any world or any specific world.
Core Features
- Specify who may build in a world. - Specify who may break in a world. - Specify who may drop items in a world. - Disable killing in creative mode.
Permissions
Note: Since the name change (Blockblock -> Block²), the perms have not changed, and will remain (blockblock). Block² is too hard for perm handlers.
- blockblock.* Wildcard. Gives the user to do everything below.
- blockblock.pvp.gm Gives the user the permission to kill other people in creative without being in trouble.
- - blockblock.drop Gives the user to drop items in ANY world. ("wildcard")
- - blockblock.drop.<worldname> Gives the user the right to drop items in the world they're in. ex for groupmanager: /manuaddp goldruler7 blockblock.drop.world_nether
- - blockblock.place Gives the user the right to build in ANY world. ("wildcard") ex for groupmanager: /manuaddp goldruler7 blockblock.place
- - blockblock.place.<worldname> Gives the user the right to build in the world they're in. ex for groupmanager: /manuaddp goldruler7 blockblock.place.world_nether
- - blockblock.break Gives the user the right to break blocks in ANY world. ("wildcard") ex for groupmanager: /manuaddp goldruler7 blockblock.break
- - blockblock.break.<worldname> Gives the user the right to break blocks in the world they're in. ex for groupmanager: /manuaddp goldruler7 blockblock.break.world_nether
Future Implementation
-Toggle-able console logging. (done)
+ More configuration for dropping/placing/breaking. (incomplete)
Reccomendations?
Ask in the comments below.
-
View User Profile
-
Send Message
Posted Jan 28, 2016@ITheWolfyzI
You have to add the permission to the user you want. In order to drop, you must add the node "blockblock.drop" for dropping in ANY world, or to specify dropping one world only, "blockblock.drop.<WORLDNAME_EXACTLY>".
I use groupmanager, so the command to add user to the perm would be: /manuaddp <username> blockblock.drop
Or for specific drops: /manuaddp <username> blockblock.drop.exampleWorldNameExact
-
View User Profile
-
Send Message
Posted Dec 20, 2015I dont understand how i give people the permission to drop, can someone help me out ?
-
View User Profile
-
Send Message
Posted May 21, 2015@LegoAidenV It's permission based. Next version will have commands.
-
View User Profile
-
Send Message
Posted May 15, 2015commands?
-
View User Profile
-
Send Message
Posted May 13, 2015good :D !
-
View User Profile
-
Send Message
Posted Feb 25, 2015@Craft4
Perhaps it's an issue with bPerms? Either way, I'll try to get a fix for it. Can you also elaborate on the issue? Can the players just... bypass it? etc.
I can't exactly tell why it wouldn't work, as all the plugin uses is "player.hasPermission("node.node")", nothing fancy. I'll get back to you.
Quick Edit: Sorry for late reply, never got a notification.
-
View User Profile
-
Send Message
Posted Jan 26, 2015Not working with bPermissions.