Hi I made my own server and two days ago when i log in im not owner anymore and when i try to do /manuadd BrightDark12 Owner it says an internal error occure while attempting to perfom this command HELP !
It sounds like your GroupManager config has a syntax error. Can you copy and paste your groups.yml file here? Or into this website to check for errors.
groups: Default: default: true permissions: - -bukkit.command. - -bartersigns.create - -bartersigns.use - -ChestShop.shop.* - -essentials.afk - -essentials.balance - -essentials.delhome - -essentials.help - -essentials.helpop - -essentials.home - -essentials.mail.send - -essentials.mail - -essentials.me - -essentials.motd - -essentials.pay - -essentials.rules - -essentials.sell - -essentials.sethome - -essentials.spawn - -essentials.warp - -essentials.warp.list - -essentials.worth - -factions.kit.halfplayer - -mobcatcher.can-catch - -pvparena.user - -pvparena. build: false Visiteur: permissions: Resident: permissions: - modifyworld.* - -modifyworld.blocks.interact.259 - -modifyworld.blocks.place.tnt Admin: permissions: - "*" inheritance: - g:essentials_default - g:bukkit_default info: prefix: '&2[Visiteur] &f' build: false suffix: '' Owner: default: false permissions: - '*' inheritance: - admin info: prefix: '&4[Owner] &f' build: true suffix: '' Builder: default: false permissions: - -ChestShop.nofee - -factions.kit.fullplayer inheritance: - default - g:essentials_builder - g:towny_builder info: prefix: '&5[Member] &9' build: true suffix: '' Moderator: default: false permissions: - -ChestShop.shop.mod - -factions.kit.mod - -mobcatcher.free inheritance: - builder - g:essentials_moderator - g:bukkit_moderator - g:towny_moderator info: prefix: '&5[friends] &f' build: true suffix: '' Admin: default: false permissions: - -bartersigns.admin - -ChestShop.shop.admin - -factions.kit.admin - -mobcatcher.allow-all - -pvparena.* - -worldedit.* inheritance: - moderator - g:essentials_admin - g:bukkit_admin - g:towny_admin info: prefix: '&c' build: true suffix: ''
Please post it as code. Use '[CODE]<config>[/CODE]' or the convenient code button second from the right on the bottom row of the formatting bar.