/give and commands not needing permission?

Discussion in 'Bukkit Help' started by Kadir, Jan 30, 2011.

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

    Kadir

    Hello, i have created a server and installed permission and essentials but the /give works for everyone and /tp why? are these commands installed in the server? how can i delete them. bet its built in commands but i have to get rid of them how?
     
  2. Offline

    Andred

    Bukkit does not currently have integrated permissions, so all commands will be available to everyone, unless you are using a permissions system, either the Permissions plugin, or one that comes with the particular plugins you are using.
     
  3. Offline

    Kadir

    i am using a permission plugin but what should i write?
     
  4. Offline

    Pezmantbh

    If i read his original post correctly, he said he has installed permissions plugin (although it isn't terribly clear, and is an easy mistake to make)


    @Kadir - Please can you post your permissions config file, so we can take a look?
     
  5. Offline

    Andred

    Oh, yeah, my bad.
     
  6. Offline

    Kadir

    # Supports "Default" and "GroupUsers"
    plugin:
    permissions:
    system: default

    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:"
    # field seperated by commas.
    #
    # Example: inheritance: Default,Admins,
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'general.spawn'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'general.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    #
    # Single Asterisk denotes all commands:
    #
    # - '*'
    ##
    groups:
    Default:
    default: true
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    permissions:
    - 'essentials.rules'
    - 'essentials.me'
    - 'essentials.home'
    - 'essentials.sethome'
    Moderator:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.rules'
    - 'essentials.me'
    - 'essentials.home'
    - 'essentials.sethome'
    Admins:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'

    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    Biox90:
    group: Admins
    permissions:
    Love236:
    group: Admins
    permissions:
    Cookie2337:
    group: Admins
    myundietalk:
    group: Moderator
     
  7. Offline

    Pezmantbh

    Very odd. Where is your permissions config file located? Just so that we know the config file is in the correct place...
     
  8. Offline

    Kadir

    Plugins then permission folder. Plugins/permission in there
     
  9. Offline

    Pezmantbh

    Try this:
    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
    permissions:
    system: default
    
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:"
    # field seperated by commas.
    #
    # Example: inheritance: Default,Admins,
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'general.spawn'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'general.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    #
    # Single Asterisk denotes all commands:
    #
    # - '*'
    ##
    groups:
    Default:
    default: true
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    permissions:
    - 'essentials.rules'
    - 'essentials.me'
    - 'essentials.home'
    - 'essentials.sethome'
    Moderator:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.rules'
    - 'essentials.me'
    - 'essentials.home'
    - 'essentials.sethome'
    Admins:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    Biox90:
    group: Admins
    permissions:
    Love236:
    group: Admins
    permissions:
    Cookie2337:
    group: Admins
    myundietalk:
    group: Moderator
    The only thing wrong with your config file is that there are a few double permissions, but it shouldn't break it. I fixed it above, but I doubt it will fix it.

    The only other thing I can think of it updating the permissions plugin... Just redownload it and replace the .jar file


    Also, which CraftBukkit build are you on?
     
  10. Offline

    Kadir

    186 and /time and /tp doesnt work inside my server i am using essentials
     
  11. Offline

    Pezmantbh

    Try re-installing Essentials with the latest download from the forum thread. See if that works.
     
  12. Offline

    Kadir

    It still doesnt work
     
  13. Offline

    Pezmantbh

    Try this:

    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
    permissions:
    system: default
    
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:"
    # field seperated by commas.
    #
    # Example: inheritance: Default,Admins,
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'general.spawn'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'general.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    #
    # Single Asterisk denotes all commands:
    #
    # - '*'
    ##
    groups:
    Default:
    default: true
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    permissions:
    - 'essentials.rules'
    - 'essentials.me'
    - 'essentials.home'
    - 'essentials.sethome'
    Moderator:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.rules'
    - 'essentials.me'
    - 'essentials.home'
    - 'essentials.sethome'
    Admins:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    Biox90:
    group: Admins
    permissions:
    Love236:
    group: Admins
    permissions:
    Cookie2337:
    group: Admins
    permissions:
    myundietalk:
    group: Moderator
    permissions:
    No major changes, so it probably wont fix it but it is formatted correctly now.

    Please try downloading the latest version of the permissions plugin, and replacing just the .jar file.

    Let me know if it works
    Thanks :)
     
  14. Offline

    Kadir

    well still doesnt work.. the problem is that when i type /time day then commands just comes up ... and same with /tp
     
  15. Offline

    Pezmantbh

    Are you an admin? If so, then you will have access to the commands anyway...
     
  16. Offline

    Kadir

    Yes i am admin and I have acces to the commands but they dont work.. when i type /time day it just comes up a full row with commands of /time row
    /time +1000
    /time night and such...
     
  17. Offline

    Pezmantbh

    Please can you show me a screenshot of what happens when you type /time day

    Thanks :)
     
  18. Offline

    Kadir

    here
     

    Attached Files:

  19. Offline

    Pezmantbh

    Sorry for the stupid question, but are you sure you are formatting it correctly? For example a space between time and day?
     
  20. Offline

    Kadir

    emm yes?
    always done it that way...
     
  21. Offline

    Pezmantbh

    Which plugins do you have installed?
     
  22. Offline

    Kadir

    bukkitup essential and permission
     
  23. Offline

    Pezmantbh

    Another stupid question - Just so I am clear... all users that join your server can use the /give and /tp even if they are in the Default rank?

    I am not on the latest version, but my Essentials does not show any error messages like that when I enter an invalid /time command.
     
  24. Offline

    Kadir

    yes .. that was my problem in the beginning that everyone could use /tp and /give but now i cant even use it :D
     
  25. Offline

    TnT

    Can you list your plugins for us please?
     
  26. Offline

    Kadir

    i already did ..... essentials, bukkitup and permission
     
  27. Offline

    Pezmantbh

    Okay, just so we can get all of this information again.

    What is your CraftBukkit build?
    Which version of permissions and essentials are you using?
    Please re-post your permissions config file
    Also post your essentials config file

    Thanks :)
     
  28. Offline

    Kadir

    latest version of everything and my permission config file is up there! here is my essential

    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'c'

    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'

    # The delay, in seconds, required between /home, /tp, /warp, etc.
    teleport-cooldown: 60

    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 60

    # The number of items given if the quantity parameter is left out in /item or /give.
    default-stack-size: 64

    # The message of the day, displayed on connect and by typing /motd.
    motd:
    - '&cWelcome, {PLAYER}&c!'
    - '&fType &c/help&f for a list of commands.'
    - 'Currently online: {PLAYERLIST}'

    # The server rules, available by typing /rules
    rules:
    - 'Pvp is allowed but only if He/She accepts the duel or you can enter a raid and raid people. There is also a pvp arena under construction where you can win prices'
    - 'No stealing, Show respect!.'
    - 'No using /give or you will get banned'

    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
    - nick

    # Restricted commands will only be available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # These are here only if you want something simpler than Permissions.
    restricted-commands:
    - bigtree
    - item
    - give
    - heal
    - plugin
    - time
    - top
    - tp
    - tphere
    - tree

    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
    tools:
    delay: 10
    items:
    - 277 1
    - 278 1
    - 279 1

    # End of File
     
  29. Offline

    Pezmantbh

    You didn't follow my instructions... We need the rest of the info too. Also, are you using the permissions config that i posted?
     
  30. Offline

    Kadir

    yes i am using it. could the problem be the new bukkit versions maybe? somethnig gone wrong with them?
     
Thread Status:
Not open for further replies.

Share This Page