[GEN/SEC/ECON/TP/ADMN] Essentials - A collection of useful commands

Discussion in 'Archived: Plugin Releases' started by EssentialsTeam, Apr 30, 2011.

  1. Offline

    Necrodoom

    te5la: if an item is left out, he will get that message

    isaiahrobichaud: that is decided by essentialschat format.
     
  2. Offline

    LordScoffer

    Nice Job! I was wondering, how many downloads do you have of this plugin? I am trying to determine whether or not Essentials is the most-downloaded plugin on Bukkit. Thanks!
     
  3. Offline

    TE5LA

    Look in the config.yml file in Essentials. Around line 397, you should see the lines that determine the chat labels. Be careful changing values or you will get errors. Do not put anything between the '{' and the variables, which are the uppercase words.

    I use the groups section so each group has its own color. I am also using different group names. Don't change yours if you're not:
    Code:
    group-formats:
        Apprentice: '&f[&5{WORLDNAME}&f] &7{DISPLAYNAME}&f:&7 {MESSAGE}'
        Artisan: '&f[&5{WORLDNAME}&f] &2{DISPLAYNAME}&7:&f {MESSAGE}'
        Knight: '&f[&5{WORLDNAME}&f] &6{DISPLAYNAME}&7:&f {MESSAGE}'
        Lord: '&f[&5{WORLDNAME}&f] &c{DISPLAYNAME}&7:&3 {MESSAGE}'
    This outputs the chat labels like: [world] TE5LA:

    The brackets are white (&f), the world name purple (&5), the colon is white. The group colors are:

    Apprentice (default) Light Gray (&7)
    Artisan (Builder) Dark Green (&2)
    Knight (Moderator) Orange (&6)
    Lord (Admin) Red (&c)

    I don't use group labels because the colors signify this. Hope this helps.

    Can items such a wool be included separately, like
    Code:
    blackwool: 1.0
    redwool: 1.0
    magentawool: 1.0
    ...or do they have to be put in as "wool" with metadata?
    Code:
    wool:
      '0': 1.0
      '1': 1.0
      '2': 1.0
    like that?

    Also, how do I know the proper name for an item? I'm assuming they will be lowercase and one word. Is there a source that lists their exact names?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  4. Offline

    Necrodoom

    second one should work, not sure about the first. as for item names, open items.csv
     
  5. Offline

    TE5LA

    Thanks, I see what looks like items with several aliases. Should these each be placed in worth.yml or is just one sufficient?
    Code:
    #version: Dev2.9.140
    # If you change this file, it will not be automatically updated after the next release.
    #item,id,metadata
    stone,1,0
    sstone,1,0
    smoothstone,1,0
    Those all appear to be variations of stone.
     
  6. Offline

    Necrodoom

    you should update your essentials to reco 2.9.2, if you did, delete items.csv and let it regenerate. you just need one of these aliases, by the way
     
  7. Offline

    TE5LA

    Will updating overwrite edits to the config?
     
  8. Offline

    Necrodoom

    no, unless you delete config. the only things you should do it overwrite the jar files, and maybe delete items.csv so it regenerates.
     
  9. Offline

    JTGhawk137

    Best Plugin In the world
     
  10. Offline

    TE5LA

    Thanks for the help and your plugin. I got it working and created a completely new worth.yml with 287 lines of items. You can use the aliases and this helps players by matching different ways of typing a name, so "stone" can be "sstone", "smoothstone", "rock", etc. I have nearly every item repriced to what I think are more logical values. I looked far and wide for a list but couldn't find one. Now I will add to it as needed.
     
  11. Offline

    IsaiahRobichaud

    Okay, thanks for the help! :)

    When making kits, do they need to be in order alphabetically? Or in any order?
    Would the following work? (Notice how the numbers aren't least to greatest and kits aren't in alphabetical order)

    donator:
    delay: 86400
    items:
    - 264 5
    - 46 32
    - 76 1
    admin:
    delay: 86400
    items:
    - 276 2
    - 57 5

    I make all my kits alphabetically ordered like and least to greatest item ids!
    admin:
    delay: 86400
    items:
    - 1 7
    - 2 7
    - 89 7
    donator:
    delay: 86400
    items:
    - 1 24
    - 3 7
    - 46 1
    - 71 1

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  12. Offline

    Necrodoom

    there doesnt need to be any order for kits.
     
  13. Offline

    craigbaines

    Hello. im having an issue with groupmanager.

    Basically im using a sign to run a command, the command will be /manuad player group...

    i want guest to join the server, then be able to choose a sign (picking there race) which would move them into that group...

    My problem is that when doing this it tells me players of the same perm's or higher can not move players....

    Is there a way to remove this rule? The only players with perm's to /manuadd will be myself, the co owner and the signs will be given the permision in order to run th command...

    HELP! xD

    Thanks....

    skype: Craig_b3
     
  14. Offline

    Goclonefilms

    What is the permission node for /warp?
     
  15. Offline

    Sigong

    Could you add a command (such as /ops) that will list the ops on a server?
     
  16. Offline

    Chrisski3

    Hi, this probably isnt the right place to ask for help on this sort of thing, and I apologize. But I am kind of rushed to get a permission plugin set up soon.

    I want to set up a permission system like this:
    When a player joins for the first time, they go into a group called "Builder". I'd like to have this group to have accsess to Building/Destroying, All TP/Warps/Home/Sethome/TPA commands, able to do /spawn, able to goto warps, but not set warps, and other permissions that would be good for new users.

    Then I want a group called "Donors" that people go into when they donate to the server that have all perms of Builder, plus able to set warps, and permission to some world edit commands.

    Then as a Moderator, I want them to basically have permission to do everything except issue the stop command, and use certain plugins.

    Then I want a group called Founder, that I would be in, to have permission to do everything.

    Thats all I really need, and I do have a multiworld server, so i'd need them on all worlds.

    Again, im sorry if this isnt the right spot for this, but I just have no idea how to set this up
    Thanks,
    Chris
     
  17. Offline

    Necrodoom

    goclonefilms: essentials.warp, if it doesnt work, you might have something overriding the command, type /ewarp and see if you can use it.

    sigong: essentials doesnt deal with the OP system, so dont think so.

    chrisski3: the default groupmanager setup is quite similar to what you want.
     
  18. Offline

    IsaiahRobichaud

    Okay, thanks for the help! :) Next time could u plz make a reply to the post you're replying to, it would be more helpful. Sorry, if the last part sounded rude.

    Essentials has their own permissions called: Essentials Group Manager Aka Group Manager
    I use PermissionsEx which is a little more advanced and has more features in prefixing, suffixing, and USE EssentialsChat.jar instead of ChatManager.jar and I don't use ModifyWorld :p
    Easier rank setting SetRankPEX = /setrank <player> <group>
    Check out the help pages for PermissionsEx if you use them I personally like PermissionsEx more because I can use brackets and other characters too!

    You can check out the permission nodes on the help pages.
    Warp permission:
    - essentials.warp
    Some ppl have per warp so it would be
    - essentials.warp.<warpname>
    for them.
    /manuaddp <player> essentials.warp
    /mangaddp <group> essentias.warp
    I hope this helped.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  19. Offline

    Chrisski3

    I am currently using Group Manager, but ill check out PEX. How do Essentials Chat and Chat Manager differ?
     
  20. Offline

    IsaiahRobichaud

    Are you using SimpleCommandSigns? lol
    To do this use:
    PermissionsEx
    SetRankPEX
    ButtonPromote

    SetrankPex is optional for this

    Idk it's just that when you have Esssentials Chat it is easier and Chat Manager is no longer required.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  21. Offline

    Chrisski3

    Oh okay. Ill check out Pex later. Thank you
     
  22. Offline

    Necrodoom

    chrisski3: PEX is NOT better than groupmanager. ignore isaiahrobichaud, he is trying to go on this thread and take away users. GM has everything than PEX has. prefix, suffix, multiworld, etc.

    GM has a default configuration, which you can use as a base for what you need.

    isaiahrobichaud: if you came here to advertise your own plugins, go away.
     
  23. Be careful not to feed the trolls!
     
  24. Offline

    craigbaines

    When installing essentials protect, any ideas????????


    17.07 10:52:52 [Multicraft] Skipped 22 lines due to rate limit (30/s)
    17.07 10:52:52 [Server] INFO at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:49)
    17.07 10:52:52 [Server] INFO at com.earth2me.essentials.protect.EssentialsConnect.<init>(EssentialsConnect.java:33)
    17.07 10:52:52 [Server] INFO at com.earth2me.essentials.protect.EssentialsConnect$ProtectReloader.reloadConfig(EssentialsConnect.java:108)
    17.07 10:52:52 [Server] INFO at com.earth2me.essentials.protect.data.ProtectedBlockSQLite.<init>(ProtectedBlockSQLite.java:13)
    17.07 10:52:52 [Server] INFO at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:39)
    17.07 10:52:52 [Server] INFO at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:44)
    17.07 10:52:52 [Server] INFO at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:105)
    17.07 10:52:52 [Server] INFO at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:109)
    17.07 10:52:52 [Server] INFO at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.<init>(AbstractPoolBackedDataSource.java:62)
    17.07 10:52:52 [Server] INFO at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>(PoolBackedDataSourceBase.java:227)
    17.07 10:52:52 [Server] INFO at com.mchange.v2.c3p0.impl.C3P0ImplUtils.<clinit>(C3P0ImplUtils.java:98)
    17.07 10:52:52 [Server] INFO at com.mchange.v2.c3p0.impl.C3P0ImplUtils.generateVmId(C3P0ImplUtils.java:120)
    17.07 10:52:52 [Server] INFO at java.net.InetAddress.getLocalHost(Unknown Source)
    17.07 10:52:52 [Server] INFO java.net.UnknownHostException: Node02: Node02: Name or service not known
    17.07 10:52:52 [Server] INFO Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness
    17.07 10:52:52 [Server] INFO [EssentialsProtect] Enabling EssentialsProtect v2.9.2
     
  25. Offline

    Necrodoom

    craigbaines: your host is preventing essentialsprotect from connecting to SQL. this doesnt have any effect on your server.
     
  26. Offline

    Oland3

    Hi,does anybody know what the permission node is to make player be able to pay other players?
    Example: /eco pay playername 100

    I've tried these:

    essentials.pay: true
    essentials.eco.pay: true
    essentials.eco.pay.others: true
    essentials.pay.others: true

    Would be glad to get some help :)
     
  27. Offline

    IsaiahRobichaud

    1. Not my thread!
    2. You get MORE characters for prefixing and suffixing for, not more crap. Just better crap.
    3. Not my plugin.
    4. I do recommend GM for people who just want permissions, but more plugins use PEX than GM and I am only TEMPORARILY using PEX till those plugins get GM support and when GM adds more possibilities for prefixing and suffixing.
    Sorry, if it seemed like I was drawing people away from the amazing plugin, but I was just trying to someone out. I'm not trying to say the PEX is better then this because PEX would have more time adding features to their permissions, but Essentials has to make all these amazing features that PEX doesn't have such as there own Chat Manager Aka EssentialsChat and many other awesome features! :\

    I wasn't trying to troll anyone. Sorry if it feels like that.

    Hello, there are some features that could improve EssentialsGroupManager because I know many people who want prefixes such as "(Owner)-PlayerName" and stuff, but I do not think essentials group manager allows brackets and some other characters. Sorry if this sounds rude. These are just some thoughts. If it is true you CAN use brackets sorry for wasting your time.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  28. Offline

    hackinrange

    please send me some info
     
  29. Offline

    Necrodoom

    isaiahrobichaud: GM and PEX get the exact SAME amount of characters for prefix suffix, because they BOTH use a .yml file for config. ALL plugins who support PEX support GM, because BOTH of these plugins are built on Superperms.

    get your facts straight.

    hackinrange: please use www.pastebin.com for such big pastes. also, error log says plugins\GroupManager\worlds\world\groups.yml is broken. paste it using www.pastebin.com

    oland3: essentials.pay node auto gives you abillity to pay others.
     
  30. Offline

    hackinrange

    thankyou

    i dont know how to paste on here using pastebin ill find out but here it is for now
    this is my groups.yml

    Code:
    is what p# 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:
      Newbie:
        default: true
        permissions:
        - essentials.spawn
        - essentials.warp
        - essentials.suicide
        - essentials.afk
        - essentials.list
        - essentials.back
        - essentials.seen
        - essentials.whois
        - essentials.sethome
        - essentials.home
        - essentials.delhome
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.pay
        - essentials.sell
        - essentials.worth
        - essentials.help
        - essentials.helpop
        - essentials.helpop.recieve
        - simplefly.fly
        - simplefly.stopfly
        - worldguard.region.info
        - worldguard.region.addmember.own*
        - worldguard.region.removemember.own
        - iconomy.access
        - iconomy.list
        - iconomy.payment
        - iconomy.rank
        - creaturebox.dropspawner
        - creaturebox.placespawner
       
       
       
       
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&8'
          build: true
          suffix: ''
      player:
        default: false
        permissions:
        - chestshop.shop.*
        - chestshop.create.*
        inheritance:
        - Newbie
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&e'
          build: true
          suffix: ''
      veteran:
        default: false
        permissions: []
        inheritance:
        - player
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&3'
          build: true
          suffix: ''
      donator:
        default: false
        permissions: []
        inheritance:
        - player
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&3'
          build: true
          suffix: ''
      architect:
        default: false
        permissions:
        - essentials.bigtree
        inheritance:
        - veteran
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&4'
          build: true
          suffix: ''
      moderator:
        default: false
        permissions: []
        inheritance:
        - architect
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&2'
          build: true
          suffix: ''
      admin:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          prefix: '&n&4'
          build: true
          suffix: ''
      supervisor:
        default: false
        permissions:
        - essentials.*
        - worldedit.*
        - worldguard.*
       
       
        inheritance:
        - admin
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&n&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - supervisor
        -
        info:
          prefix: '&a'
          build: true
          suffix: ''
    
    nvm i guess i did :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016

Share This Page