i need help with a permissions plugin

Discussion in 'Bukkit Help' started by FadedLake64040, Jun 21, 2019.

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

    FadedLake64040

    i have been trying for hours and i cant seem to find/fix the issue
    i think that this is the wrong channel but i cant post there...

    my groups.yml - https://pastebin.com/HDCNskYp

    WARN org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
    22.06 03:45:35 [Server] INFO in 'string', line 2, column 7:
    22.06 03:45:35 [Server] INFO Groups:
    22.06 03:45:35 [Server] INFO ^
    22.06 03:45:35 [Server] WARN at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    22.06 03:45:35 [Server] WARN at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162)
    22.06 03:45:35 [Server] WARN at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130)
    22.06 03:45:35 [Server] WARN at de.bananaco.bpermissions.imp.YamlConfiguration.load(YamlConfiguration.java:17)
    22.06 03:45:35 [Server] WARN at de.bananaco.bpermissions.imp.YamlWorld.loadUnsafe(YamlWorld.java:139)
    22.06 03:45:35 [Server] WARN at de.bananaco.bpermissions.imp.Permissions$3.run(Permissions.java:462)
    22.06 03:45:35 [Server] WARN at de.bananaco.bpermissions.util.loadmanager.MainThread.check(MainThread.java:54)
    22.06 03:45:35 [Server] WARN at de.bananaco.bpermissions.util.loadmanager.MainThread.run(MainThread.java:26)
    22.06 03:45:35 [Server] WARN Caused by: mapping values are not allowed here
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    FadedLake64040

    i fixed it by playing around with spacing and now it has no errors when loading the permissions but none of the permissions seem to be taking effect
     
    Last edited: Jun 22, 2019
  4. Offline

    timtower Administrator Administrator Moderator

    @FadedLake64040 Your indentation for the group names is off.
    You have groups with 3 spaces in front of them, need to be 2.
     
  5. Offline

    FadedLake64040

    this is what i had changed it to and the permissions dont seem to enable - https://pastebin.com/ZppXRVGQ

    for every command i set permissions for it says "you do not have permission to use that command"
     
  6. Offline

    timtower Administrator Administrator Moderator

    @FadedLake64040 Still count 3 spaces in front of your groups.
    Count a lot more for the actual permission nodes ( need to have 4 there, not 8 )
     
  7. Offline

    FadedLake64040

    i just tried that and it still does the same thing
     
  8. Offline

    timtower Administrator Administrator Moderator

  9. Offline

    FadedLake64040

    Last edited: Jun 22, 2019
  10. Offline

    timtower Administrator Administrator Moderator

    @FadedLake64040 I have no idea why it is acting weird.
    You could try and surround the nodes with a * in quotes.
     
  11. Offline

    FadedLake64040

    well thanks for the help anyway
     
Thread Status:
Not open for further replies.

Share This Page