Hey there, I got an Bukkit server but my Permissions wont work do you got an idea that i can be admin and stuff? Here are my Plugins: ExtendDay General HeroBounty Jail LevelCraft MinecartManiaCore MoveCraft Permissions SkyPirates War v0.9 (Simonds) WorldEdit WorldGuard dynmap mcMMO And there my Permissions: Code: # Supports "Default" and "GroupUsers" plugin: permissions: system: Default ## # Groups can contain inheritance. # To make a group inherit the permissions from another # group simply place the groups name in the "inheritance:" # field seperated by commas. # # Example: inheritance: Default,Admins, ## # All permissions including the asterisks must be placed in single quotes. # like so: # # - 'general.spawn' # # Otherwise errors will happen! ## # Globalized Permission settings: # # If a permission contains periods (.) you can denote a globalized parameter: # # - 'general.*' # # This will allow you to use all general commands. # ## # # Single Asterisk denotes all commands: # # - '*' ## groups: default: default: true info: {prefix: '', suffix: '', build: false} permissions: Trusted: default: false info: {prefix: '', suffix: '', build: true} inheritance: permissions: [general.spawn, essentials.msg, essentials.afk, essentials.rules, essentials.me, essentials.list, essentials.mail.send, essentials.help, essentials.tpaccept, essentials.tpdeny, essentials.tptoggle, essentials.spawn, essentials.warp, worldedit.superpickaxe.pickaxe, worldedit.superpickaxe.info, essentials.tpahere, essentials.tpa] Mods: default: false info: {prefix: '', suffix: '', build: true} inheritance: [Trusted] permissions: [worldedit.navigation.jumpto, worldedit.navigation.up, worldedit.navigation.thru, essentials.ban, essentials.kick, essentials.tp, essentials.tphere] Admins: default: false info: {prefix: '&6', suffix: '&6', build: true} inheritance: [Mods, Trusted] permissions: [worldgaurd.*, worldedit.superpickaxe.pickaxe.area, worldedit.superpickaxe.pickaxe.recursive, essentials.heal, essentials.plugin, essentials.ban, essentials.kick, essentials.setwarp, essentials.delwarp, essentials.tpo, essentials.tpohere] Owner: default: false info: {prefix: '&6', suffix: '&6', build: true} inheritance: [Admins] permissions: ['*'] users: Micky5991: group: [Owner] permissions: Syoss: group: [Owner] permissions: - 'general.*' - 'War.*' - '*' Neuwelt: group: [Admins] permissions: [worldedit.wand, worldedit.wand.toggle, worldedit.region.*] Nalfmaster: group: [Mods] permissions: [worldedit.snow, worldedit.extinguish] Tim: group: [Default] permissions: Avaluque: group: [Trusted permissions: HaruhiSuzumiya: group: [Trusted] permissions: Whats wrong??
Hmm strange, okay do trial and error. First use just permissions with 1 plugin, then add them slowly in till you know if there is something wrong with permissions or a plugin. Also update to the latest of each one.
Doesn't Work again -.- --- merged: Feb 20, 2011 3:21 PM --- Got new Plugins: Achievements.jar BorderGuard.jar CraftEssence.jar DropChest.jar Elevators.jar ExtendDay.jar FindMe.jar Gastronomic.jar HeroBounty.jar Jail.jar MinecartManiaCore.jar MonsterHunt.jar MoveCraft.jar NPCTrader.jar Permissions.jar ProtectedDoors.jar RepairShop.jar SimpleProtect.jar SkyPirates.jar SpawnMob.jar Stats.jar VoidMage.jar WorldEdit.jar WorldGuard.jar mcMMO.jar And new Permissions: Code: # Supports "Default" and "GroupUsers" plugin: permissions: system: default ## # Groups can contain inheritance. # To make a group inherit the permissions from another # group simply place the groups name in the "inheritance:" # field seperated by commas. # # Example: inheritance: Default,Admins, ## # All permissions including the asterisks must be placed in single quotes. # like so: # # - 'general.spawn' # # Otherwise errors will happen! ## # Globalized Permission settings: # # If a permission contains periods (.) you can denote a globalized parameter: # # - 'general.*' # # This will allow you to use all general commands. # ## # # Single Asterisk denotes all commands: # # - '*' ## groups: Default: default: true info: prefix: suffix: build: true inheritance: permissions: - 'general.spawn' Moderator: default: false info: prefix: suffix: build: true inheritance: - Default permissions: Admins: default: false info: prefix: suffix: build: true inheritance: - Moderator permissions: - '*' - 'GodMode.*' - 'MoveCraft.*' ## # Syoss has control over all commands. # Syoss can use /spawn & /time ## users: Syoss: group: Admins permissions: - '*' - 'War' - 'War.Player' - 'npc.admin.*' Micky5991: group: Admins permissions: - '*' - 'GodMode.*' Hanssongamer: group: guest permissions: - 'none' ## # # ## users: jacke group: Guest permissions: sk89q: group: Default permissions: - 'general.time' HELP PLS!