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

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

  1. Offline

    Bjourk

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  2. Offline

    zomgazombiewaffle

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    BIG LONG ERROR MESSAGE IN LATEST CRAFTBUKKIT!
    Code:
    [SEVERE] null
    java.lang.StringIndexOutOfBoundsException: String index out of range: 0
        at java.lang.String.charAt(Unknown Source)
        at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlFloat.construct(SafeConstructor.java:218)
        at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184)
        at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:327)
        at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:125)
        at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:308)
        at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:443)
        at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184)
        at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:327)
        at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:125)
        at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:308)
        at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:443)
        at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184)
        at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:143)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:129)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at com.earth2me.essentials.Essentials.loadData(Essentials.java:261)
        at com.earth2me.essentials.Essentials.reload(Essentials.java:177)
        at com.earth2me.essentials.Essentials.onEnable(Essentials.java:108)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:670)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:234)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:108)
        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)
  3. Offline

    Ghil

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    @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
  4. Offline

    QuantumSix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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?
  5. Offline

    zomgazombiewaffle

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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
  6. Offline

    Hamburger Helper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    @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.
  7. Offline

    Hunken

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ican't get /tjail work, it just say "you my not jail that person"
    any help???
  8. Offline

    Joeri

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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 :)
  9. Offline

    ementalo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    please provide your full server log at http://pastie.org and I hope you mean latest recommended build
  10. Offline

    EwMeep

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I can't get /setspawn and /spawn to work.
  11. Offline

    Joeri

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Did u get the essentialspawn file placed correctly? without changing anything?
  12. Offline

    andrewkm

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    question.. what permission plugin is this? Is it yetis 2.7.2 ?
  13. Offline

    Weredude

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Everytime a non-op tries a command, it says you do not have acess to that command.
  14. Offline

    Nocturnal7x

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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...
  15. Offline

    Joeri

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Just use /give <username> <id> <amount>
  16. Offline

    Nocturnal7x

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Thing is I want people to be able to get glowstone, netherrack, and lapis when I or mods may not be on.
  17. Offline

    Joeri

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Well, as soon as 1,6 releases the nether will be open and lazuli.. just dig 30 blocks down and mine for a bit.
  18. Offline

    Connor

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.
  19. Offline

    anon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.
  20. Offline

    Bjourk

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The GroupManager thread is locked. Will Essentials GroupManager continue being updated?
  21. Offline

    Bjourk

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.
    RaCooN likes this.
  22. Offline

    joe123652

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    When i try to use some warps it says World of warp doesn't exist even though it does Please Help.
  23. Offline

    ementalo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    are you using permissions or just the base ops.txt
  24. Offline

    ementalo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    we will provide bugfixes to it, but not adding any features
  25. Offline

    ementalo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.
  26. Offline

    ementalo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Can you paste your server.log to pastie.org and link it here
  27. Offline

    ementalo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The answer is yes
  28. Offline

    ementalo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Can you join us on irc? It will be easier to help
  29. Offline

    Ghil

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    That's great news! I'm still not okay with sk89q going against Essentials for not seeing the use of a mega plugin. -_-'
  30. Offline

    7H3_N4P573R

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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

Share This Page