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

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

  1. Offline

    DaEgo

    make a txt and rename it to missed file name
     
  2. Offline

    iSeven77

    try reading ? lol what is that ? lol jk relax :p THANK YOU for your time buddy :) i will next time i hope ! lol btw did i told u i like this plugin alot ? THANKS !
     
  3. Offline

    MoreBloodWine

    Ok, I guess that's one way of doing it (no sarcasm intended) but shouldn't these have been auto created along with everything else ?
     
  4. Offline

    TheNoobWar

    Nope, I'm pretty sure I have my config and permissions set up right, plus it was working before I installed this update.

    2011-12-17 18:20:23 [INFO] Starting minecraft server version 1.0.1
    2011-12-17 18:20:23 [INFO] Loading properties
    2011-12-17 18:20:23 [INFO] Starting Minecraft server on *:25565
    2011-12-17 18:20:23 [INFO] This server is running Craftbukkit version git-Bukkit-1.8.1-R4-98-g2748de5-b1571jnks (MC: 1.0.1) (Implementing API version 1.0.0-R1-SNAPSHOT)
    2011-12-17 18:20:23 [INFO] MLog clients using java 1.4+ standard logging.
    2011-12-17 18:20:23 [INFO] Preparing level "world"
    2011-12-17 18:20:23 [INFO] Default game type: 0
    2011-12-17 18:20:23 [INFO] Preparing start region for level 0 (Seed: (HIDDEN))
    2011-12-17 18:20:23 [INFO] Preparing start region for level 1 (Seed: (HIDDEN))
    2011-12-17 18:20:24 [INFO] Preparing start region for level 2 (Seed: (HIDDEN))
    2011-12-17 18:20:24 [INFO] Preparing spawn area: 4%
    2011-12-17 18:20:25 [SEVERE] * ! * Bukkit version is not the recommended build for Essentials.
    2011-12-17 18:20:25 [SEVERE] * ! * You need atleast build 1597 of CraftBukkit, download it from http://ci.bukkit.org.
    2011-12-17 18:20:25 [INFO] GroupManager - INFO - World Found: world
    2011-12-17 18:20:25 [INFO] GroupManager - INFO - Superperms support enabled.
    2011-12-17 18:20:25 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-12-17 18:20:25 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    2011-12-17 18:20:25 [INFO] GroupManager version 1.7 (Phoenix) is enabled!
    2011-12-17 18:20:25 [SEVERE] Essentials not installed or failed to load. Essenials Protect is in emergency mode now.
    2011-12-17 18:20:25 [INFO] [Questioner] v0.4 - Enabled
    2011-12-17 18:20:25 [INFO] Fake Permissions version 3.1.6 is enabled!
    2011-12-17 18:20:25 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-12-17 18:20:25 [INFO] Done (0.177s)! For help, type "help" or "?"
    2011-12-17 18:20:25 [INFO] GroupManager - INFO - Bukkit Permissions Updated!
    2011-12-17 18:20:38 [INFO] TheNoobWar [/(HIDDEN)] logged in with entity id (HIDDEN) at ([world] 303.0172686495772, 20.0, -643.8897645128528)
    2011-12-17 18:20:46 [INFO] Connection reset
    2011-12-17 18:20:46 [INFO] TheNoobWar lost connection: disconnect.quitting
    2011-12-17 18:20:50 [INFO] CONSOLE: Forcing save..
    2011-12-17 18:20:50 [INFO] CONSOLE: Save complete.
    2011-12-17 18:20:50 [INFO] CONSOLE: Stopping the server..
    2011-12-17 18:20:50 [INFO] Stopping server
    2011-12-17 18:20:50 [INFO] GroupManager - INFO - Scheduled Data Saving is disabled!
    2011-12-17 18:20:50 [INFO] GroupManager version 1.7 (Phoenix) is disabled!
    2011-12-17 18:20:51 [INFO] [Questioner] v0.4 - Disabled
    2011-12-17 18:20:51 [INFO] Fake Permissions version 3.1.6 is disabled!
    2011-12-17 18:20:51 [INFO] Saving chunks
    2011-12-17 18:20:53 [INFO] Stopping server
    2011-12-17 18:20:53 [INFO] Saving chunks

    Btw Hidden just means I "censored" it.
     
  5. Offline

    Pwnagedude10

    I am having a problem with essentials......so on my server i have essentials installed correctly but it doesnt work. I watched the video on how to install essentials and followed instructions. Still essentials and essentials spawn dont work, but essentials protect does (i dont use essentials chat becuase i have herochat) i need help soone

    it also says essentials protect is in emergency mode check log for errors

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

    Ei3N

    update your CB :)
     
  7. Offline

    1cec0ld

    I have a problem with EssentialsProtect. Every time a sign or rail is broken or placed, the entire server lags for about 3 seconds. My EssentialsProtect.db is almost 1 million bytes, so I assume thats part of it? I tried to turn the protection saving into mySQL, but no matter what setup I use, it streams errors in console and scares me to death.

    This is what I currently have, and fails to work.
    Code:
    protect:
      # Database settings for sign/rail protection
      # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
      # https://github.com/essentials/Essentials/blob/master/lib/mysql.jar
    
      # mysql, sqlite or none
      datatype: 'mysql'
    
      # If you specified MySQL above, you MUST enter the appropriate details here.
      # If you specified SQLite above, these will be IGNORED.
      username: 'm**0**'
      password: 'm*******7*****'
      mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
    
    This is a copy of a different plugin's config that does work with mySQL.
    Code:
    SQL_Enabled: true
    SQL:
      URL: minecraftusmysql.avantehosting.net
      Port: 3306
      Database: mc_240
      Days_To_Remove: 1
      Maximum_Queries: 5000
      Maximum_Data_Queries_Per_Second: 10
      Prefix: fb
      User: m**0**
      Pass: m*******7*****
    
    CB 1597 , Essentials Pre 2.7.1.7 (though this problem is persistent, since the days of 1.8)
    If you need a stack trace of the errors, or any other details, please let me know, but I hope it's a simpler fix.
    Thank you for any assistance.
     
  8. Offline

    TheNoobWar

    2011-12-17 18:20:23 [INFO] This server is running Craftbukkit version git-Bukkit-1.8.1-R4-98-g2748de5-b1571jnks (MC: 1.0.1) (Implementing API version 1.0.0-R1-SNAPSHOT) R1 is build 1597.
     
  9. Offline

    The_X_Boy

    Help me Pls. i just have made an builders test were you need to read a Q. and give the right A. by walking in a door
    but (i chancgned default to geust) guest cant use preuser plates can i somehow ad that guest CAN use plates that would help me a lot
    pls mail to [email protected] that is better
    (sorry for my bad english)
     
  10. Offline

    DaEgo

    i think i re write the complete worth.yml today
    and post it here
     
  11. Offline

    Luwiego

    Youn should make it possible that we could choose what commands we want from the essentials. To create our own essentials, like you can do with command****. :)
     
  12. I updated and now my players are not able to set their spawn at beds.
    Everything is set to true.
     
  13. Offline

    flarnot

    For god sake why wont it work!!! i love this plugin and i installed all of them but after i updated my minecaft server and installed them all again nothing happened, can anyone please help!
     
  14. Offline

    iSeven77

    it works fine for me so u prolly didnt installed right :p give more info so that ppls know where the issue is :) to help u
     
  15. Offline

    Ei3N

    You're still using an outdated version of CB, just download the actual RB
     
  16. Offline

    darkmage0252

    the preventing stuff doesnt work for me? like creeper,enderman
     
  17. Offline

    Maxxgold

    The latest Dev Build works with sleeping in your bed setting home.

    The latest Dev Build works with sleeping in your bed setting home.

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

    flarnot

    well i put everything in the plugins folder etc and when i turn on the server it says essentials it in emergency mode and when i type /help or /spawn or whatever nothing happens it dosent even say i typed the wrong thing :'( p.s i downloaded 2.7.1 from the first mirror because the normal download wasnt working
     
    iSeven77 likes this.
  19. Offline

    ಠ_ಠ

    GroupManager doesnt work for 1597

    EDIT:
    Code:
    13:42:14 [INFO] Loaded EssentialsChat build 2.6.5 by: essentials team
    13:42:14 [INFO] GroupManager - INFO - World Found: spawn
    13:42:14 [INFO] GroupManager - INFO - World Found: Spawn_the_end
    13:42:14 [INFO] GroupManager - INFO - World Found: world
    13:42:15 [INFO] GroupManager - INFO - Superperms support enabled.
    13:42:15 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    13:42:15 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    13:42:15 [INFO] GroupManager version 1.7 (Phoenix) is enabled!
    13:42:15 [INFO] Essentials: Using GroupManager based permissions.
    13:42:15 [INFO] Loaded EssentialsSpawn build 2.6.5 by: essentials team
    
    Only one of those worlds actually exists. It does not find any of my other worlds (Survival, Creative, Redstone and so on.)
    Spawn_the_end does not exist for me, along with world.
     
  20. Offline

    Marcus101RR

    This needs an /xp or /exp add/remove/set command. for the Orbs from minecraft.
     
  21. Offline

    TheNoobWar

    Link then?
     
  22. Offline

    Ei3N

  23. Offline

    Uhmeplay

  24. Offline

    TheNoobWar

    This is starting to become really annoying, my bukkit is updated and it still says to get the new version and yet Essentials Protect is in emergency mode, can we get a fix on this please?
     
  25. Offline

    iSeven77

    that happened to me one time that i was modifying the config.yml file in /plugins/essentials i fixed by /stop ing the server and deleted the config.yml so that when i started again the plugin regenerated again and viola! it worked fine so maybe is a corrupted file u gotz there
     
    flarnot likes this.
  26. Offline

    Iaccidentally

    thats where you go to request a feature.

    Disable the plugin? No. You can basically disable all features in that world, though.

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

    aftersox

    I'm trying to make an enchanting shop. Most enchants work fine. But how do I make a sign for "Blast Protection" or "Fire Protection"? The full name will not fit on the 3rd line. I've tried variations of the wording, but nothing has worked.
     
  28. Offline

    TheNoobWar

    So is the bug for Essentials Protect in emergency mode an error or something I did wrong? Please help.
     
  29. Offline

    Ei3N

    Is the essentials.jar also on your plugins folder? just noticed this line on your error log:
    2011-12-17 18:20:25 [SEVERE] Essentials not installed or failed to load. Essenials Protect is in emergency mode now.
    you might have a corrupted download, so try re-downloading again
     
  30. Offline

    TheNoobWar

    Still doesn't work.
     

Share This Page