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

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

  1. Offline

    Pim1234

    euhm... why do slaves (default permissions group) have acces to the /tpa command with only the "essentials.tpaccept" permission?
     
  2. Offline

    Baron6

    # Defines the cost to use the given commands PER USE
    command-costs:
    /warp: 75
    /home: 75
    /spawn: 75

    This isn't working, and I've tried everything to get it to work. Otherwise, I've nothing to say but thanks for this plugin (although I did have to switch to LWC since signs can be broken now).
     
  3. Offline

    Sharpie-o

    IF I use essentials, with GM, can I stop using Permissions? Is there any difference?
     
  4. Offline

    Ind3X

    Hi there,

    i got a problem with disable creeper - spawning.
    My edited "EssentialsProtect"-config looks like this:

    But creepers spawn either, and they deal damage too.
    Where is my mistake?

    Code:
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                 EssentialsProtect                    | #
    # +------------------------------------------------------+ #
    ############################################################
    
    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: 46
    
      # 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
        usage: 327,326,325
    
        #prevent people from breaking blocks
        #break: 20,50
        break:
    
      # General physics/behavior modifications
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: true
        lava-fire-spread: true
        flint-fire: false
        lightning-fire-spread: true
        portal-creation: false
        tnt-explosion: false
        creeper-explosion: true
        creeper-playerdamage: true
        creeper-blockdamage: true
        # Monsters won't follow players
        # permission essentials.protect.entitytarget.bypass disables this
        entitytarget: false
        # Prevent the spawning of creatures
        spawn:
          chicken: false
          cow: false
          creeper: true
          ghast: true
          giant: false
          monster: false
          pig: false
          pig_zombie: false
          sheep: false
          skeleton: false
          slime: true
          spider: false
          squid: false
          zombie: false
          wolf: false
    
      # Maximum height the creeper should explode. -1 allows them to explode everywhere.
      # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
      creeper:
        max-height: -1
    
      # Protect various blocks.
      protect:
        # Protect all signs
        signs: true
    
        # Prevent users from destroying rails
        rails: true
    
        # Blocks below rails/signs are also protected if the respective rail/sign is protected.
        # This makes it more difficult to circumvent protection, and should be enabled.
        # This only has an effect if "rails" or "signs" is also enabled.
        block-below: true
    
       # Prevent placing blocks above protected rails, this is to stop a potential griefing
        prevent-block-on-rails: false
    
      # Disable various default physics and behaviors
      disable:
        # Should fall damage be disabled?
        fall: false
    
        # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
        # They will be unable to attack users without that same permission node.
        pvp: false
    
        # Should drowning damage be disabled?
        # (Split into two behaviors; generally, you want both set to the same value)
        drown: false
        suffocate: false
    
        # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
        lavadmg: false
    
        # Should arrow damage be disabled
        projectiles: false
    
        # This will disable damage from touching cacti.
        contactdmg: false
    
        # Burn, baby, burn!  Should fire damage be disabled?
        firedmg: false
    
        # Should the damage after hit by a lightning be disabled?
        lightning: false
    
        # Should people with build: false in permissions be allowed to build
        # Set true to disable building for those people
        build: true
    
        #Should we tell people they are not allowed to build
        warn-on-build-disallow: false
    
        #disable weather options
        weather:
          storm: false
          thunder: false
          lightning: false
     
  5. Offline

    Flopi

    Still works for bukkit 1000. I love this guy.
     
  6. Offline

    superboy25

    Im not sure yet if it works for craftbukkit 1000 yet
     
  7. Offline

    fragger505

    ~Request~
    I'd like to request a permission node for ignoring teleportation warmups ONLY when it is called by and admin/mod.
    For example, keep teleportation warmups normal when the players themselves are /home , /tp , /tpa , /spawn , etc.
    But when an admin or mod tries to teleport them using /tphere or /s for example - have it override the warmup time.

    This is similar to the "essentials.teleport.timer.bypass" node. An example node for this feature could be something like "essentials.teleport.admin.bypass".

    Thanks for reading, and I hope this makes sense to you~
     
  8. Offline

    EssentialsTeam

    /tpohere does not have a delay
     
  9. Offline

    Laguna

    I can not find a way to remove a user from prison, does anyone know what the command is?.
    Thanks!
     
  10. Offline

    olimoli123

    Just write /tjail Name
     
  11. Offline

    solidsnake916

    Is there a reason why when players die they goto the default spawn in the map and not the essentialsSpawn? can i fix this?
     
  12. Offline

    Stealthbird97

    I'm Trying to get the signs to work.
    I have permissions installed and i want a group "Builder" to be able to buy and sell things but when i get a builder to right click on the sign it doesn't work.

    Builder:
    default: false
    info:
    prefix: Builder>
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'foo.*'
    - 'lwc.protect'
    - 'essentials.help'
    - 'essentials.motd'
    - 'essentials.suicide'
    - 'essentials.clearinventory'
    - 'essentials.signs.use.*'

    Am i using the correct permissions node? The one is Bold.

    Please help its really frustrating.
     
  13. Offline

    Guvnors

    Can I make a suggestion.

    When you do /who /online etc, can you make it show the names with colours prefixes.
    It already does this with the people who are ops.
     
  14. Offline

    mrfoofoopants

    I'm trying to use /bigtree .. what are the 3 tree types to use? /bigtree redwood works but /bigtree oak and /bigtree birch do not.
     
  15. Offline

    ostepop2211

    Is it possible to make spawn/warp/home commands cost iconomy money/items?
    Please someone: Answer!
     
  16. Offline

    Laguna

    Thank you very much ^^
     
  17. Offline

    RickyDawg

    I am running essentials on permissions and for some reason everyone has the /permissions and /ichat command. I did not put the permissions for those commands in any group so therefor only admin should have access. I changed myself to visitor and deoped myself and still have that command enabled for everyone. I even added /permissions to the disabled commands list and it still is on there. what can I do to fix this?
     
  18. Offline

    Toni

    /tempban seems to be broken. I get this error: "Error: Index: 0, Size: 0"
     
  19. Offline

    Nyvae

    Hi,

    I'm sorry if this has already been answered, I'm overlooking something simple, or asking in the wrong place (I know the developers said they likely won't answer, but I hope that a fellow user may know), but I have a bit of a problem with Essentials (at least, I think it's Essentials): whenever a player in my game uses the chat function, the server reports a (rather long) severe error. The chat function works fine, but it makes it very difficult to monitor/utilize the server and fix problems.

    Here's the error:
    2011-07-19 19:44:41 [SEVERE] java.lang.NullPointerException
    2011-07-19 19:44:41 [SEVERE] at java.lang.String.replace(Unknown Source)
    2011-07-19 19:44:41 [SEVERE] at com.earth2me.essentials.chat.EssentialsChatWorker.onPlayerChat(EssentialsChatWorker.java:65)
    2011-07-19 19:44:41 [SEVERE] at com.earth2me.essentials.chat.EssentialsChatPlayerListener.onPlayerChat(EssentialsChatPlayerListener.java:54)
    2011-07-19 19:44:41 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:279)
    2011-07-19 19:44:41 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-19 19:44:41 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    2011-07-19 19:44:41 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:682)
    2011-07-19 19:44:41 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    2011-07-19 19:44:41 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-07-19 19:44:41 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-19 19:44:41 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-07-19 19:44:41 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-19 19:44:41 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-19 19:44:41 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-19 19:44:41 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-19 19:44:41 [INFO] <Nyvae> Bah.

    (my "Bah." statement is present to be inclusive about when the error occurs)

    Does anyone have any idea what may be causing this? I did start to use the new Bukkit Permissions, and am wondering if it's an issue that will simply be resolved by the upcoming Essentials release.

    I hope to hear from someone. Thanks for reading!
     
  20. Offline

    thedjshow

    I have the /spawn cooldown on 10sec and the other on 20min so they can't use the /spawn in 20min but when we do /spawn we only get 'error: time before next teleport: 20min' and noboddy gets tped.
     
  21. Offline

    Sh4d0w

    when does approximately comes the final 2.5 version or the #1000 Support :) ?
    The preversion is already available.

    edit:
    ._. kewl 2.5 is out
     
  22. Offline

    mrfoofoopants

    I'm trying to use /bigtree .. what are the 3 tree types to use? /bigtree redwood works but /bigtree oak and /bigtree birch do not.
     
  23. Offline

    TheShadow777

    EssentialsPermissionsCommands: Maps the Groupmanager commands to Perm 3 commands.
    • This has been postponed to a later release, because we are waiting for changes in the commands of Permissions 3, that will be released soon.

    :(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(
     
  24. Offline

    elyanes

    I have my prefix in /list and when I /give.
    Can I modify this?
     
  25. Offline

    AbsolutePolak

    for some reason /help and /spawn give a error:null error. I am using bukkit 1000 with bukkit permissions.
     
  26. Offline

    footwo

    No offence, but we don't need shit like /nuke and /fireball. They aren't exactly essential are they? Far be it from me to dictate how you should work but don't you wanna concentrate on more important things rather than implementing features like this?
     
  27. Offline

    saa0dR

    <font color="rgb(0, 0, 0)">I just updated to latest essentials (Build 1000) and what is new that i see all players chat color is set to their group color. As Builder is Green, their chat color is green. i dont want this, i want it as old essentials</font>
    <font color="rgb(0, 0, 0)">here is a link for my config file. (But after some fail edits)</font>
    <font color="rgb(0, 0, 0)"><Edit by Moderator: Redacted mediafire url>
    </font>
     
    Last edited by a moderator: Dec 14, 2016
  28. Offline

    Jombi

    Yeah, it is rather annoying.

    [​IMG]

    Any fix for this? I suppose I could set the prefix colors so it changes to white, then back to the yellow/black...
     
    Last edited by a moderator: Dec 14, 2016
  29. Offline

    saa0dR

    <font color="rgb(0, 0, 0)">I just updated to latest essentials (Build 1000) and what is new that i see all players chat color is set to their group color. As Builder is Green, their chat color is green. i dont want this, i want it as old essentials</font>
    <font color="rgb(0, 0, 0)">here is a link for my config file. (But after some fail edits)</font>
    <font color="rgb(0, 0, 0)"><Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Dec 14, 2016
  30. Offline

    EssentialsTeam

    That is fixed in 2.5.2
     
    Olof Larsson and andrewkm like this.

Share This Page