Question McMyAdmin

Discussion in 'Bukkit Help' started by SpeedShotLight, Jun 15, 2017.

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

    SpeedShotLight

    hello i just start my server with this web admin " Mcmyadmin " , and i use PermissionsEx

    but every player can't use the comand the i put in" Everone " gruop

    my permission.yml
    Code:
    groups:
      Everyone:
        default: true
        permissions: []
        inheritance:
        - ''
        worlds:
        - world_nether
        - world_the_end
        - fall
        prefix: '&f'
        suffix: '&f'
      Regulars:
        default: false
        permissions: []
        inheritance:
        - Everyone
        worlds: []
        prefix: '&a'
        suffix: '&f'
      Moderators:
        default: false
        permissions: []
        inheritance:
        - Regulars
        worlds: []
        prefix: '&1'
        suffix: '&f'
      Administrators:
        default: false
        permissions:
        - '*'
        - bukkit.command.*
        inheritance:
        - Moderators
        worlds: []
        prefix: '&4'
        suffix: '&f'
    
    i didn't give permission yet and i want to make it auto add memmber to gurop "Everyone"


    i try to make an event when player join and here the result
    Error : Not running exec schedule item 'Exec/addmember Everyone %PLAYER%' - Executable file not found.
    Error : Not running exec schedule item 'Exec/addmember Everyone %p' - Executable file not found.
    i run 1.11.2 craftbukkit server
    can someone support me please.
     
  2. Offline

    timtower Administrator Administrator Moderator

    @SpeedShotLight Everybody should be Everyone on join.
    They can't use commands because you didn't add those.
     
  3. Offline

    SpeedShotLight

    even i add they can't and i told you that i want to make it auto add memmber in group " Everyone " , this is just a test server so if i knew i would make it on main server

    please know that ever has a test server to test other plugin ; since there some plugin would crash the server if they use
    this is main server command , i must add the member manual and i want to be add auto in Everone group
    Code:
    groups:
      Everyone:
        permissions:
        - backpack.use
        - backpack.size.6
        - backpack.KeepOnDeath
        - backpack.fullpickup
        - essentials.retrun
        - essentials.back
        - AutoPickup.toggle
        - AutoBlock.toggle
        - AutoPickup.enabled
        - AutoBlock.enabled
        - AutoSell.toggle
        - essentials.afk
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.motd
        - essentials.msg.*
        - essentials.help
        - essentials.suicide
        - essentials.signs.use.free
        - essentials.signs.use.buy
        - essentials.signs.use.warp
        - essentials.signs.use.disposal
        - essentials.warp
        - essentials.warp.list
        - essentials.warps.*
        - essentials.mail.*
        - essentials.tp
        - essentials.tpa
        - essentials.tppos
        - essentials.tp.others
        - essentials.tpaccept
        - essentials.tpadeny
        inheritance:
        - ''
        worlds:
        - world
        - world_nether
        - world_the_end
        - old
        - ors
        options:
          prefix: '&f'
          suffix: '&f'
          default: true
      Regulars:
        permissions: []
        inheritance:
        - Everyone
        worlds: []
        options:
          prefix: '&a'
          suffix: '&f'
          default: false
      Moderators:
        permissions: []
        inheritance:
        - Regulars
        worlds: []
        options:
          prefix: '&1'
          suffix: '&f'
          default: false
      Administrators:
        permissions:
        - '*'
        - bukkit.command.*
        - lagg.*
        - shopkeeper.*
        - shopkeeper.admin
        - bankmaster.admin
        - bankmaster.use
        - essentials.god.*
        - essentials.*
        - AutoBlock.toggle
        - AutoSell.toggle
        - AutoPickup.toggle
        inheritance:
        - Moderators
        worlds:
        - ors
        - old
        - world_the_end
        - world_nether
        - world
        options:
          prefix: '&4'
          suffix: '&f'
          default: false
    schema-version: 1
     
    Last edited by a moderator: Jun 15, 2017
  4. Offline

    timtower Administrator Administrator Moderator

    @SpeedShotLight You made the file by hand didn't you? You don't have the options field, and the worlds field is not needed for you.
    http://pex.treedb.tk/
    Use that instead.
    And I don't understand your last sentence.
     
  5. Offline

    SpeedShotLight

    nope i did it by the mcmyadmin
     
  6. Offline

    timtower Administrator Administrator Moderator

    @SpeedShotLight As in editing the file on there (so no forced format) or what? What does it look like?
     
  7. Offline

    SpeedShotLight

    upload_2017-6-15_20-15-3.png

    this is McMyAdmin look like

    if i didn't put the player name in that list it wont give command to that player
     
  8. Offline

    timtower Administrator Administrator Moderator

  9. Offline

    SpeedShotLight

  10. Offline

    timtower Administrator Administrator Moderator

    Locked
    Offline mode is not supported by Bukkit.
     
Thread Status:
Not open for further replies.

Share This Page