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

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

  1. Offline

    nicquehen

    EDIT: i forget to add essentials.sethome.multiple
    (noob inside)
     
  2. Offline

    MoreBloodWine

    I'm new to the whole MC server scene, anyway... I'm running the 1.0.1-R1 for bukkit and someone suggested essentials for enhanced commands etc but there's one thing confusing the hell out of me. You guys got three packages for DL and I know know which one if not all I need.

    Any help would be appreciated... I could have missed something and I'm sure I did but the packages arent explained in this one has this that one has that etc.
     
  3. Offline

    Maxxgold

    You need essentials core. It will have 4 jar files. Put them in your plugins directory and your good to go. You can then edit the main config file in the essentials folder. If you want permissions then use the Group Manager Download. It will have 2 jar files in it. The Group Manager also has a basic setup config files that will easily let you make groups on your server.
     
  4. Offline

    MoreBloodWine

    Ty for that but with that said, what's the main point / use of the other two "non core" packages ?

    I guess a more direct question is whats the difference between the three ?
     
  5. Offline

    panborsuk

    @Cory Huckaby I know and I did it but it's still no working :/
     
  6. Offline

    XepherLink

    /shout or ! doesnt work
     
  7. Offline

    facemywrath

    plugins: essentials essentialsspawn and essentialschat stopped working and show up as red in /plugins
     
  8. Offline

    Mick666

    If i could suggest two features...
    1: A customizable default ban message (the current one is good, but for a big server, itd be easier to say 'You are banned! Appeal at www.idc.com' )
    2: The other idea is a bit harder. Would it be possible to add a config feature that removes things from the * with GM? theres a million and one nodes to add, but sometimes id like to limit a node to people i hand it to.
     
  9. Offline

    DaEgo

    can essentials ban subnets now ?

    and with multiple homes, how can i see as admin
    how many homes a user has and the names ?
     
  10. Offline

    Twitch375

    Hey this is great but can you add something that is related to group manager that stops some groups from having some items but not others. This would really help help me out in a big way. If you consider it thank you.
     
  11. Offline

    Connor

    It would be amazing to have a dedicated help.txt file, capable of being edited to the likings of the server owner. It would fit nicely with the new motd.txt and rules.txt additions.
    Just a thought :p
     
  12. Offline

    tom

    How would i disable the enchanting portion of essentials ?
     
  13. Offline

    Cory Huckaby

    dont give anyone permission for it.

    /home playername:
    to list homes
    /home playername:homename
    to teleport to that home

    1) http://www.assembla.com/spaces/essentials/support/tickets

    2) use negative permission nodes such as - -essentials.warp

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

    DaEgo

  15. Offline

    turgodi

    Hi, my permissions (with groupmanager) don't work :

    groups:
    Newbie:
    default: true
    info:
    prefix: '&7[Newbie] '
    suffix: ''
    build: false
    interact: true
    permissions:
    - help
    - version
    - motd
    - servertime
    - accept
    - players
    Citoyen:
    default: false
    info:
    prefix: '&a[Citoyen] '
    suffix: ''
    build: true
    interact: true
    inheritance:
    - 'Newbie'
    permissions:
    - join
    - invite
    - lastseen
    - ping
    - essentials.spawn
    - essentials.sethome
    - essentials.home
    - myhome.econ.free.*
    - lockette.user.create.*
    Moderateur:
    default: false
    info:
    prefix: '&1[Moderateur] '
    suffix: ''
    build: true
    interact: true
    inheritance:
    - 'Citoyen'
    permissions:
    - delplayerdata'
    - kick
    - ban
    - ban-ip
    - give
    - giveme
    - giveto
    - goto
    - summon
    - lookup
    - pardon
    - pardon-ip
    - save-all
    - say
    - stats
    - tp
    - whois
    - creative
    - survival
    - day
    - night
    Admin:
    default: false
    info:
    prefix: '&c[Admin] '
    suffix: ''
    build: true
    interact: true
    inheritance:
    - 'Moderateur'
    permissions:
    - '*'
    Can anyone help me please ? I run on Bukkit #1597
    Sorry for my english i'm french.
     
  16. could someone help me with group manager thingie?

    i use these plugins:

    Citizens
    eHome
    EssentialsGroupBridge
    EssentialsGroupManager
    FalseBook
    Giant Trees
    LaunchMe
    Log v0.8.2
    mchange
    NoLagg
    NoWeather
    Spout
    SuperCauldrons
    WorldEdit
    WorldGuard

    all id need is 2x different groups

    The normal players who may build, who has no perms for log using,creating launchme creation only for use /launch command,giant tree,citizens, world edit and guard etc. Normal players who can use home commands and falsebook stuff.
    And me as the admin who can do anything i want.
    I am hoorible with these permission things ive tried work with them much but i dont get them work at all!
    I need to get these work so i could make my server better :( atm i cannot run it for friends and their friends. Can you help me? im bad with computers it takes this harder :(
     
  17. Offline

    Cory Huckaby

  18. Offline

    DaEgo

    i ask cause i ban ur permissions and add easyban only for that reason :'(
     
  19. i tried to make it work but i get these errors

    Code:
    [INFO] Essentials: Using config based permissions. Enable superperms in config.
    2011-12-16 17:02:39 [SEVERE] Error occurred while enabling GroupManager v1.7 (Phoenix) (Is it up to date?): null
    java.lang.NullPointerException
    	at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:635)
    	at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:571)
    	at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:460)
    	at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:75)
    	at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:66)
    	at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:58)
    	at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:131)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
    	at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-16 17:02:39 [INFO] Essentials: Using GroupManager based permissions.
    2011-12-16 17:02:39 [INFO] Loaded EssentialsSpawn build 2.7.1 by: essentials team
    2011-12-16 17:02:39 [WARNING] File not found: plugins\Essentials\spawn.yml
    2011-12-16 17:02:39 [INFO] [ FalseBook Block ] 3100 Books loaded!
    2011-12-16 17:02:39 [INFO] [ FalseBook Block ] 2 Cauldrons successfully loaded.
    2011-12-16 17:02:39 [INFO] [ FalseBook Block ] FalseBookBlock v0.91alpha by GeMo enabled
    2011-12-16 17:02:39 [INFO] FalseBookCart v0.91alpha by GeMo enabled
    2011-12-16 17:02:39 [INFO] [ FalseBook Chat ] 0 ChatRooms loaded.
    2011-12-16 17:02:39 [INFO] [ FalseBook Chat ] FalseBookChat v0.91alpha by GeMo enabled
    2011-12-16 17:02:39 [SEVERE] Error occurred while enabling FalseBookCore v0.91alpha (Is it up to date?): null
    java.lang.NullPointerException
    	at org.anjocaido.groupmanager.GroupManager.getPermissionHandler(GroupManager.java:260)
    	at com.bukkit.gemo.utils.Permissions.AnjoPermissions.<init>(AnjoPermissions.java:44)
    	at com.bukkit.gemo.utils.UtilPermissions.getSecurityPlugin(UtilPermissions.java:51)
    	at com.bukkit.gemo.utils.UtilPermissions.<init>(UtilPermissions.java:27)
    	at com.bukkit.gemo.FalseBook.Core.FalseBookCore.onEnable(FalseBookCore.java:34)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
    	at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    

    these are 2 errors occurring when starting server.

    i use 1.0 bukkit and newest possible falsebook and groupmanager etc. i dont understand whats going on with it
    help please!
     
  20. Offline

    Squirzy

    Just going to bump this, can anyone help me?
     
  21. Offline

    sensybloody

    Hello,
    I just started to have a really annoying problem.
    For some reason monsters stopped spawning on my server.
    When I do /spawnmob command it says: You spawnen ** mobs !
    But I can't see or here them.
    Monsters are enabled in the config and it worked just before I restarted my server.

    Any suggestions ?

    Thanks,
    Jordy
     
  22. Offline

    Immanuel12

    I have the same error.

    Not working for me :(
     
  23. Offline

    MoreBloodWine

    Anyone ?
     
  24. Offline

    Iaccidentally

    if the name exceeds 16 characters (including prefix) the prefix will not be shown.

    2.4 is way out of date.

    i believe that can be done with essentialsprotect.

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

    Uhmeplay

    I think you should maybe try to get some possibly like /vanish and then be able to hide from tab list and player list and also fakes a log with no block pickup we tried a few plugins for that and they arnt all that good so maybe take that in mind. Other then that this is the plugin to download for your servers basically somthing you need:)
     
  26. Offline

    Brailiem

    Is it possible to have different teleport cooldowns for different users? So, group 1 = 30 minute cooldown, group 2 = 10 minute cooldown, etc?
     
  27. Offline

    Squirzy

    Oh that explains it, is there a way I can just disable prefixes all together? Im guessing it's that setting in the config
     
  28. Offline

    Iaccidentally

    https://www.assembla.com/spaces/essentials/support/tickets

    possible? yes. implemented? no. https://www.assembla.com/spaces/essentials/support/tickets

    correct.
     
  29. Offline

    DaEgo

    who write the prices in "worth.yml" ?
    there are some errors

    example :
    diamond pickaxe = 1000

    3 diamonds = ( 3 x 230 ) 690
    2 sticks = ( 2 x 1 ) 2
    complete : 692
     
  30. Offline

    losdamianos

    its not about permission its about Essentials enchanting conflicting with TimTheEnchanter
     

Share This Page