Er ved at skulle sætte rettigheder/permissions for de grupper, som er på serveren. Faldt over følgende opsætning. Det skal dog stadig afprøves.
Indsæt følgendee
- essentials.gamemode.creative - essentials.gamemode.survival
i stedet for gamemode:
# Group inheritance # # Any inherited groups prefixed with a g: are global groups # and are inherited from the GlobalGroups.yml. # # Groups without the g: prefix are groups local to this world # and are defined in the this groups.yml file. # # Local group inheritances define your promotion tree when using 'manpromote/mandemote' groups: Guest: default: true permissions: - -* - essentials.help - essentials.motd - essentials.rules inheritance: [] info: prefix: '&7' build: false suffix: '' Mod: default: false permissions: - ChestShop.shop.create - ChestShop.shop.sell - essentials.afk.kickexempt - essentials.afk.others - essentials.balance.others - essentials.ban - essentials.ban.notify - essentials.banip - essentials.broadcast - essentials.clearinventory.others - essentials.fly - essentials.getpos - essentials.gamemode - essentials.gamemode.others - essentials.helpop.receive - essentials.invsee - essentials.invsee.modify - essentials.item - essentials.itemdb - essentials.jail - essentials.jails - essentials.kick - essentials.kick.notify - essentials.kill - essentials.lightning - essentials.mute - essentials.seen - essentials.signs.* - essentials.teleport.cooldown.bypass - essentials.teleport.timer.bypass - essentials.tempban - essentials.time - essentials.time.set - essentials.togglejail - essentials.tp - essentials.tp.others - essentials.tphere - essentials.tppos - essentials.tptoggle - essentials.unban - essentials.unbanip - essentials.vanish - essentials.weather - groupmanager.manuadd - groupmanager.manudel - groupmanager.manwhois inheritance: - member info: prefix: '&3' build: true suffix: '' Member: default: false permissions: - -chestshop.shop.create - -groupmanager.manuadd - -groupmanager.manudel - -groupmanager.manwhois - -essentials.heal - -essentials.give - -essentials.ban - -essentials.banip - -essentials.broadcast - -essentials.invsee - -essentials.item - -essentials.kick - -essentials.kill - -essentials.lightning - -essentials.mute - -essentials.repair - -essentials.jails - -essentials.getpos - -essentials.tempban - -essentials.time - -essentials.togglejail - -essentials.tp - -essentials.tphere - -essentials.tppos - -essentials.tptoggle - -essentials.unban - -essentials.unbanip - -essentials.vanish - -essentials.weather - assassin.cancel - assassin.contracts - assassin.expired - assassin.help - assassin.hunt - assassin.kill - assassin.revenge - assassin.view - assassin.wanted - essentials.afk - essentials.balance - essentials.clearinventory - essentials.help - essentials.helpop - essentials.home - essentials.kit - essentials.kit.tools - essentials.mail - essentials.mail.send - essentials.motd - essentials.msg - essentials.pay - essentials.rules - essentials.sell - essentials.sethome - essentials.signs.use.* - essentials.spawn - essentials.suicide - essentials.tpa - essentials.tpaccept - essentials.worth - factions.autoclaim - factions.chat - factions.claim - factions.create - factions.deinvite - factions.description - factions.disband - factions.help - factions.home - factions.invite - factions.join - factions.kick - factions.leave - factions.list - factions.map - factions.mod - factions.money.* - factions.open - factions.power - factions.relation - factions.sethome - factions.setpeaceful - factions.show - factions.tag - factions.title - factions.unclaim - factions.unclaimall - simpleregionmarket.hotel.buy - simpleregionmarket.sell.buy inheritance: - guest info: prefix: '&2' build: true suffix: '' Admin: default: false permissions: - '*' - worldedit.* - worldguard.* inheritance: - mod info: prefix: '&4' build: true suffix: ''
I can do it fine being an op and a member of my admin group, but for some reason, no matter what I do with the Mod group, they cannot use the GameMode command. I tried adding it and shutting down the server and reloading it, restarting the physical server itself, reloading the configuration, reloading the GroupManager using “/manload”. These are the plugins I’m using:
– Assassins
– ChestShop
– CombatTag
– Essentials
– Factions
– GroupManager
– ItemStay
– JCVaultListener
– mcMMO
– PluginMetrics (I didn’t install this, but it shows up on it’s own all the time)
– QuantumConnectors
– SimpleRegionMarket
– SteelSecurity
– Votifier
– WorldEdit
– WorldGuard
This was happening for sure before I installed Assassins, ChestShop, CombatTag, Factions, and QuantumConnectors.
Can anyone offer me some assistance here? Thanks!