Solved PermissionsEx permissions not working??

Discussion in 'Plugin Help/Development/Requests' started by Aerma, Aug 19, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    Aerma

    I'm trying to give permissions to different groups on my server, but even when they have the group (given by /pex user {name} group add {group}) it won't let them use the commands. I tried setting up the config file myself (it was all formatted correctly with the space indents and everything) and I tried using in-game commands to give groups permissions, but even when a Member (group name) tried to do /kit (and the Member group has access to essentials.kit.use), it said "You do not have access to this command." Help??
    EDIT: and I should clarify, the owner permissions still work.
    Here is my config file:
    Code:
    groups:
      member:
        options:
          default: true
          prefix: '&7[Member]&f '
        permissions:
        - modifyworld.*
        - essentials.afk.use
        - essentials.clearinventory.use
        - essentials.compass
        - essentials.delhome
        - essentials.sethome
        - essentials.depth
        - essentials.getpos.use
        - essentials.home.use
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp.use
        - essentials.whois
        - essentials.msg
        - essentials.reply
        - essentials.spawn
        - minecraft.command.kill
        - minecraft.command.list
        - minecraft.command.seed
        - minecraft.command.tell
        - essentials.realname
        - essentials.kit.use
        - minecraft.command.help
      vip:
        options:
          prefix: '&7[&2VIP&7]&f '
        inheritance:
        - member
        permissions:
        - essentials.sethome.multiple.vip
        - essentials.nick.use
        - essentials.kits.vip
        - essentials.hat
      hero:
        options:
          prefix: '&7[&3Hero&7]&f '
        inheritance:
        - vip
        permissions:
        - essentials.sethome.multiple.hero
        - essentials.kits.hero
      elite:
        options:
          prefix: '&7[&4Elite&7]&f '
        inheritance:
        - hero
        permissions:
        - essentials.sethome.multiple.elite
        - essentials.kits.hero
        - iDisguise.mob.cow
        - iDisguise.mob.chicken
        - iDisguise.mob.pig
        - iDisguise.mob.rabbit.*
        - iDisguise.mob.sheep
        - iDisguise.help
      legend:
        options:
          prefix: '&7[&1Legend&7]&f '
        inheritance:
        - elite
        permissions:
        - essentials.colorchat
        - iDisguise.mob.zombie
        - iDisguise.mob.witch
        - iDisguise.mob.bat
        - iDisguise.mob.ocelot.*
        - iDisguise.mob.horse
      ender:
        options:
          prefix: '&7[&5Ender&7]&f '
        inheritance:
        - legend
        permissions:
        - essentials.fly.use
        - iDisguise.mob.creeper
        - iDisguise.mob.skeleton
        - iDisguise.mob.shulker
        - iDisguise.mob.slime
        - iDisguise.mob.guardian
      titan:
        options:
          prefix: '&7[&bTitan&7]&f '
        inheritance:
        - ender
        permissions:
        - essentials.vanish.use
        - iDisguise.mob.polar_bear
        - iDisguise.mob.llama
        - iDisguise.mob.squid
        - iDisguise.mob.enderman.*
        - iDisguise.mob.blaze
      god:
        options:
          prefix: '&7[&aGod&7]&f '
        inheritance:
        - titan
        permissions:
        - essentials.heal.use
        - iDisguise.mob.evoker
        - iDisguise.object.armor_stand
        - iDisguise.mob.undead_horse
        - iDisguise.mob.elder_guardian
        - iDisguise.mob.snowman
      halcyon:
        options:
          prefix: '&7[&cHalcyon&7]&f '
        inheritance:
        - god
        permissions:
        - iDisguise.mob.wither
        - iDisguise.mob.ghast
        - iDisguise.mob.magma_cube
        - iDisguise.mob.iron_golem
        - iDisguise.mob.vex
      owner:
        options:
          prefix: '&4[&5O&dw&fn&de&5r&4]&f '
        permissions:
        - '*'
    schema-version: 1
    users:
      Aerma:
        group:
        - owner
     
    Last edited: Aug 19, 2017
  2. Offline

    FrostDevStudios

    @Aerma
    Are you receiving any errors in you server.log?
     
  3. Offline

    Aerma

    Yes, but those errors are associated with a Motd plugin and a Timereward plugin. Even before I installed those two PermissionsEx wasn't working properly.
    EDIT: Just to make sure, I deleted those two plugins and no more errors. This is from the server console by the way, not the server.log file, if that makes a difference.
     
    Last edited: Aug 19, 2017
  4. Offline

    FrostDevStudios

    @Aerma
    Do you have vault installed?
     
  5. Offline

    Aerma

    Nope. Is that plugin necessary for getting PermissionsEx to work?
     
  6. Offline

    FrostDevStudios

    @Aerma
    Yes Vault is sort-of like a Jack of all trades. It Handles prefixes and suffixes and alot of other things like permissions, economy, etc.
     
  7. Offline

    Aerma

    I just installed Valut (and restarted my server and everything), but it's still not working :/ Is the Vault config file supposed to consist entirely of "update-check: true"?
    If it keeps not working, do you think I should try switching from PermissionsEx to another permission managing plugin?
     
    Last edited: Aug 19, 2017
  8. Offline

    FrostDevStudios

    @Aerma
    PEX Should work as its still being maintained till this day. Yes, the configuration file for vault only consists of the update check value.

    What version of minecraft are you using, are you sure you are using the right versions for these plugins?
     
  9. Offline

    Aerma

    I'm using Minecraft 12.1 and the latest version of both plugins, so I think so. Are you sure it isn't a problem with the way I set up my config file?
     
  10. Offline

    FrostDevStudios

    @Aerma
    Typically if there was an error, it will spit it out to your console. I've checked your permissions file a couple times now and i dont see any issues with it.

    I have a recommendation though.
    • Stop Your server (DO NOT RESTART IT UNTIL THE STEPS BELOW ARE COMPLETED)
    • Create a backup of your permissions file (maybe on your desktop)
    • Delete the permissions file and your config.yml located in your PermissionsEx folder
    • Restart your server
    • Create a test group in your permissions.yml (you can use the pre-set groups if you want)
    • Add a permission from any plugin into this test group
    • use the /pex reload command to reload the configuration
    • use /pex user {USERNAME} group set {GROUP} to add yourself to the test group
    If the permission work. Try copy and pasting a group from your backup file into your new permissions file (Make sure it is formatted correctly) and try adding your self to the new group using /pex user {USERNAME} group set {GROUP} to add yourself to the test group.

    If it still doesnt work, please post your FULL server log (a.k.a your console)
     
  11. Offline

    Aerma

    @FrostDevStudios
    Well, it didn't work. Here's the log from after I did the steps, then restarted the server again. I'm in a group called testytest which has the permission essentials.fly.* but it said I didn't have access when I tried to do /fly:

    INFO]: [iDisguise] Loading iDisguise v5.6.4 [21:43:45 INFO]: [Essentials] Loading Essentials vTeamCity [21:43:45 INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity [21:43:45 INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity [21:43:45 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity [21:43:45 INFO]: [ClearLag] Loading ClearLag v2.9.7 [21:43:45 INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4 [21:43:45 INFO]: [AutoBroadcast] Loading AutoBroadcast v1.0.0 [21:43:45 INFO]: [BuycraftAnnouncer] Loading BuycraftAnnouncer v2.0 [21:43:45 INFO]: [BuycraftX] Loading BuycraftX v10.3.0 [21:43:45 INFO]: [Vault] Loading Vault v1.5.6-b49 [21:43:45 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity [21:43:45 INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322 [21:43:45 INFO]: [MassiveCore] Loading MassiveCore v2.13.1 [21:43:45 INFO]: [Factions] Loading Factions v2.13.1 [21:43:45 INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity [21:43:45 INFO]: [Vault] Enabling Vault v1.5.6-b49 [21:43:45 INFO]: [Vault] [Economy] Essentials Economy found: Waiting [21:43:45 INFO]: [Vault] [Permission] PermissionsEx found: Waiting [21:43:45 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [21:43:45 INFO]: [Vault] [Chat] PermissionsEx found: Waiting [21:43:45 INFO]: [Vault] Enabled Version 1.5.6-b49 [21:43:45 INFO]: [MassiveCore] Enabling MassiveCore v2.13.1 [21:43:45 INFO]: [MassiveCore 2.13.1] === ENABLE START === [21:43:45 INFO]: [MassiveCore 2.13.1] Loading Cachefile datas... [21:43:45 INFO]: [MassiveCore 2.13.1] Loading Onlineplayer datas... [21:43:45 INFO]: [MassiveCore 2.13.1] Loading Registry datas... [21:43:45 INFO]: [MassiveCore 2.13.1] Saving Cachefile... [21:43:45 INFO]: [MassiveCore 2.13.1] Setup of IdUtil took 11ms. [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsBasics set to Minecraft 1.7.10+ [1_7_R4+] [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsBoard set to Minecraft 1.9.0+ [1_9_R1+] [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsChat set to Minecraft 1.12.0+ [1_12_R1+] [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsEntityDamageEvent set to Minecraft 1.7.10+ [1_7_R4+] [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsEntityGet set to Minecraft 1.8.0+ [1_8_R1+] [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsItemStackCreate set to Minecraft 1.7.10+ [1_7_R4+] [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsItemStackTooltip set to Minecraft 1.8.0+ [1_8_R1+] [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsPermissions set to Minecraft 1.7.10+ [1_7_R4+] [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsPlayerInventoryCreate set to Minecraft 1.7.10+ [1_7_R4+] [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin NmsSkullMeta set to Minecraft 1.8.0+ [1_8_R1+] [21:43:47 INFO]: [MassiveCore 2.13.1] Integration Activated IntegrationLiabilityAreaEffectCloud [21:43:47 INFO]: [MassiveCore 2.13.1] Integration Activated IntegrationVault [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinEvent set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinActionbar set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinActual set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinCommand set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinDisplayName set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinGamemode set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinInventory set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinKick set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinLog set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinMassiveCraftPremium set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinMessage set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinModification set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinPlayed set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinSenderPs set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinTeleport set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinTitle set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinVisibility set to Default [21:43:47 INFO]: [MassiveCore 2.13.1] Mixin MixinWorld set to Default [21:43:48 INFO]: [MassiveCore 2.13.1] === ENABLE COMPLETE (Took 3083ms) === [21:43:48 INFO]: Preparing level "world" [21:43:49 INFO]: Preparing start region for level 0 (Seed: -4711463391615303336) [21:43:50 INFO]: Preparing spawn area: 12% [21:43:51 INFO]: Preparing spawn area: 76% [21:43:51 INFO]: Preparing start region for level 1 (Seed: -4711463391615303336) [21:43:52 INFO]: Preparing spawn area: 99% [21:43:52 INFO]: Preparing start region for level 2 (Seed: -4711463391615303336) [21:43:52 INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f [21:43:53 INFO]: WEPIF: Using the Bukkit Permissions API. [21:43:53 INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter [21:43:53 INFO]: [iDisguise] Enabling iDisguise v5.6.4 [21:43:53 INFO]: [iDisguise] iDisguise 5.6.4 enabled! [21:43:53 INFO]: [Essentials] Enabling Essentials vTeamCity [21:43:53 INFO]: Bukkit version format changed. Version not checked. [21:43:53 INFO]: git-Bukkit-357b573 (MC: 1.12.1) [21:43:53 INFO]: 1.12.1-R0.1-SNAPSHOT [21:43:53 INFO]: Using locale en_GB [21:43:53 INFO]: Using locale en_GB [21:43:53 INFO]: [Vault][Economy] Essentials Economy hooked. [21:43:53 INFO]: Essentials: Using config file enhanced permissions. [21:43:53 INFO]: Permissions listed in as player-commands will be given to all users. [21:43:53 INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity [21:43:53 INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/. [21:43:53 INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity [21:43:53 INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity [21:43:53 INFO]: [ClearLag] Enabling ClearLag v2.9.7 [21:43:53 INFO]: [ClearLag] Loading modules... [21:43:53 INFO]: [ClearLag] Modules enabed, loading config values [21:43:53 INFO]: [ClearLag] Modules have been loaded! [21:43:53 INFO]: [ClearLag] Clearlag is now enabled! [21:43:53 INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4 [21:43:53 INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]... [21:43:53 INFO]: [PermissionsEx] Initializing file backend [21:43:53 INFO]: [PermissionsEx] Permissions file successfully reloaded [21:43:54 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions. [21:43:54 INFO]: [Vault][Permission] PermissionsEx hooked. [21:43:54 INFO]: [Vault][Chat] PermissionsEx_Chat hooked. [21:43:54 INFO]: Essentials: Using PermissionsEx based permissions. [21:43:54 INFO]: [AutoBroadcast] Enabling AutoBroadcast v1.0.0 [21:43:54 INFO]: [BuycraftAnnouncer] Enabling BuycraftAnnouncer v2.0 [21:43:54 INFO]: BuycraftAnnouncer version 2.0is now enabled [21:43:54 INFO]: [BuycraftX] Enabling BuycraftX v10.3.0 [21:43:54 INFO]: [BuycraftX] Validating your server key... [21:43:54 INFO]: [ClearLag] No updates found! [21:43:55 INFO]: [BuycraftX] Fetching all server packages... [21:43:55 INFO]: [BuycraftX] Updating coupon list... [21:43:55 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity [21:43:55 INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322 [21:43:56 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [21:43:56 INFO]: [WorldGuard] (world) Lighters are PERMITTED. [21:43:56 INFO]: [WorldGuard] (world) Lava fire is blocked. [21:43:56 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [21:43:56 INFO]: [WorldGuard] Loaded configuration for world 'world' [21:43:56 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [21:43:56 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [21:43:56 INFO]: [WorldGuard] (world_nether) Lava fire is blocked. [21:43:56 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [21:43:56 INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [21:43:56 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [21:43:56 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [21:43:56 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked. [21:43:56 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [21:43:56 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [21:43:56 INFO]: [WorldGuard] Loading region data... [21:43:57 INFO]: [Factions] Enabling Factions v2.13.1 [21:43:57 INFO]: [Factions 2.13.1] === ENABLE START === [21:43:58 INFO]: [Factions 2.13.1] Integration Activated IntegrationV19 [21:43:58 INFO]: [Factions 2.13.1] Integration Activated IntegrationSpigot [21:43:58 INFO]: [Factions 2.13.1] Integration Activated IntegrationWorldGuard [21:43:58 INFO]: [Factions 2.13.1] Mixin PowerMixin set to Default [21:43:58 INFO]: [Factions 2.13.1] === ENABLE COMPLETE (Took 1097ms) === [21:43:58 INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity [21:43:58 INFO]: Server permissions file permissions.yml is empty, ignoring it [21:43:58 INFO]: Done (10.448s)! For help, type "help" or "?" [21:43:58 INFO]: Starting GS4 status listener [21:43:58 INFO]: Query running on 0.0.0.0:41614 [21:43:58 INFO]: HalcyonMC has playtime rewards! 150 hours for access to/heal, and 200 for /fly! [21:43:58 INFO]: [Vault] Checking for Updates ... [21:43:59 INFO]: [Vault] No new version available [21:44:00 INFO]: [BuycraftX] Fetching all due players... [21:44:00 INFO]: [BuycraftX] Fetched due players (0 found). [21:44:03 INFO]: UUID of player Aerma is 217c1224-a22c-4e8f-b35f-c94fb9470e5b [21:44:04 INFO]: Aerma[/108.44.153.68:60845] logged in with entity id 212 at ([world]-339.5, 80.0, -5.5) [21:44:08 INFO]: Aerma issued server command: /fly [21:44:08 INFO]: §cAerma §4was denied access to command.
     
  12. Offline

    FrostDevStudios

    @Aerma
    I could be wrong but i dont believe essentials.fly.* is a valid permission. Try giving the group this ' permission essentials.fly ' it will give the user access to /fly

    Also post your new permissions file using
    https://pastebin.com/
     
  13. Offline

    Aerma

    I switched it to essentials.compass since there aren't any children nodes for it (/compass). Here's the pastbin of the current permissions file with essentials.compass: https://pastebin.com/BzKdQx6g
    For essentials.kit.use, I just replaced essentials.compass.
    With essentials.compass, it worked. Maybe it's not working because my Nodes are incorrect somehow? Here's the log for the (failed) essentials.kit.use permission:

    Loading libraries, please wait... [22:02:02 INFO]: Starting minecraft server version 1.12.1 [22:02:02 INFO]: Loading properties [22:02:02 INFO]: Default game type: SURVIVAL [22:02:02 INFO]: Generating keypair [22:02:02 INFO]: Starting Minecraft server on *:41614 [22:02:02 INFO]: Using epoll channel type [22:02:02 INFO]: This server is running CraftBukkit version git-Bukkit-357b573 (MC: 1.12.1) (Implementing API version 1.12.1-R0.1-SNAPSHOT) [22:02:04 INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f [22:02:04 INFO]: [iDisguise] Loading iDisguise v5.6.4 [22:02:04 INFO]: [Essentials] Loading Essentials vTeamCity [22:02:04 INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity [22:02:04 INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity [22:02:04 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity [22:02:04 INFO]: [ClearLag] Loading ClearLag v2.9.7 [22:02:04 INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4 [22:02:04 INFO]: [AutoBroadcast] Loading AutoBroadcast v1.0.0 [22:02:04 INFO]: [BuycraftAnnouncer] Loading BuycraftAnnouncer v2.0 [22:02:04 INFO]: [BuycraftX] Loading BuycraftX v10.3.0 [22:02:04 INFO]: [Vault] Loading Vault v1.5.6-b49 [22:02:04 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity [22:02:04 INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322 [22:02:04 INFO]: [MassiveCore] Loading MassiveCore v2.13.1 [22:02:04 INFO]: [Factions] Loading Factions v2.13.1 [22:02:04 INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity [22:02:04 INFO]: [Vault] Enabling Vault v1.5.6-b49 [22:02:04 INFO]: [Vault] [Economy] Essentials Economy found: Waiting [22:02:04 INFO]: [Vault] [Permission] PermissionsEx found: Waiting [22:02:04 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [22:02:04 INFO]: [Vault] [Chat] PermissionsEx found: Waiting [22:02:04 INFO]: [Vault] Enabled Version 1.5.6-b49 [22:02:04 INFO]: [MassiveCore] Enabling MassiveCore v2.13.1 [22:02:04 INFO]: [MassiveCore 2.13.1] === ENABLE START === [22:02:04 INFO]: [MassiveCore 2.13.1] Loading Cachefile datas... [22:02:04 INFO]: [MassiveCore 2.13.1] Loading Onlineplayer datas... [22:02:04 INFO]: [MassiveCore 2.13.1] Loading Registry datas... [22:02:04 INFO]: [MassiveCore 2.13.1] Saving Cachefile... [22:02:04 INFO]: [MassiveCore 2.13.1] Setup of IdUtil took 8ms. [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsBasics set to Minecraft 1.7.10+ [1_7_R4+] [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsBoard set to Minecraft 1.9.0+ [1_9_R1+] [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsChat set to Minecraft 1.12.0+ [1_12_R1+] [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsEntityDamageEvent set to Minecraft 1.7.10+ [1_7_R4+] [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsEntityGet set to Minecraft 1.8.0+ [1_8_R1+] [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsItemStackCreate set to Minecraft 1.7.10+ [1_7_R4+] [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsItemStackTooltip set to Minecraft 1.8.0+ [1_8_R1+] [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsPermissions set to Minecraft 1.7.10+ [1_7_R4+] [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsPlayerInventoryCreate set to Minecraft 1.7.10+ [1_7_R4+] [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin NmsSkullMeta set to Minecraft 1.8.0+ [1_8_R1+] [22:02:06 INFO]: [MassiveCore 2.13.1] Integration Activated IntegrationLiabilityAreaEffectCloud [22:02:06 INFO]: [MassiveCore 2.13.1] Integration Activated IntegrationVault [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinEvent set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinActionbar set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinActual set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinCommand set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinDisplayName set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinGamemode set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinInventory set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinKick set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinLog set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinMassiveCraftPremium set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinMessage set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinModification set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinPlayed set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinSenderPs set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinTeleport set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinTitle set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinVisibility set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] Mixin MixinWorld set to Default [22:02:06 INFO]: [MassiveCore 2.13.1] === ENABLE COMPLETE (Took 2429ms) === [22:02:06 INFO]: Preparing level "world" [22:02:07 INFO]: Preparing start region for level 0 (Seed: -4711463391615303336) [22:02:08 INFO]: Preparing spawn area: 32% [22:02:08 INFO]: Preparing start region for level 1 (Seed: -4711463391615303336) [22:02:09 INFO]: Preparing spawn area: 93% [22:02:10 INFO]: Preparing start region for level 2 (Seed: -4711463391615303336) [22:02:10 INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f [22:02:10 INFO]: WEPIF: Using the Bukkit Permissions API. [22:02:10 INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter [22:02:10 INFO]: [iDisguise] Enabling iDisguise v5.6.4 [22:02:10 INFO]: [iDisguise] iDisguise 5.6.4 enabled! [22:02:10 INFO]: [Essentials] Enabling Essentials vTeamCity [22:02:10 INFO]: Bukkit version format changed. Version not checked. [22:02:10 INFO]: git-Bukkit-357b573 (MC: 1.12.1) [22:02:10 INFO]: 1.12.1-R0.1-SNAPSHOT [22:02:10 INFO]: Using locale en_GB [22:02:10 INFO]: Using locale en_GB [22:02:11 INFO]: [Vault][Economy] Essentials Economy hooked. [22:02:11 INFO]: Essentials: Using config file enhanced permissions. [22:02:11 INFO]: Permissions listed in as player-commands will be given to all users. [22:02:11 INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity [22:02:11 INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/. [22:02:11 INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity [22:02:11 INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity [22:02:11 INFO]: [ClearLag] Enabling ClearLag v2.9.7 [22:02:11 INFO]: [ClearLag] Loading modules... [22:02:11 INFO]: [ClearLag] Modules enabed, loading config values [22:02:11 INFO]: [ClearLag] Modules have been loaded! [22:02:11 INFO]: [ClearLag] Clearlag is now enabled! [22:02:11 INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4 [22:02:11 INFO]: [PermissionsEx] Initializing file backend [22:02:11 INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]... [22:02:11 INFO]: [PermissionsEx] Permissions file successfully reloaded [22:02:11 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions. [22:02:11 INFO]: [Vault][Permission] PermissionsEx hooked. [22:02:11 INFO]: [Vault][Chat] PermissionsEx_Chat hooked. [22:02:11 INFO]: Essentials: Using PermissionsEx based permissions. [22:02:11 INFO]: [AutoBroadcast] Enabling AutoBroadcast v1.0.0 [22:02:11 INFO]: [BuycraftAnnouncer] Enabling BuycraftAnnouncer v2.0 [22:02:11 INFO]: BuycraftAnnouncer version 2.0is now enabled [22:02:11 INFO]: [BuycraftX] Enabling BuycraftX v10.3.0 [22:02:11 INFO]: [BuycraftX] Validating your server key... [22:02:12 INFO]: [ClearLag] No updates found! [22:02:12 INFO]: [BuycraftX] Fetching all server packages... [22:02:12 INFO]: [BuycraftX] Updating coupon list... [22:02:12 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity [22:02:12 INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322 [22:02:12 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [22:02:12 INFO]: [WorldGuard] (world) Lighters are PERMITTED. [22:02:12 INFO]: [WorldGuard] (world) Lava fire is blocked. [22:02:12 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [22:02:12 INFO]: [WorldGuard] Loaded configuration for world 'world' [22:02:13 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [22:02:13 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [22:02:13 INFO]: [WorldGuard] (world_nether) Lava fire is blocked. [22:02:13 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [22:02:13 INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [22:02:13 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [22:02:13 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [22:02:13 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked. [22:02:13 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [22:02:13 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [22:02:13 INFO]: [WorldGuard] Loading region data... [22:02:14 INFO]: [Factions] Enabling Factions v2.13.1 [22:02:14 INFO]: [Factions 2.13.1] === ENABLE START === [22:02:15 INFO]: [Factions 2.13.1] Integration Activated IntegrationV19 [22:02:15 INFO]: [Factions 2.13.1] Integration Activated IntegrationSpigot [22:02:15 INFO]: [Factions 2.13.1] Integration Activated IntegrationWorldGuard [22:02:15 INFO]: [Factions 2.13.1] Mixin PowerMixin set to Default [22:02:15 INFO]: [Factions 2.13.1] === ENABLE COMPLETE (Took 1130ms) === [22:02:15 INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity [22:02:15 INFO]: Server permissions file permissions.yml is empty, ignoring it [22:02:16 INFO]: Done (9.372s)! For help, type "help" or "?" [22:02:16 INFO]: Starting GS4 status listener [22:02:16 INFO]: Query running on 0.0.0.0:41614 [22:02:16 INFO]: HalcyonMC has playtime rewards! 150 hours for access to/heal, and 200 for /fly! [22:02:16 INFO]: [Vault] Checking for Updates ... [22:02:16 INFO]: [Vault] No new version available [22:02:17 INFO]: [BuycraftX] Fetching all due players... [22:02:17 INFO]: [BuycraftX] Fetched due players (0 found). [22:02:25 INFO]: UUID of player Aerma is 217c1224-a22c-4e8f-b35f-c94fb9470e5b [22:02:25 INFO]: Aerma[/108.44.153.68:61798] logged in with entity id 214 at ([world]-339.5, 80.0, -5.5) [22:02:28 INFO]: Aerma issued server command: /kit [22:02:28 INFO]: §cAerma §4was denied access to command.
     
  14. Offline

    FrostDevStudios

    @Aerma
    Yes i believe its just your permission nodes that are the problem because essentials.kit.use is also an invalid permission. Here is a link to a website that lists all essential permissions nodes: http://wiki.ess3.net/wiki/Command_Reference/Perm Try using this tool to create your permissions file
     
  15. Offline

    Aerma

    @FrostDevStudios
    Of course, I just checked and that was the problem :/ How can I ensure that all my permissions for plugins are up to date and work, should I just test a few myself whenever I download a plugin? Thanks for all your help, I really appreciate it!
     
  16. Offline

    FrostDevStudios

  17. Offline

    Aerma

Thread Status:
Not open for further replies.

Share This Page