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

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

  1. I have searched through around 19 pages of this post. The only last thing I have not figured out is the /news or /info command. I know that it pulls the information from "info.txt" but what syntax is used for it all. I added normal text to the document and it displays it. Though I am unsure how to do pages or chapters as it states it is currently available to do. Searching through the essentials wiki. There is just the basic very little information on the command which doesn't help my situation.
     
  2. Offline

    Haunter

    Anyone know how to make it in the essentials economy, so the admin doesn't get infinite money?
     
  3. Offline

    omnija

    does this support superperms?
     
  4. Offline

    Niels762

    i can't use /manuadd. i don't have permission. error= Bukkit sad. bukkit want you to access command, but Bukkit cannot let you. bukkitwil leak tears ;'(. idk what to do :( please help
     
  5. Offline

    MineCleric

  6. Offline

    weirdbraxto

    I have used essentials in the past and it worked great and by past i mean like the 1.6 update. and now on 1.8, when i do /god it tells me that ive enabled god mode but i can still get hurt by anything that a normal person would. so please if you could replay what i can do to fix this that would be most helpful. Thank you
     
  7. Offline

    xAsianZombie

    I love this essentials pack! But ther is a small problem. One of my non-op players cant place lava or water blocks, hes trying to make an incinerator. Help? Thank you!!
     
    Recky likes this.
  8. Offline

    Alexion

    Same problem
     
  9. Offline

    RoWzteR

    One of the best plugin!
     
  10. Question: I have it set to:

    Code:
    protect:
      # Database settings for sign/rail protection
      # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
      # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
    
      # mysql, sqlite or none
      datatype: 'sqlite'
    
      # If you specified MySQL above, you MUST enter the appropriate details here.
      # If you specified SQLite above, these will be IGNORED.
      username: 'root'
      password: 'root'
      mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
    
      # For which block types would you like to be alerted?
      # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
      alert:
        10: lava
        11: still lava
        46: TNT
        on-placement: 10,11,46
        on-use:
        # 46: TNT
        on-break:
    
      # Users cannot PLACE these types of blocks/items.
      # < 255 designates a BLOCK
      # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
      blacklist:
        placement: 327,326,14,56,46,11,10,9,8
    Yet I get no warning, and people can still place (and use) TNT.
     
  11. Offline

    weirdbraxto

    well i just deleted the whole server and made a new one, tried it again and it worked. so i dont know how or what fixed it but it did
     
  12. Offline

    Sander Simonsen

    Hey :)
    If i update the plugin, can i keep the folders with config, or do i need to generate them, and make new config ?

    Yes home isent working !

    Try /godmode !

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

    Bobbosells32

    Ok so ive looked everywhere for this and can't find it. What is EssentialsGeoIp for?
     
  14. Offline

    Hybris132

    I've been using this plugin for quite a awhile now and I really like it. The only problem is that if I do something such as /afk it will say [name] is nu afk. Instead of is now afk. All those things are in dutch. I haven't change anything to the files I just downloaded it and put them in the plugin folder. Any solutions? Thanks in advance.
     
  15. Offline

    ArtooHD

    My server has shutdown so many times today its not even funny. In the last 5minutes it shutdown 3times.

    Here are the error things: http://pastebin.com/aRcd7a51

    I have no clue what to do..
     
  16. Offline

    Snipers

    I get this error:
    [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    at com.nijiko.permissions.Control.getGroupPrefix(Control.java:546)
    at com.earth2me.essentials.perm.Permissions2Handler.getPrefix(Permissions2Handler.java:53)
    at com.earth2me.essentials.perm.PermissionsHandler.getPrefix(PermissionsHandler.java:80)
    at com.earth2me.essentials.User.getNick(User.java:274)
    at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:271)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:116)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:75)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-25 13:07:42 [SEVERE] Could not pass event PLAYER_TELEPORT to Essentials
    java.lang.NullPointerException
    at com.nijiko.permissions.Control.getGroupPrefix(Control.java:546)
    at com.earth2me.essentials.perm.Permissions2Handler.getPrefix(Permissions2Handler.java:53)
    at com.earth2me.essentials.perm.PermissionsHandler.getPrefix(PermissionsHandler.java:80)
    at com.earth2me.essentials.User.getNick(User.java:274)
    at com.earth2me.essentials.EssentialsPlayerListener.onPlayerTeleport(EssentialsPlayerListener.java:359)
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:300)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:386)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:117)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:75)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-25 13:07:42 [INFO] New max size: 484
    2011-09-25 13:07:42 [INFO] New max size: 784
    2011-09-25 13:07:42 [SEVERE] Could not pass event PLAYER_TELEPORT to Essentials
    java.lang.NullPointerException
    at com.nijiko.permissions.Control.getGroupPrefix(Control.java:546)
    at com.earth2me.essentials.perm.Permissions2Handler.getPrefix(Permissions2Handler.java:53)
    at com.earth2me.essentials.perm.PermissionsHandler.getPrefix(PermissionsHandler.java:80)
    at com.earth2me.essentials.User.getNick(User.java:274)
    at com.earth2me.essentials.EssentialsPlayerListener.onPlayerTeleport(EssentialsPlayerListener.java:359)
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:300)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:386)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:354)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-25 13:07:46 [SEVERE] Could not pass event PLAYER_CHAT to Essentials
    java.lang.NullPointerException
    at com.nijiko.permissions.Control.getGroupPrefix(Control.java:546)
    at com.earth2me.essentials.perm.Permissions2Handler.getPrefix(Permissions2Handler.java:53)
    at com.earth2me.essentials.perm.PermissionsHandler.getPrefix(PermissionsHandler.java:80)
    at com.earth2me.essentials.User.getNick(User.java:274)
    at com.earth2me.essentials.EssentialsPlayerListener.onPlayerChat(EssentialsPlayerListener.java:79)
    at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:279)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:726)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  17. Offline

    Grimmy777

    anyone having any luck with the essentials.joinfullserver node? I have bukkit permissions and have essentials.joinfullserver: true for my vip group yet they can not login still...
     
  18. groups:
    Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - admin
    info:
    prefix: '&4[Owner]'
    build: true
    suffix: ''
    Guest:
    default: true
    permissions:
    - essentials.afk
    - essentials.balance
    - essentials.chat.color
    - essentials.eco
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.me
    - essentials.motd
    - essentials.pay
    - essentials.rules
    - essentials.sleepingignored
    - essentials.spawn
    - essentials.suicide
    inheritance: []
    info:
    prefix: '&0[Guest]'
    build: false
    suffix: ''
    Mod:
    default: false
    permissions:
    - worldguard.fire-toggle.*
    - worldguard.halt-activity.*
    - worldguard.region.define
    - worldguard.region.redefine.*
    - worldguard.region.claim
    - worldguard.region.select.*
    - worldguard.region.info.*
    - worldguard.region.addowner.*
    - worldguard.region.removeowner.*
    - worldguard.region.addmember.*
    - worldguard.region.setparent.*
    - worldguard.region.remove.*
    - worldguard.region.removemember.*
    - worldguard.region.list
    - worldguard.region.flag.regions.*
    - worldguard.region.setpriority.*
    - worldguard.region.flag.flags.*
    - worldedit.extinguish
    - worldedit.butcher
    - worldedit.snow
    - worldedit.thaw
    - worldedit.fixlava
    - worldedit.fixwater
    - lwc.mod
    - vanish.*
    - groupmanager.manuadd
    - groupmanager.manudel
    - essentials.antioch
    - groupmanager.manuaddsub
    - groupmanager.manudelsub
    - groupmanager.manpromote
    - groupmanager.mandemote
    - groupmanager.manwhois
    - groupmanager.manucheckp
    - essentials.backup
    - groupmanager.manulistp
    - groupmanager.manuaddv
    - groupmanager.manulistv
    - groupmanager.manucheckv
    - groupmanager.listgroups
    - groupmanager.manglistp
    - groupmanager.mangcheckp
    - groupmanager.manudelv
    - essentials.helpop.receive
    - essentials.give
    - essentials.unlimited
    - essentials.unlimited.item-all
    - essentials.give.item-all
    - essentials.ban
    - essentials.ban.exempt
    - essentials.ban.offline
    - essentials.clearinventory.others
    - essentials.itemspawn.exempt
    - essentials.kickall
    - essentials.kill
    - essentials.god
    - essentials.lightning
    - essentials.god.others
    - essentials.heal
    - essentials.heal.cooldown.bypass
    - essentials.itemspawn.item-all
    - essentials.mute.exempt
    - essentials.nuke
    - essentials.ping
    - essentials.tempban
    - essentials.tempban.exempt
    - essentials.tempban.offline
    - essentials.home.others
    - essentials.sethome.multiple.unlimited
    - essentials.setwarp
    - essentials.teleport.cooldown.bypass
    - essentials.teleport.hidden
    - essentials.teleport.timer.bypass
    - essentials.tptoggle
    - essentials.delhome.others
    - essentials.unban
    - essentials.spawnmob
    - essentials.socialspy
    - essentials.item
    - essentials.eco.loan
    - essentials.protect.admin
    - essentials.protect.damage.contact
    - essentials.protect.damage.creeper
    - essentials.protect.damage.lava
    - essentials.protect.damage.fall
    - essentials.protect.damage.lightning
    - essentials.protect.damage.tnt
    - essentials.protect.damage.fireball
    - essentials.protect.damage.fire
    - essentials.protect.ownerinfo
    - essentials.protect.exemptbreak
    - essentials.protect.exemptplacement
    - essentials.protect.exemptusage
    - essentials.signs.create.balance
    - essentials.signs.create.disposal
    - essentials.signs.create.free
    - essentials.signs.create.heal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.spawnmob
    - essentials.signs.create.time
    - essentials.signs.create.trade
    - essentials.signs.create.warp
    - essentials.signs.create.sell
    - essentials.signs.create.buy
    - essentials.protect.damage.disable
    - essentials.signs.trade.override
    - essentials.signs.break.balance
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.sell
    - essentials.signs.break.spawnmob
    - essentials.signs.break.time
    - essentials.signs.break.trade
    - essentials.signs.break.warp
    - essentials.signs.break.free
    - essentials.signs.break.weather
    - essentials.signs.break.heal
    - essentials.signs.break.buy
    - essentials.protect.damage.drowning
    - essentials.signs.create.weather
    - essentials.signs.protection.override
    inheritance:
    - builder
    info:
    prefix: '&3[Mod]'
    build: true
    suffix: ''
    Member:
    default: false
    permissions:
    - choptree.chop
    - lwc.protect
    - essentials.portal
    - essentials.warp.list
    - essentials.protect.alerts
    - essentials.protect
    - essentials.signs.color
    - essentials.signs.use.balance
    - essentials.signs.use.mail
    - essentials.signs.use.spawnmob
    - essentials.signs.use.sell
    - essentials.signs.use.time
    - essentials.signs.use.warp
    - essentials.signs.use.weather
    - essentials.signs.use.trade
    - essentials.signs.use.protection
    - essentials.signs.use.free
    - essentials.signs.use.heal
    - essentials.signs.use.buy
    - essentials.signs.use.disposal
    - essentials.depth
    - essentials.mail
    - essentials.mail.send
    - essentials.msg
    - essentials.whois
    - essentials.back
    - essentials.back.ondeath
    - essentials.home
    - essentials.delhome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tpahere
    - essentials.sethome
    - essentials.balancetop
    - essentials.sell
    - essentials.worth
    - essentials.ban.notify
    - essentials.clearinventory
    - essentials.kick.notify
    inheritance:
    - guest
    info:
    prefix: '&1[Member]'
    build: true
    suffix: ''
    Builder:
    default: false
    permissions:
    - essentials.joinfullserver
    - essentials.tppos
    - essentials.tpohere
    - essentials.tpo
    - essentials.tphere
    - essentials.tpaall
    - essentials.tp
    - essentials.jump
    - essentials.weather
    - essentials.mute.exempt
    - essentials.mute
    - essentials.kick
    - essentials.invsee
    - essentials.ext
    - essentials.nick
    - essentials.realname
    - essentials.list.hidden
    - essentials.getpos
    - essentials.afk.kickexempt
    - essentials.bigtree
    - essentials.ptime.others
    - essentials.time.set
    - essentials.balance.others
    - essentials.tree
    - essentials.time
    - essentials.ptime
    - essentials.compass
    - essentials.powertool
    - essentials.powertooltoggle
    - essentials.jails
    - log.*
    inheritance:
    - member
    info:
    prefix: '&2[Builder]'
    build: true
    suffix: ''
    CoOwner:
    default: false
    permissions:
    - '*'
    inheritance:
    - owner
    info:
    prefix: '&f[&4Co&f-&2Owner]'
    build: true
    suffix: ''
    HeadAdmin:
    default: false
    permissions:
    - '*'
    inheritance:
    - mod
    info:
    prefix: '&4[&0H&1e&2a&3d&5A&6d&7m&8i&9n]'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - '*'
    inheritance:
    - mod
    info:
    prefix: '&4[Admin]'
    build: true
    suffix: ''



    for some reason my Guests can build although I have build set on false for their group...
     
  19. Offline

    lewisdude97

    Dont Wanna Be That Guy That Just Points Out Things You Spelled Wrong, But
    "# Should primitive spawn protection be enabled? For most servers, this should be flase; it is better to use a third-party plugin to protect it .spawn-protection: false"
    From The Config Folder You Spelled False as Flase. I Just Wanted To Point That Out :D

    *Btw I Checked This Message About 5 Times To make Sure I Didn't Spell Anything Wrong. >-< -Derp*
     
  20. Offline

    omnija

    can someone tell me why i can't get groupmanager to create a second world folder? I tried changing config to add new worlds but it just wont. I tried manually creating one and it just screwed up the permissions. using latest dev build of bukkit and latest group manager.
     
  21. Offline

    ArtooHD

     
  22. Offline

    KittyKatt

    I finally found out what's causing my server to
    ~ Connection reset
    ~ Read timeout
    ~ Read timeout
    ~ Read timeout
    ~ Read timeout
    ~ Read timeout
    ~ Read timeout
    ~ Read timeout
    I removed essentials for 1 week now, and I have never got a crash or read time out again!
     
  23. Offline

    rizemon

    Does this node : essentials.* work in permissions ?
     
  24. Offline

    Fausterion

    I'm using the latest version of craftbukkit and Essentials, and I notice that food such as bread is replenishing far more of the hunger meter then it should. Anyone know why this is and how I change it? The only other plugins I'm using are safe creeper and lwc, so I doubt they would effect this part of the game.
     
  25. Offline

    Shooty

    2011-09-26 19:18:57 [SEVERE] Could not pass event ENDERMAN_PICKUP to Essentials
    java.lang.NullPointerException
    at org.bukkit.material.Sign.getFacing(Sign.java:130)
    at com.earth2me.essentials.signs.EssentialsSign.checkIfBlockBreaksSigns(EssentialsSign.java:226)
    at com.earth2me.essentials.signs.SignEntityListener.onEndermanPickup(SignEntityListener.java:55)
    at org.bukkit.plugin.java.JavaPluginLoader$76.execute(JavaPluginLoader.java:775)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.EntityEnderman.s(EntityEnderman.java:107)
    at net.minecraft.server.EntityLiving.s_(EntityLiving.java:280)
    at net.minecraft.server.EntityMonster.s_(EntityMonster.java:31)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1193)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1175)
    at net.minecraft.server.World.cleanUp(World.java:1090)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:467)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  26. Offline

    martynball

    I have got this error :( This update has broken my entire server...
    Code:
    19:16:59 [SEVERE] Could not load 'plugins\EssentialsXMPP.jar' in folder 'plugins
    ': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:133)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:213)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:136)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
     
  27. Offline

    w000rm

    How to make beds act like vanilla? If I use Essentials people respawn at bed even if the bed is not there... could you make an option to decide that?
    Thank you EssentialsTeam! :D
     
  28. Offline

    cannabeuh

    Hello,
    A new powertools is very very bad ;'(
    /ptt ...
    not work and can not change the PowerTool via the server :'(
    i can fork this github?? or
    please fix this command
     
  29. Offline

    McSpuds

    I have read through this till my eyes hurt and can not find any reply. Yes, search too...

    Can somebody tell me how to add items to the worth list and have Eco recognize it? I would like to add more items to the worth list so players can use them in signs.
     
  30. Getting error:null when trying to set spawn as op/admin. Happened after I manually shutdown my comp which stopped the server. I have the latest version. Help please D:
     

Share This Page