Inactive [GEN] Essentials v2.1 [?]

Discussion in 'Inactive/Unsupported Plugins' started by Zenexer, Jan 19, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Zenexer

  2. Offline

    BigRedWood

    So, I'm not going to be upgrading to this version, since there is so much that has been broken/changed. My users want the server up all the time, and I can't afford to install something that is going to bring the server down. Not a big fan of all the modules being included inside of Essentials.jar.

    Will be watching the thread to see when things are hashed out.
     
  3. Offline

    Blackswordsman

    In your Group Manager Plugin Group Config file

    Code:
    info:
          prefix: '&7[&7Member&7] &f'
          build: true
          suffix: ''
     
  4. Offline

    nichiatu

    Whenever I type /burn player seconds I get the error: "Error: 2"

    example:
    /burn nichiatu 50
     
  5. Offline

    DIENER

    That is because the EssentialsChat look like this in the config.
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsChat                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    chat:
      radius: 0
    
      # If you want the default chat format, uncomment the next line and comment the other format.
      #format: '<{DISPLAYNAME}> {MESSAGE}'
      format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    
      # You can also have group-specific formats:
      group-formats:
        Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
        Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
    @Maddin to get red or green text check how groupmanager prefix works.
    For color codes check this, then put &# before the text you want to have color on. (# = a color number)
    [​IMG]
     
  6. Offline

    Maddin

    Groupmanager? Does it work on permissions too?
    And that means what? (&7[member&7] &f)
    Whats the "output"?
     
  7. Offline

    Blackswordsman

    @DIENER Thanks! I appears EssentialsChat never updated the Config file to show the extra chat options. :/

    @Maddin Yes that code will work with Permissions to. Just put the &c[&7Member&c] &f in the Prefix or Suffix.

    The &7 changes the color of the Member text to grey I believe and the &f changes it back to default White so the text someone types isn't colored.
     
  8. Offline

    rakiru

    Wait, so you changed from one jar to many to be more modular and because that was the sensible and suggested way to go, and now you're going back to one jar?
     
  9. Offline

    MationMac

    Whenever i leave spawn no commands work. After a while i get Timed Out.
    Whats going on?
     
  10. Offline

    decarthado

    I liked Essentials much better after you divided it into multiple jars so I could selectively circumvent plugin incompatibilities without having to hope conflicts would be resolved by permission settings. Speaking of which, I especially miss the /modgrp command. Now I have to supplement YOUR plugin with something that's not nearly as good. Please go back to your multi-jar setup and look at supporting Permissions v2.5+ (in addition to GroupManager) because the new developer is actively keeping it up to date.
     
  11. Offline

    Reterg

    That's a MagicCarpet thing and it is because you don't have permission for that command.
     
  12. Offline

    MationMac

    I solved my problem, wasnt Essentials, i just needed a newer Craftbukkit build. :)
     
  13. Offline

    PipeHead

    Yeah, try again...that is definitely not why I get that error as it worked perfectly before I updated Essentials. I will post it in the MagicCarpet thread, but it's apparent that the /m command is not compatible. How MagicCarpet can fix Essentials is difficult for me to imagine, but maybe Zenexer or Ementalo can explain it?
     
  14. Offline

    BigRedWood

    Posting to save watched thread status so it'll stop emailing me. =/
     
  15. Offline

    liquidfired

    How do you unprotect signs and fences. In the config file, I already said false for protection, after I reload the server and save the file, no matter what the blocks behind the signs, and the signs and fences WON'T DESTROY
     
  16. Offline

    tremor

    essentials.portal is not working.

    /world works however, it triggers a violation of the NoCheatPlugin for a moving violation.
     
  17. Offline

    roly

    default settling for essentials config.yml allow normal user to kick, kill and other admin command

    how come?
     
  18. Offline

    MadMax9949

    00:20:17 [SEVERE] java.lang.NoSuchMethodError: com.earth2me.essentials.User.get(Lorg/bukkit/entity/Player;Lorg/bukkit/Server;)Lcom/earth2me/essentials/User;
    00:20:17 [SEVERE] at com.earth2me.essentials.tele.EssentialsTeleWorker.onCommand(EssentialsTeleWorker.java:17)
    00:20:17 [SEVERE] at com.earth2me.essentials.tele.EssentialsTele.onCommand(EssentialsTele.java:41)
    00:20:17 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    00:20:17 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    00:20:17 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:183)
    00:20:17 [SEVERE] at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:645)
    00:20:17 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:608)
    00:20:17 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
    00:20:17 [SEVERE] at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    00:20:17 [SEVERE] at net.minecraft.server.NetworkManager.a(SourceFile:230)
    00:20:17 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
    00:20:17 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    00:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    00:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    00:20:17 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)


    any help with this current error
     
  19. Offline

    Maddin

    And i could write there:
    &4[&4Admin] &f

    And it would have dark red name and text white:
    [Admin] Name: text

    And how to hide the grey Administrator and Moderator from Blackswordsman's problem?
     
  20. Offline

    everhigh

    Code:
    2011-03-10 22:23:49 [INFO] Backup started
    2011-03-10 22:23:49 [SEVERE] null
    java.io.IOException: Cannot run program "rdiff-backup": CreateProcess error=2, The system cannot find the file specified
        at java.lang.ProcessBuilder.start(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at com.earth2me.essentials.Backup$1.run(Backup.java:55)
        at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:33)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
        at java.lang.ProcessImpl.create(Native Method)
        at java.lang.ProcessImpl.<init>(Unknown Source)
        at java.lang.ProcessImpl.start(Unknown Source)
        ... 7 more
    2011-03-10 22:23:49 [INFO] Backup finished
    Code:
    # Backup runs a command while saving is disabled
    backup:
      # Interval in minutes
      interval: 120
      # Add a command that backups your data, e.g.
      command: 'rdiff-backup worldnew backups/worldnew'
      command: 'rdiff-backup nethernew backups/nethernew'
    cant find any info on the backup configuration.
     
  21. Offline

    Maddin

    Essentials makes this backup?
     
  22. Offline

    liquidfired

    Caused by: while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 269, column 17:
    signs: false
    ^

    No matter what I do, it doesn't work. I deleted all the spaces and readded them.
    [MERGETIME="1299831473"][/MERGETIME]
    My blocks around the signs keep generating. How to shut down protect
     
  23. Offline

    dervonz

    Essentials #286 Bug found by trying to open a redstone wired door.

    [WARNING] Failed to handle packet: java.lang.NullPointerException
    http://pastebin.com/zAEF68BM
    [MERGETIME="1299834385"][/MERGETIME]
    Could be fixed with new Craftbukkit Version #535 NPE fix in redstone.
    But didn't test it yet
     
  24. Offline

    Tathar

    Is there any way to give someone an item with a specific damage value (such as colored wool) via a kit?
     
  25. Offline

    brord

    everytime i reload my server essentials is out :(
    so i need to replace it all essentials again xD
     
  26. Offline

    Moe041991

  27. Offline

    Reterg

    Hmmm. Then I am not sure, They both seem to work fine for me. I just mention it because I got that message when I didn't set up my permissions properly.
     
  28. Offline

    DIENER

    Why that won't work is because you don't have rdiff-backup installed.
    You don't have to use rdiff-backup to do the backups you can use something else.
     
  29. Offline

    iBstoneyDave

    Since I upgraded to the latest version of Essentials and latest rec build of CB #531 i've been getting two prefix's before everyones name in chat, for example:

    [Admin][Admin] iBstoneyDave

    any idea how to fix this?
     
  30. Offline

    DIENER

    EssentialsChat look like this in the config.yml
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsChat                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    chat:
      radius: 0
    
      # If you want the default chat format, uncomment the next line and comment the other format.
      #format: '<{DISPLAYNAME}> {MESSAGE}'
      format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    
      # You can also have group-specific formats:
      group-formats:
        Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
        Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
    Use
    format: '<{DISPLAYNAME}> {MESSAGE}'
    to use the default chat format.
     
  31. Offline

    iBstoneyDave

    No, it looks the same as it did before, should i regen config.yml?

    Also, my users are able to break out of jail now :(
     
Thread Status:
Not open for further replies.

Share This Page