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

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

  1. Offline

    ernestopresto

    I've copied and pasted the groups.yml example and the user.yml example from the wiki and replaced the usernames to reflect the members of my server. I was hoping the issue was my syntax and the direct copy would annul that problem. but i'm still having permission issues. The only member who is allowed access to commands is me, the OP. furthermore, if I deop myself ingame I don't even have the commands awarded a member of the Default group. Please give me a hand someone. Even if you could just point me into the right direction. I've been looking this stuff up for 3 days and still haven't found the solution to my problem.

    I've blocked out specific usernames for hopefully obvious reasons.
    Code:
    users:
      *username*:
        subgroups: []
        permissions: []
        group: Builder
      *username*:
        subgroups: []
        permissions: []
        group: Builder
      *username*:
        subgroups: []
        permissions: []
        group: Admin
      *username*:
        subgroups: []
        permissions: []
        group: Builder
      *username*:
        subgroups: []
        permissions: []
        group: Builder
    Code:
    groups:
      Default:
        default: true
        permissions:
        - essentials.help
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - groupmanager.notify.self
        inheritance: []
        info:
          prefix: '&e'
          build: false
          suffix: ''
      Builder:
        default: false
        permissions:
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.chat.color
        - essentials.chat.shout
        - essentials.chat.question
        - essentials.compass
        - essentials.depth
        - essentials.home
        - essentials.ignore
        - essentials.kit
        - essentials.kit.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.nick
        - essentials.pay
        - essentials.ping
        - essentials.powertool
        - essentials.protect
        - essentials.sethome
        - essentials.signs.use.*
        - essentials.signs.create.disposal
        - essentials.signs.create.mail
        - essentials.signs.create.protection
        - essentials.signs.create.trade
        - essentials.signs.break.disposal
        - essentials.signs.break.mail
        - essentials.signs.break.protection
        - essentials.signs.break.trade
        - essentials.suicide
        - essentials.time
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        inheritance:
        - default
        info:
          prefix: '&2'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.ban
        - essentials.ban.notify
        - essentials.banip
        - essentials.broadcast
        - essentials.clearinventory
        - essentials.delwarp
        - essentials.eco.loan
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.mute
        - essentials.nick.others
        - essentials.realname
        - essentials.setwarp
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.spawner
        - essentials.thunder
        - essentials.time
        - essentials.time.set
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.ptime
        - essentials.ptime.others
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tphere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.weather
        - essentials.whois
        - essentials.world
        - groupmanager.listgroups
        - groupmanager.mandemote
        - groupmanager.manpromote
        - groupmanager.manselect
        - groupmanager.manuadd
        - groupmanager.manudel
        - groupmanager.manwhois
        - groupmanager.notify.other
        inheritance:
        - builder
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - -essentials.backup
        - -essentials.essentials
        - -essentials.setspawn
        - -essentials.reloadall
        - -essentials.plugin
        - essentials.*
        - groupmanager.mantogglevalidate
        - groupmanager.mansave
        - groupmanager.mangcheckp
        - groupmanager.manglistp
        - groupmanager.manucheckp
        - groupmanager.manulistp
        inheritance:
        - moderator
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
     
  2. I need to see a startup log.

    Your startup is fine. How is the error occuring?
    Post a log containing messages from before the error happens + the error. I need it in contect.

    A startup log would be helpfull.

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

    Sh4d0w

    here pieces of it
    btw world_survival is via multiverse, in this world the error must occur i think.
     
  4. Lets see your groups/users.yml's
     
  5. Offline

    Sh4d0w

    you got a pn :)
     
  6. Offline

    PatrickGER

    One of the Best Plugins!
     
  7. Offline

    ernestopresto

    Here's my startup.

    Code:
    2011-11-03 04:00:28 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-03 04:00:28 [WARNING] **** NOT ENOUGH RAM!
    2011-11-03 04:00:28 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-11-03 04:00:28 [INFO] Loading properties
    2011-11-03 04:00:28 [INFO] Starting Minecraft server on *****************
    2011-11-03 04:00:28 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-11-03 04:00:28 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-11-03 04:00:28 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-11-03 04:00:28 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-11-03 04:00:36 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-11-03 04:00:40 [INFO] MLog clients using java 1.4+ standard logging.
    2011-11-03 04:00:40 [INFO] [Register] Preferred method [null] not found, using first found.
    2011-11-03 04:00:40 [INFO] [Register] version 1.5 is enabled.
    2011-11-03 04:00:41 [INFO] Preparing level "world"
    2011-11-03 04:00:41 [INFO] Default game type: 0
    2011-11-03 04:00:43 [INFO] Preparing start region for level 0 (Seed: 2876389954864597089)
    2011-11-03 04:00:44 [INFO] Preparing spawn area: 57%
    2011-11-03 04:00:45 [INFO] Preparing start region for level 1 (Seed: 2210493173679475049)
    2011-11-03 04:00:46 [INFO] Preparing spawn area: 0%
    2011-11-03 04:00:47 [INFO] Preparing spawn area: 24%
    2011-11-03 04:00:48 [INFO] Loaded Essentials build 2.6.4 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    2011-11-03 04:00:48 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    2011-11-03 04:00:48 [INFO] Loaded EssentialsChat build 2.6.4 by: essentials team
    2011-11-03 04:00:48 [INFO] Loaded EssentialsGeoIP build 2.6.4 by: essentials team
    2011-11-03 04:00:48 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-11-03 04:00:48 [INFO] GroupManager - INFO - World Found: world
    2011-11-03 04:00:48 [INFO] GroupManager - INFO - Superperms support enabled.
    2011-11-03 04:00:48 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-11-03 04:00:48 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    2011-11-03 04:00:48 [INFO] GroupManager version 1.4 (Phoenix) is enabled!
    2011-11-03 04:00:49 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-11-03 04:00:50 [INFO] Loaded EssentialsProtect build 2.6.4 by: essentials team
    2011-11-03 04:00:50 [INFO] Loaded EssentialsSpawn build 2.6.4 by: essentials team
    2011-11-03 04:00:50 [WARNING] config broken for xmpp
    2011-11-03 04:00:50 [INFO] Loaded EssentialsXMPP build 2.6.4 by: essentials team
    2011-11-03 04:00:50 [INFO] MCMACOMPAT r15A
    2011-11-03 04:00:50 [INFO] McMyAdmin Compatibility Plugin version r15A started.
    2011-11-03 04:00:50 [INFO] [Runecraft] Rune blacklist with 0 runes loaded.
    2011-11-03 04:00:50 [INFO] [Runecraft] Loaded:
    2011-11-03 04:00:50 [INFO] [Runecraft]  - 4 waypoints, 5 teleporters
    2011-11-03 04:00:50 [INFO] [Runecraft]  - 0 position runes
    2011-11-03 04:00:50 [INFO] [Runecraft]  - 0 rune pads
    2011-11-03 04:00:50 [INFO] [Runecraft]  - 2 player data sets
    2011-11-03 04:00:50 [INFO] [Runecraft]  - 3 block runes
    2011-11-03 04:00:50 [INFO] [Runecraft] World 'world_nether': id 1.
    2011-11-03 04:00:50 [INFO] [Runecraft] World 'world': id 0.
    2011-11-03 04:00:50 [INFO] [Runecraft] Runecraft 2.8.3 initialized.
    2011-11-03 04:00:50 [INFO] Runecraft plugin version 0.5 is enabled!
    2011-11-03 04:00:50 [INFO] Fake Permissions version 3.1.6 is enabled!
    2011-11-03 04:00:50 [INFO] Essentials: Using Permissions 3 based permissions.
    2011-11-03 04:00:50 [INFO] [dynmap] Using Permissions 3.1.6 for access control
    2011-11-03 04:00:52 [INFO] [dynmap] Loaded 12 shaders.
    2011-11-03 04:00:52 [INFO] [dynmap] Loaded 56 perspectives.
    2011-11-03 04:00:52 [INFO] [dynmap] Loaded 7 lightings.
    2011-11-03 04:00:53 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-11-03 04:00:53 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2011-11-03 04:00:53 [INFO] [dynmap] Dynmap WebServer started on /96.8.119.227:28666
    2011-11-03 04:00:53 [INFO] [dynmap] version 0.23 is enabled
    2011-11-03 04:00:53 [INFO] Version: 101
    2011-11-03 04:00:53 [INFO] [NarrowtuxLib] v1.0.1 by [narrowtux] enabled.
    2011-11-03 04:00:53 [INFO] [Register] Payment method found (Essentials version: 2.2)
    2011-11-03 04:00:53 [INFO] [Showcase] Registered type [basic] (2 items loaded)
    2011-11-03 04:00:53 [INFO] [Showcase] Registered type [finite] (1 items loaded)
    2011-11-03 04:00:53 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    2011-11-03 04:00:53 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    2011-11-03 04:00:53 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    2011-11-03 04:00:53 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    2011-11-03 04:00:53 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-11-03 04:00:53 [INFO] Done (1.202s)! For help, type "help" or "?"
     
  8. Offline

    Sh4d0w

  9. It is fixed in 1.5.11

    Just to keep this upto date.

    Turns out it was McMyadmin settings messing up perms.

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

    ernestopresto

    I've solved the problem. It is related to using McMyAdmin, in case anyone has the issue in the future. If you edit the users and groups settings from the server admin page it will play havok with your permissions. Do not put any users in any groups within McMyAdmin and you won't run into the issue i've found.

    Hope this helps anyone who may run into my very specific problem in the future!
     
  11. Offline

    Hunterbait

    Thanks for the help, I got the commands working :D
    My prefix still isn't working for some reason but it doesn't really concern me too much.
    Thanks :D
     
  12. Offline

    iPodMacOSx

    Amazing and Effective plugin!
    Recommended to all "NEW" server
    Owners. Also, GroupManager is
    amazing.
    EDIT:
    Nothing! LOL
     
  13. Offline

    PhonicUK

    If you don't want MCMA to overwrite your groups, don't turn on permissions exporting you muppet :p
     
  14. Offline

    ernestopresto

    haha, very true. I'm grateful for the help and support from the devs and community.
    You guys and gals are awesome!
     
  15. Hey, i installed essentials on my server, and now a lot of people have problems with building inside our little town, but only inside my town, although i never set anything to be protected, so EVERYONE on my server should be able to mine and place blocks absolutly anywhere on my server, help?
     
  16. Offline

    zignotzag

    Did you set the spawnpoint to be inside your town?

    If so, you will need to set spawn-protection to false....or setup an area outside of town for the player spawn, then /setspawn that location instead.

    I recommend disabling spawn protection if you trust all the people on your server. Or disable it and get a more robust world protection plugin...ie, WorldGuard.
     
    jansteffen likes this.
  17. Offline

    axebyte

    when banning i get this:
    Code:
    Error: net.minecraft.server.ServerConfigurationManager.c(Ljava/lang/StringV
    it will kick the person but doesnt add them to a ban list, and other then a manual add, reload and ban/kick does it function. any help on this?
    (using the 1337 bukkit , essentials and permission pex)
     
  18. Offline

    Belarrius

    It should be able to choose the cooldown for each warp! It would be fantastic!
     
  19. Offline

    Krazy

    Essentials 2.6.4
    CB: 1337

    poblem: colors in chat won't work, probably poblem ESSENTIALS CHAT, can fix it?
     
  20. Offline

    iPodMacOSx

    Great plugin. Nothing to fix/add. All I need to know is how to make a SignShop
    for e.x: I want to but up a [Buy] sign. I want to sell Diamonds so this is the format I know best:
    [Buy]
    2400
    264
    1 This is the format I use to sell Diamonds.
    But instead it says in chat: Invalid Charge. I need to know
    the charges/taxes. Besides that, good work!

    I
    It does.
    Go into the essentials folder and click "Config.txt"

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  21. thanks, going to try it :D i really had my spawn inside my town.
     
  22. Offline

    Belarrius

    Yes,

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

    # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 15

    It's ok, but I wondered if we could have a separate cooldown for each warp.
     
  23. Offline

    tom

    Out of curiosity, where does essentials store bans ?
     
  24. .. why does noone read... :(
     
  25. Offline

    mario00037

    PLEASE HELP ME!!!! MY GROUP MANAGER IS NOT WORKING!!!!!
    IT PLACES EVERYONE IN THE DEFAULT GROUP.
    I'M USING THE LATEST BUILD ON ESSENTIALS AND GROUP MANAGER.

    HERE'S MY START UP LOG.
    HERE'S MY GROUP MANAGER FILE.
     
  26. I see no errors in that startup to do with GM. You have LOADS for essentials spout.

    You also haev zero users defined so everyone will be put in the default group until you promote them.
     
  27. Offline

    xandercage2

    Any ideas?


    :19:27 [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    at com.earth2me.essentials.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
    at com.earth2me.essentials.register.payment.Methods.createMethod(Methods.java:37)
    at com.earth2me.essentials.register.payment.Methods.setMethod(Methods.java:76)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
    at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:585)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:964)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  28. Offline

    zignotzag

    What build craftbukkit? what version Essentials?
     
  29. Offline

    xandercage2

    craftbukkit is the newest and i think essentials might not be i put it on a few months ago any way of checking exactly what it is??
     

Share This Page