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

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

  1. Offline

    Ghil

    @Bjourk: so because the plugin clashes with Worldedit alot, it's unsafe and should be deemed dangerous enough to quote another plugin dev in in it's own thread? o.0
     
  2. Offline

    QuantumSix

    I'm stuggling to get kits to charge:

    Code:
    # Defines the cost to use the given commands PER USE
    command-costs:
      # /example costs $1000 PER USE
      #example: 1000
      # /kit tools costs $1500 PER USE
    kit-tools: 1500
    
    I don't think it's a code error since i get no error messages on server start.. Might it be because i'm the admin and admins aren't charged for these things?
     
  3. i do not get any error message like permission denied or anything like i do if someone tries a command it just says it even though there is no regions or anything also my config is set up right and im using groupmanager from essentials team
     
  4. @andrewkm here's the permissions config. For brevity's sake I only mentioned plugins that I thought may have been interfering, as you'll see I have about 15 active plugins:

    Code:
    plugin:
      permissions: {system: default}
    groups:
      Citizen:
        default: true
        info: {prefix: '&f[&7Citizen&f]&f', suffix: '&f', build: true}
        inheritance: []
        permissions: [lockette.create.*, measuringtape.measure, dynamicmarket.access,
          dynamicmarket.buy, dynamicmarket.sell, essentials.chat.shout, BetterShop.user.*,
          essentials.me, essentials.portal, essentials.list, essentials.getpos, essentials.spawn,
          essentials.rules, essentials.tpaccept, essentials.tpdeny, essentials.sethome,
          essentials.home, essentials.mail, essentials.mail.send, essentials.afk, essentials.msg,
          essentials.ping, essentials.compass, mywarp.warp.basic.warp, lwc.protect, iConomy.rank,
          iConomy.payment]
      Explorer:
        default: false
        info: {prefix: '&f[&7Explorer&f]&f', suffix: '&f', build: true}
        inheritance: [Citizen]
        permissions: [essentials.tp]
      Sage:
        default: false
        info: {prefix: '&f[&7Sage&f]&f', suffix: '&f', build: true}
        inheritance: [Explorer]
        permissions: []
      Veteran:
        default: false
        info: {prefix: '&f[&7Veteran&f]&f', suffix: '&f', build: true}
        inheritance: [Sage]
        permissions: []
      Mods:
        default: false
        info: {prefix: '&f[&bOfficer&f]&f', suffix: '&f', build: true}
        inheritance: [Veteran]
        permissions: [mywarp.*, measuringtape.tp, dynamicmarket.items.remove, dynamicmarket.items.add,
          dynamicmarket.items.update, logblock.area, logblock.lookup, essentials.tp, essentials.tpa,
          mywarp.*, bb.admin.*, essentials.kick, essentials.whitelist, essentials.ban,
          essentials.tpahere, essentials.tpohere, essentials.tphere, essentials.setwarp,
          essentials.delwarp]
      Supermods:
        default: false
        info: {prefix: '&f[&cGuardian&f]&f', suffix: '&f', build: true}
        inheritance: [Mods]
        permissions: [essentials.god, essentials.*, bigbrother.*, logblock.*, mywarp.*,
          yeditor.*, bb.*, iconomy.*, dynamicmarket.*, worldedit.*]
      Citizen_VIP:
        default: true
        info: {prefix: '&f[&a*&f][&7Citizen&f]&f', suffix: '&f', build: true}
        inheritance: []
        permissions: [lockette.create.*, measuringtape.measure, dynamicmarket.access,
          dynamicmarket.buy, dynamicmarket.sell, essentials.chat.shout, BetterShop.user.*,
          essentials.me, essentials.portal, essentials.list, essentials.getpos, essentials.tp,
          essentials.tpa, essentials.spawn, essentials.rules, essentials.tpaccept, essentials.tpdeny,
          essentials.sethome, essentials.home, essentials.mail, essentials.mail.send,
          essentials.afk, essentials.msg, essentials.ping, essentials.compass, mywarp.warp.basic.warp,
          lwc.protect, iConomy.rank, iConomy.payment]
      Explorer_VIP:
        default: false
        info: {prefix: '&f[&a*&f][&7Explorer&f]&f', suffix: '&f', build: true}
        inheritance: [Citizen_VIP]
        permissions: []
      Sage_VIP:
        default: false
        info: {prefix: '&f[&a*&f][&7Sage&f]&f', suffix: '&f', build: true}
        inheritance: [Explorer_VIP]
        permissions: []
      Veteran_VIP:
        default: false
        info: {prefix: '&f[&a*&f][&7Veteran&f]&f', suffix: '&f', build: true}
        inheritance: [Sage_VIP]
        permissions: []
      Mods_VIP:
        default: false
        info: {prefix: '&f[&a*&f][&bOfficer&f]&f', suffix: '&f', build: true}
        inheritance: [Veteran_VIP]
        permissions: [mywarp.*, measuringtape.tp, lockette.admin.reload, dynamicmarket.items.remove,
          dynamicmarket.items.add, dynamicmarket.items.update, logblock.area, essentials.ban,
          logblock.lookup, essentials.tp, essentials.tpa, mywarp.*, bb.admin.*, essentials.kick,
          essentials.whitelist, essentials.tpahere, essentials.tpohere, essentials.tphere,
          essentials.setwarp, essentials.delwarp]
      Supermods_VIP:
        default: false
        info: {prefix: '&f[&a*&f][&cGuardian&f]&f', suffix: '&f', build: true}
        inheritance: [Mods_VIP]
        permissions: [lockette.admin.*, worldguard.*, mywarp.*, essentials.*, essentials.god,
          bigbrother.*, logblock.*, mywarp.*, yeditor.*, bb.*, iconomy.*, dynamicmarket.*,
          worldedit.*]
      Admins:
        default: false
        info: {prefix: '&f[&4Sovereign&f]&f', suffix: '&f', build: true}
        inheritance: [Supermods]
        permissions: ['*']
    users:
      darkanjel:
        group: Admins
        permissions: []
      hamburger_helper:
        group: Admins
        permissions: []
      Infernalistgamer:
        group: Mods_VIP
        permissions: [bonuses.leaves.*, bonuses.sand.*, bonuses.dirt.*, bonuses.grass.*,
          bonuses.redstone_ore.*, bonuses.glowing_redstone_ore.*, bonuses.craftzombie.*]
      whigwam:
        group: Supermods_vip
        permissions: [bonuses.leaves.*, bonuses.sand.*, bonuses.dirt.*, bonuses.grass.*,
          bonuses.redstone_ore.*, bonuses.glowing_redstone_ore.*]
      Limitforce:
        group: Supermods_VIP
        permissions: []
      beyonddead:
        group: Mods
        permissions: []
      KillerBoaby:
        group: Mods
        permissions: []
      robotco:
        group: Mods_VIP
        permissions: []
      Derek_Steele:
        group: Mods_VIP
        permissions: []
      ActionMovieEd:
        permissions: [bonuses.leaves.*]
        group: Officer_VIP
      happyfamily:
        permissions: []
        group: Explorer
      jmhtch88:
        permissions: []
        group: Explorer_VIP
      Theodyn:
        permissions: []
        group: Explorer
      kahn_bloodbane:
        permissions: []
        group: Sage_VIP
      JKHahn1:
        permissions: []
        group: Explorer
      FriedRobot:
        permissions: []
        group: Explorer
      Inhiarashi:
        permissions: []
        group: Explorer_VIP
      JohnnyKushi:
        permissions: []
        group: Explorer
      lolin:
        permissions: []
        group: Explorer
      Golthan:
        permissions: []
        group: Explorer
      Machsi:
        permissions: []
        group: Explorer
      sjaksmf:
        permissions: []
        group: Explorer
      Mattzor:
        permissions: []
        group: Officer
      Chamcham:
        permissions: []
        group: Explorer_VIP
      Ore0:
        permissions: []
        group: Citizen_VIP
      wowgamer12312:
        permissions: []
        group: Citizen_VIP
      MarMed:
        permissions: []
        group: Citizen_VIP
      Rilowchan:
        permissions: []
        group: Citizen_VIP
      joelnic102:
        permissions: []
        group: explorer
      theodyn:
        permissions: []
        group: explorer_VIP
      johnnykushi:
        permissions: []
        group: explorer_VIP
      Pluta:
        permissions: []
        group: default_VIP
      shaq901:
        permissions: []
        group: Explorer
      rblythe:
        permissions: [bonuses.leaves.*, bonuses.sand.*, bonuses.dirt.*, bonuses.grass.*]
        group: Explorer_VIP
      jungmaeng:
        permissions: []
        group: Explorer
      pluta:
        permissions: []
        group: mods_VIP
      kortmarshall:
        permissions: []
        group: Explorer_vip
      tobake:
        permissions: []
        group: Explorer
      actionmovieed:
        permissions: []
        group: Mods_VIP
      rickard2010:
        permissions: [bonuses.leaves.*, bonuses.sand.*, bonuses.dirt.*, bonuses.grass.*,
          bonuses.redstone_ore.*, bonuses.glowing_redstone_ore.*, bonuses.craftzombie.*]
        group: Explorer_vip
      daviu5:
        permissions: [bonuses.leaves.*, bonuses.sand.*, bonuses.dirt.*, bonuses.grass.*]
        group: Explorer_VIP
      sugnaangus:
        permissions: []
        group: Explorer_VIP
      Miguelition:
        permissions: [bonuses.leaves.*, bonuses.sand.*, bonuses.dirt.*, bonuses.grass.*]
        group: Explorer_VIP
      Hornslet:
        permissions: [bonuses.leaves.*, bonuses.sand.*, bonuses.dirt.*, bonuses.grass.*,
          bonuses.redstone_ore.*, bonuses.glowing_redstone_ore.*, bonuses.craftzombie.*]
        group: Mods_VIP
      EnemyDeer:
        permissions: []
        group: Citizen_VIP
      SnappleMan:
        permissions: []
        group: Citizen_VIP
      Cx1139:
        permissions: []
        group: Explorer_VIP
      legendone:
        permissions: [bonuses.leaves.*, bonuses.sand.*, bonuses.dirt.*, bonuses.grass.*]
        group: Citizen_VIP
      capnbiggin:
        permissions: []
        group: Citizen_VIP
      koreahn:
        permissions: [bonuses.leaves.*, bonuses.sand.*, bonuses.dirt.*, bonuses.grass.*,
          bonuses.redstone_ore.*, bonuses.glowing_redstone_ore.*, bonuses.craftzombie.*]
        group: Explorer_VIP
      Lazre:
        permissions: []
        group: Citizen_VIP
      tumal92:
        permissions: []
        group: Citizen_VIP
      General_H:
        permissions: []
        group: Explorer
      clanging8:
        permissions: []
        group: Explorer
      Shadow0820:
        permissions: []
        group: Explorer
      Beany138:
        permissions: []
        group: Citizen_VIP
      Kalter:
        permissions: []
        group: Explorer
      sgtmas2006:
        permissions: []
        group: Explorer_VIP
      beenieweenie:
        permissions: []
        group: Citizen_VIP
      wingman2:
        permissions: []
        group: Explorer
    
    
    All my permissions are functioning correctly except for the /who command which is shown. I appreciate any insight you can give me.
     
  5. Offline

    Hunken

    Ican't get /tjail work, it just say "you my not jail that person"
    any help???
     
  6. Offline

    Joeri

    Good day all, today i was making a server, ofcourse put essentials plugin in first. When i put the server online, it all worked fine.. just 1 big giant issue, i cant place or remove blocks. Tryed multiple ways that i found, or that people told me to do like moving 100 blocks away, looking in the config and op myself. All didnt work, so if anyone has a clue please tell me :)
     
  7. please provide your full server log at http://pastie.org and I hope you mean latest recommended build
     
  8. Offline

    EwMeep

    I can't get /setspawn and /spawn to work.
     
  9. Offline

    Joeri

    Did u get the essentialspawn file placed correctly? without changing anything?
     
  10. Offline

    andrewkm

    question.. what permission plugin is this? Is it yetis 2.7.2 ?
     
  11. Offline

    Weredude

    Everytime a non-op tries a command, it says you do not have acess to that command.
     
  12. Offline

    Nocturnal7x

    anyone know how to make it so only ops can use sign commands?

    I would like to use them, but not if anyone can just give themselves stuff...
     
  13. Offline

    Joeri

    Just use /give <username> <id> <amount>
     
  14. Offline

    Nocturnal7x

    Thing is I want people to be able to get glowstone, netherrack, and lapis when I or mods may not be on.
     
  15. Offline

    Joeri

    Well, as soon as 1,6 releases the nether will be open and lazuli.. just dig 30 blocks down and mine for a bit.
     
  16. Offline

    Connor

    I understand the EcoBridge is being integrated into Essentials now. This is fantastic, however since this is happening, I have a question?

    Will the Essentials be changed to display the custom currency name upon typing /balance ?
    I know right now that it only displays your balance in '$'. It would be great to see this changed, and perhaps more aesthetically pleasing. Having everything in the drab red font is kind of a turn-off.
     
  17. Offline

    anon

    This is ridiculous. Currently there is NO plugin that offers similar functionality to essentils. Probably not even having 15 plugins to replace it would be the same.
     
  18. Offline

    Bjourk

    The GroupManager thread is locked. Will Essentials GroupManager continue being updated?

    I agree. I wish the two would work things out because I use them both together flawlessly but I've heard of a lot of issues. I think it's childish for them to ignore each other and not support each other since they are both in the top 5 most used plugins.

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

    joe123652

    When i try to use some warps it says World of warp doesn't exist even though it does Please Help.
     
  20. are you using permissions or just the base ops.txt

    we will provide bugfixes to it, but not adding any features

    For the record we have tried to make Protect as compatible with worldguard as possible, we did not hear anything from sk89q in regards to any issues before he posted that, nor have people who use essentials with worlguard mentioned any problems to us. There will be some more changes to Protect coming which should negate even the remote chance of a conflict.

    Can you paste your server.log to pastie.org and link it here

    The answer is yes

    Can you join us on irc? It will be easier to help

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

    Ghil

    That's great news! I'm still not okay with sk89q going against Essentials for not seeing the use of a mega plugin. -_-'
     
  22. Offline

    7H3_N4P573R

    How Can i Stop Users From Placing Signs to Sell and Buy Things, as I Have a Main Shop???

    I Only Use Standard ops.txt For admins
     
  23. hi first of all thank you for the nice plugin!
    I have a question about the Group Manager.

    Group Manager in the folder there is a config.yml


    settings:
    data:
    save:
    minutes: 10
    logging:
    level: INFO
    permission:
    world:
    mirror:
    world1:
    - world2
    - world3
    world4:
    - world5

    For what is this file good? and how do I enter there more worlds?

    Please write me an example!
     
  24. Offline

    tha d0ctor

    how do I turn off the /tree command, it bound /tree tree to my fist and lighter now I cant use either lol
     
  25. Offline

    bk1138

    I am having an issue with Protect on my server. It is a small, private server and I had installed Protect to prevent fire from spreading. I left the rails and signs on so that people could set up a rail system and protect signs if they want.

    I built a railway system, but non-admins cannot use it, because they cannot even open the door! The wiki does not show any way to change protections on the doors and buttons to make them available to Regular users. The permission nodes only allow destruction of rails and signs, so how can I modify the Protect Db to allow Regular users to use what I build if I want to make it publicly accessible? I am sure I am missing something obvious, but I am new to MC and servers.

    Here is the Protect section of config.yml:
    Show Spoiler
    protect:
    # database config stuff deleted
    blacklist:
    placement: 327,326,14,56,46,11,10,9,8
    usage: 327,326,325

    break:

    prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    flint-fire: false
    tnt-explosion: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: false

    spawn:
    creeper: false
    ghast: true
    slime: false

    creeper:
    max-height: -1

    protect:
    signs: true
    rails: true
    block-below: true
    prevent-block-on-rails: false

    disable:
    fall: false
    pvp: false
    drown: false
    suffocate: false
    lavadmg: false
    projectiles: false
    contactdmg: false
    firedmg: false
    build: false
     
  26. http://pastie.org/1864558 there it is, and im using 750. also any idea on the you do not have permission to do this. when people dont have essentials.* they can still do it but comes up with that.... using groupmanager
     
  27. Offline

    Hunken

    Can i get any help? please
     
  28. You cannot jail an op, or a person with "essentials.jail.exempt" permissions
     
  29. Offline

    Jiggster

    Essentials Spawn doesn't work or me :/
    I always get this error msg:

    Show Spoiler
    Code:
    [SEVERE] null loading EssentialsSpawn v2.2.8 (Is it up to date?)
    java.lang.NullPointerException
        at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:36)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)


    and when someone (Me at this time) joins the server, i get this msg:

    Show Spoiler
    Code:
    [SEVERE] Could not pass event PLAYER_JOIN to EssentialsSpawn
    java.lang.NoClassDefFoundError: com/earth2me/essentials/User
        at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.onPlayerJoin(EssentialsSpawnPlayerListener.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:206)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: com.earth2me.essentials.User
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 11 more


    So i think E.Spawn is loaded somehow, but doesn't work! No command (/setspawn and /spawn) work for me.

    Hope someone can help me :)

    Solved! You only have to save the config.yml in UTF-8 format! :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  30. Offline

    Don Redhorse

    well, there is one problem with essentials though, and that is that it does a LOT of stuff.. and if you don't want some of that stuff being provided via essentials you have a problem.

    Some plugins have found a very good way around that issue by using generic names for their commands and the admin being able to alias them.. unfortunalty neither essentials nor the worldguard/worldedit plugins do this.. and they provide the most clashes.

    Other than that I like essentials as it does a lot as one plugin... but it should be more integratable friendly imho..
     

Share This Page