Change chat permissions management

This commit is contained in:
Michel Roux 2012-05-09 16:21:42 +02:00
parent 5f04da827f
commit d437044ea0
5 changed files with 7 additions and 6 deletions

View File

@ -28,6 +28,9 @@ public abstract class SimplyPrevents implements Listener {
"bucket.Waterbucket",
"build.Breakblock",
"build.Placeblock",
"chat.Chat",
"chat.CapsLock",
"chat.Flood",
"craft.Brew",
"craft.Chest",
"craft.Dispenser",
@ -51,8 +54,6 @@ public abstract class SimplyPrevents implements Listener {
"projectile.Egg",
"projectile.Potion",
"projectile.Snowball",
"spam.CapsLock",
"spam.Flood",
"vehicle.Collision",
"vehicle.Destroy",
"vehicle.Enter",

View File

@ -1,4 +1,4 @@
package net.crystalyx.bukkit.simplyperms.preventions.spam;
package net.crystalyx.bukkit.simplyperms.preventions.chat;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;

View File

@ -1,4 +1,4 @@
package net.crystalyx.bukkit.simplyperms.preventions;
package net.crystalyx.bukkit.simplyperms.preventions.chat;
import net.crystalyx.bukkit.simplyperms.SimplyPlugin;
import net.crystalyx.bukkit.simplyperms.SimplyPrevents;

View File

@ -1,4 +1,4 @@
package net.crystalyx.bukkit.simplyperms.preventions.spam;
package net.crystalyx.bukkit.simplyperms.preventions.chat;
import java.util.HashMap;

View File

@ -132,12 +132,12 @@ permissions:
permissions.allow.item: true
permissions.allow.monster: true
permissions.allow.sneak: true
permissions.allow.vehicle: true
permissions.allow.build: true
permissions.allow.craft: true
permissions.allow.interact: true
permissions.allow.loot: true
permissions.allow.projectile: true
permissions.allow.vehicle: true
permissions.allow.bow:
description: Allows the player to shoot bows
permissions.allow.changesign: