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

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

  1. Offline

    zignotzag

    The server log will show the version when essentials loads. That sure seems like an outdated plugin type of error. I cant remember for sure, but I think they did change something about the economy portion of essentials. Which it seems your server is choking on.
     
  2. Offline

    xandercage2

    awesome ill see if i can get that updated and fixed i apprecaite it
     
  3. Offline

    rmkilc

    In the banned-players.txt file.
     
  4. Offline

    Buckethead

    Some problems i have:
    - People spawn in the GENERAL AREA of spawn cordinates. so on top, around building i set. Annoying
    - .god and .god.others perms dont work for me
    - i try to kick a person. player cant be kicked
    -.home.others doesnt work. always thinks i mean my home
    my perms. 1337 and newest pex PLZ HEPL IVE POSED THESE SAME PROBLEMS MULTIPL TIMES!
    http://pastie.org/2823066
     
  5. Offline

    Krazy

    Code:
    2011-11-07 10:47:27 [INFO] Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness
    java.net.UnknownHostException: tx8-mc-ssd.beastnode.com: tx8-mc-ssd.beastnode.com
        at java.net.InetAddress.getLocalHost(Unknown Source)
        at com.mchange.v2.c3p0.impl.C3P0ImplUtils.generateVmId(C3P0ImplUtils.java:120)
        at com.mchange.v2.c3p0.impl.C3P0ImplUtils.<clinit>(C3P0ImplUtils.java:98)
        at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>(PoolBackedDataSourceBase.java:227)
        at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.<init>(AbstractPoolBackedDataSource.java:62)
        at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:109)
        at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:105)
        at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:44)
        at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:39)
        at com.earth2me.essentials.protect.data.ProtectedBlockSQLite.<init>(ProtectedBlockSQLite.java:11)
        at com.earth2me.essentials.protect.EssentialsProtect.reloadConfig(EssentialsProtect.java:155)
        at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:80)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.net.UnknownHostException: tx8-mc-ssd.beastnode.com
        at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
        at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
        at java.net.InetAddress.getAddressesFromNameService(Unknown Source)
        ... 22 more
    what is i?
     
  6. Offline

    The_Basilisk

    Does this plugin conflict with jChat or similar plugins?
     
  7. Offline

    jgm4444

    when i change my group manager commands in the file when the server is off i start back up and people still have access to the commands that i took from builder to moderater, i did save the file too.
     
  8. Offline

    Buckethead

    i use this and chatmanager it works fine
     
  9. Offline

    Zezorz

    Anyone know how to disable language change?
    every command is typed in dutch (my location) but I don't want that.
    please help me
    skype: max0wnd
    MSN: [email protected]
     
  10. Offline

    tom

    My /who list used to show players by ranks like

    Member: blah, dah
    Admin: duh, tah

    etc.

    Now it just shows them all together. How do i change back?
     
  11. Offline

    Kzkas

    Hello I'm using GroupManager and I always get this message:

    can't keep up did the system time change or is the server overloaded

    It causes lag, any way to fix it?
     
  12. Offline

    Subcode

    hi, im getting some strange problems.
    every time someone logs out the whole server lags, then in colsole it sais freed 60 mb ram and then the server returns to normal.
    normally this isnt a problem but people tend to log in and out a lot..
    is there a fix for this ?
     
  13. Offline

    nickstern

    I got Essentials Group Manager. As the server owner I am not affected by the herobrine plugin but I want to be, cause it sounds quite fun :)
    will this work? (Sorry if this sounds is stupid, i'm new to perms and stuff) -

    Code:
      Owner:
        default: false
        permissions:
        - '*'
        - -herobrine.exempt
        inheritance:
        - admin
        info:
          prefix: '[Server_Owner]&4'
          build: true
          suffix: ''
    Thanks for any help
    - nickstern
     
  14. Offline

    benzrf

    Is there a way to use the /nick command without that pesky tilde? You know, for the purposes of machinima and whatnot.

    EDIT: Ummm... Nevermind **embarrassed**
     
  15. Offline

    Buckethead

    this message is displayed as a result of lag. does not cause it. increase performance or look for the plugin that stops the message fom poping up

    put build under default and ENTIRE info section meanins suffix prefix under build so...

    Code:
      Owner:
        default: false
        build: true
        info:
          prefix: '[Server_Owner]&4'
          suffix:
        permissions:
        - '*'
        - -herobrine.exempt
        inheritance:
        - admin
    
    i think this is right all perms systems are diffrent and i use pex the most advanced perms
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  16. Offline

    GarretSidzaka

    can you make /antioch configurable and velocity based?
     
  17. Offline

    mario00037

    Does/Will Group Manager support SuperPerms bridge? I would like to use NoCheat but this is the only permissions plugin they support. If the the bridge does support.... How do I set? Like normal? Please reply.
     
  18. Offline

    bormoshka

    i've got conflict with xAuth 2.0 (beta 4.3). Essentials 2.6.4, cb 1337
    1. Logout
    2. Essentials write my last location
    3. End of xAuth session
    4. logging in
    5. xAuth brings me to spawn.
    6. Essentials overwrite my last location
    7. xAuth login
    8. Essentials teleport me to the last coordinates
    Every time, when xAuth session ends i starts at spawn. Any suggestions?
     
  19. GM supports Bukkit superperms. No bridge needed. It works just fine with NoCheat.
     
  20. Offline

    The_Basilisk

    I'm currently using Permissionsbukkit 1.2 and Superpermsbridge 1.2, and I have been having problems with thems ever since I installed essentials. Is there a compatibility issue? If so, how can I get around it?
     
  21. Offline

    nickstern

    thanks :D
     
  22. Offline

    Buckethead

    tell me if it works first the thank me lol
     
  23. Offline

    nickstern

    It worked thanks :D
    Got owned by it before :p
     
  24. Offline

    John

    Does Essentials work with PermissionsBukkit 1.2? I can't get them to play nice.
     
  25. Offline

    ChoiceCraft

    Hi, i have a quick question.
    I was wondering in what file the users homes are stored?
    thanks.

    EDIT: Nevermind, found it.
     
  26. Offline

    blasterweb

    Why does it say "You have no new mail" even though I removed it from the MOTD and users got no permissions to use it? I tried disabling Essentials to see which plugin caused it, and it is Essentials for sure, since it didn't show after I disabled it.
     
  27. Offline

    vasil7112

    Questions
    1) Whats the permission of /plugins?
    2) Why when i type new permissions the players don't have it?(I have also tryied deactivating other plugins..nothing changed!)
     
  28. Offline

    Buckethead

    im still having problems with this!!!!!!!!!! oh and new to the pile on no one can use kits even w/ perms. yes i have spelled correctly andthere is a quantity in config
     
  29. Offline

    CDJ445544

    Ive been using essentials LONG time, and I have always loved it. Anyway, I'm having problems mixing it with ultraitems..... could u please help me out?

    1. /plugins isn't an essentials command and there is no perms 4 it
    2. sorry dude, i dunno

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

    Belarrius

    I have a request on the cooldown for the warp.

    I wondered if we could have a separate cooldown for each warp.

    ex : plugins\Essentials\warps\test.yml

    yaw: 0.59522897
    name: test
    pitch: 6.9000373
    z: 40.32931224037437
    y: 29.0
    world: world
    x: 641.1028010674218
    cooldown: 30 (for 30 sec cooldown)

    plugins\Essentials\warps\test1.yml

    yaw: 0.59522897
    name: test1
    pitch: 6.9000373
    z: 10.50
    y: 35.0
    world: world
    x: -200.8197
    cooldown: 60 (for 60 sec cooldown)


    You understand?

    Best regards,
     

Share This Page