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

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

  1. Offline

    Lunar Delta

    I completely agree with this. GroupManager is far superior to permissions, drastically easier to use, more sensible commands, more functional, with no serious bugs or flaws, unlike Permissions 3.0 which is almost unusable with very poor plugin support.

    I've tried to make the changeover several times, but various bugs, flaws, or other issues with Permissions 3.0 have resulted in my staying with GroupManager. It just *works* and works well, and doesn't pile on the BS, which is a lot more than can be said for Permissions.

    I will be very dismayed indeed if support for GroupManager is dropped.
     
    Zothen likes this.
  2. Offline

    unit56

    Group manager, Dont remove it it is way better then permissions
     
    Zothen likes this.
  3. Offline

    Burns1

    Getting this Error


    2011-07-03 11:39:55 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'msg' in plugin Essentials v2.4.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at hef.IRCTransport.IRCTransport.privateMessage(IRCTransport.java:212)
    at hef.IRCTransport.IRCTransport.onCommand(IRCTransport.java:158)
    at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:399)
    at com.earth2me.essentials.Essentials.onCommand(Essentials.java:347)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  4. Offline

    BluePotato1994

    Ok, my server was running fine a few hours ago and i shut it down for a few hours (yes it shut it down properly). When I got back on my computer I installed the AutoAnnouncer Plugin then i started up the server and i get this.
    (I highlighted the problem in red)

    2011-07-03 21:11:03 [INFO] Starting minecraft server version Beta 1.7_01
    2011-07-03 21:11:03 [INFO] Loading properties
    2011-07-03 21:11:03 [INFO] Starting Minecraft server on *:25565
    2011-07-03 21:11:03 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-03 21:11:03 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-03 21:11:03 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-07-03 21:11:03 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-03 21:11:03 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-896-g394e893-b946jnks (MC: 1.7_01)
    2011-07-03 21:11:04 [INFO] Preparing level "world"
    2011-07-03 21:11:04 [INFO] Preparing start region for level 0 (Seed: 349402193171139355)
    2011-07-03 21:11:05 [INFO] Preparing spawn area: 56%
    2011-07-03 21:11:05 [INFO] [AuthMe] Using flatfile as datasource!
    2011-07-03 21:11:05 [INFO] [AuthMe] Cache for registrations is enabled!
    2011-07-03 21:11:05 [INFO] [AuthMe] 37 registered players loaded in 0.018 seconds!
    2011-07-03 21:11:05 [INFO] [AuthMe] Version 0.77 is enabled!
    2011-07-03 21:11:05 [INFO] [AutoAnnouncer] WARNING! No permission system enabled!
    2011-07-03 21:11:05 [INFO] [AutoAnnouncer] Settings Loaded (4 announces).
    2011-07-03 21:11:05 [INFO] [AutoAnnouncer] Scheduled every 5 minutes!
    2011-07-03 21:11:05 [INFO] [AutoAnnouncer] v1.3-06.25 is enabled!
    2011-07-03 21:11:05 [INFO] [AutoAnnouncer] Developed by: [Sharkiller]
    2011-07-03 21:11:05 [INFO] ChatLogger 0.5 enabled
    2011-07-03 21:11:05 [WARNING] Bukkit version is not the recommended build for Essentials.
    2011-07-03 21:11:06 [SEVERE] Error occurred while enabling Essentials v2.4.1 (Is it up to date?): null
    java.lang.NullPointerException
    at com.earth2me.essentials.UserData._getSavedInventory(UserData.java:327)
    at com.earth2me.essentials.UserData.reloadConfig(UserData.java:45)
    at com.earth2me.essentials.UserData.<init>(UserData.java:31)
    at com.earth2me.essentials.User.<init>(User.java:25)
    at com.earth2me.essentials.Essentials.getUser(Essentials.java:651)
    at com.earth2me.essentials.Essentials.getUser(Essentials.java:629)
    at com.earth2me.essentials.EssentialsTimer.<init>(EssentialsTimer.java:28)
    at com.earth2me.essentials.Essentials.onEnable(Essentials.java:194)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-03 21:11:06 [INFO] Loaded EssentialsChat build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-03 21:11:06 [INFO] Loaded EssentialsGeoIP build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-03 21:11:06 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-07-03 21:11:06 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-07-03 21:11:06 [INFO] GroupManager version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3] is enabled!
    2011-07-03 21:11:06 [INFO] Loaded EssentialsProtect build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-03 21:11:06 [INFO] Loaded EssentialsSpawn build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-03 21:11:06 [INFO] Lockette version 1.3.8 is being enabled! Yay! (Core version 1.0)
    2011-07-03 21:11:06 [INFO] Lockette: Detected craftbukkit build [946] ok.
    2011-07-03 21:11:06 [INFO] Lockette: Linked to GroupManager plugin version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3]
    2011-07-03 21:11:06 [INFO] Lockette: Using ops file for admin permissions.
    2011-07-03 21:11:06 [INFO] Lockette: Ready to protect your containers.
    2011-07-03 21:11:06 [INFO] [LoginMessage] 0.6.61 enabled
    2011-07-03 21:11:06 [INFO] [LoginMessage] Attempting to fill in local fields...
    2011-07-03 21:11:06 [INFO] [LoginMessage] Unable to fill in local fields.
    2011-07-03 21:11:06 [INFO] WorldEdit 4.6 enabled.
    2011-07-03 21:11:06 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-03 21:11:07 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-03 21:11:07 [INFO] WorldGuard: (world) Single session is enforced.
    2011-07-03 21:11:07 [INFO] WorldGuard: (world) TNT ignition is blocked.
    2011-07-03 21:11:07 [INFO] WorldGuard: (world) Lighters are blocked.
    2011-07-03 21:11:07 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-07-03 21:11:07 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-07-03 21:11:07 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-07-03 21:11:07 [INFO] WorldGuard: 1 regions loaded for 'world'
    2011-07-03 21:11:07 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-03 21:11:07 [WARNING] [EssentialsProtect] WorldGuard was detected, in the near future the following features of Protect will be disabled in favor of WorldGuard's versions
    2011-07-03 21:11:07 [WARNING] disable water flow
    2011-07-03 21:11:07 [WARNING] disable lava flow
    2011-07-03 21:11:07 [WARNING] disable water bucket flow
    2011-07-03 21:11:07 [WARNING] disable all fire spread
    2011-07-03 21:11:07 [WARNING] disable tnt explosion
    2011-07-03 21:11:07 [WARNING] disable creeper explosion
    2011-07-03 21:11:07 [WARNING] disable all damage types
    2011-07-03 21:11:07 [INFO] Fake Permissions version 2.7.2 is enabled!
    2011-07-03 21:11:07 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-03 21:11:07 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-03 21:11:07 [INFO] Done (0.315s)! For help, type "help" or "?"

    Whats Wrong?
     
  5. Offline

    jor956

    GroupManager should be kept, permissions disgusts me, it's so much worse and I don't know why people prefer it.
     
  6. Offline

    rockiesfan1234

    I am trying to used permission based item spawning for different ranks on my server. I cant get it to work..everyone that i try to give permission to spawn items that isnt a mod..cant they dont have permission.
    someone please help..here is my config
    Code:
    groups:
        Civil:
            default: true
            info:
                prefix: '&3[&3Civil&3]&f'
                suffix: ''
                build: true
            permissions:
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.warp'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.tp'
                - 'essentials.afk'
                - 'essentials.signs.buy.use'
                - 'supplysign.access'
                - 'craftbook.mech.elevator.use'
                - 'lwc.protect'
                - 'essentials.back'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'PressurePort.Use'
                - 'commandbook.say.me'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
                - 'commandbook.call'
                - 'factions.participate'
                - 'factions.create'
                - 'scavenger.scavenge'
        TestSubject:
            default: false
            info:
                prefix: '&9[&9TestSubject&9]&f'
                suffix: ''
                build: true
            permissions:
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.warp'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.tp'
                - 'essentials.afk'
                - 'essentials.signs.buy.use'
                - 'supplysign.access'
                - 'craftbook.mech.elevator.use'
                - 'lwc.protect'
                - 'essentials.back'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'essentials.clearinventory'
                - 'PressurePort.Use'
                - 'commandbook.say.me'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
                - 'commandbook.call'
                - 'factions.participate'
                - 'factions.create'
                - 'scavenger.scavenge'
        Carpenter:
            default: false
            info:
                prefix: '&8[&8Carpenter&8]&f'
                suffix: ''
                build: true
            permissions:
                - 'essentials.item'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.warp'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.tp'
                - 'essentials.afk'
                - 'essentials.signs.buy.use'
                - 'supplysign.access'
                - 'craftbook.mech.elevator.use'
                - 'lwc.protect'
                - 'essentials.back'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'PressurePort.Use'
                - 'commandbook.say.me'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
                - 'commandbook.call'
                - 'factions.participate'
                - 'factions.create'
                - 'scavenger.scavenge'
                - 'essentials.itemspawn.item-35'
        Sculptor:
            default: false
            info:
                prefix: '&8[&8Sculptor&8]&f'
                suffix: ''
                build: true
            permissions:
                - 'essentials.item'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.warp'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.tp'
                - 'essentials.afk'
                - 'essentials.signs.buy.use'
                - 'supplysign.access'
                - 'craftbook.mech.elevator.use'
                - 'lwc.protect'
                - 'essentials.back'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'PressurePort.Use'
                - 'commandbook.say.me'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
                - 'commandbook.call'
                - 'factions.participate'
                - 'factions.create'
                - 'scavenger.scavenge'
                - 'essentials.itemspawn.item-1'
                - 'essentials.itemspawn.item-4'
                - 'essentials.itemspawn.item-5'
                - 'essentials.itemspawn.item-17'
                - 'essentials.itemspawn.item-20'
                - 'essentials.itemspawn.item-24'
        Architect:
            default: false
            info:
                prefix: '&e[&eArchitect&e]&f'
                suffix: ''
                build: true
            permissions:
                - 'essentials.item'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.warp'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.tp'
                - 'essentials.afk'
                - 'essentials.signs.buy.use'
                - 'supplysign.access'
                - 'craftbook.mech.elevator.use'
                - 'lwc.protect'
                - 'essentials.back'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'PressurePort.Use'
                - 'commandbook.say.me'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
                - 'commandbook.call'
                - 'factions.participate'
                - 'factions.create'
                - 'scavenger.scavenge'
                - essentials.itemspawn.item-1'
                - essentials.itemspawn.item-4'
                - essentials.itemspawn.item-5'
                - essentials.itemspawn.item-17'
                - essentials.itemspawn.item-20'
                - essentials.itemspawn.item-24'
                - essentials.itemspawn.item-35'
        Jr.Hitman:
            default: false
            info:
                prefix: '&b[&bJr.Hitman&b]&f'
                suffix: ''
                build: true
            permissions:
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.warp'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.tp'
                - 'essentials.afk'
                - 'essentials.signs.buy.use'
                - 'supplysign.access'
                - 'craftbook.mech.elevator.use'
                - 'lwc.protect'
                - 'essentials.back'
                - 'iConomy.access'
                - 'iConomy.payment'
                - 'PressurePort.Use'
                - 'commandbook.say.me'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
                - 'commandbook.call'
                - 'factions.participate'
                - 'factions.create'
                - 'commandbook.shock'
                - 'scavenger.scavenge'
        ApprenticeHitman:
            default: false
            info:
                prefix: '&d[&dAprrenticeHitman&d]&f'
                suffix: ''
                build: true
            permissions:
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.warp'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.tp'
                - 'essentials.afk'
                - 'essentials.signs.buy.use'
                - 'supplysign.access'
                - 'craftbook.mech.elevator.use'
                - 'lwc.protect'
                - 'essentials.back'
                - 'iConomy.access'
                - 'iConomy.payment'
                - 'PressurePort.Use'
                - 'commandbook.say.me'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
                - 'commandbook.call'
                - 'factions.participate'
                - 'factions.create'
                - 'commandbook.shock'
                - 'worldguard.slay'
                - 'worldguard.slay.other'
                - 'scavenger.scavenge'
        ServerBuilder:
            default: false
            info:
                prefix: '&2[&2ServerBuilder&2]&f'
                suffix: ''
                build: true
            permissions:
                - 'essentials.itemspawn.item-all'
                - 'essentials.give.*'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.warp'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.tp'
                - 'essentials.signs.buy.use'
                - 'supplysign.access'
                - 'craftbook.mech.elevator.use'
                - 'lwc.protect'
                - 'essentials.back'
                - 'iConomy.access'
                - 'iConomy.payment'
                - 'PressurePort.Use'
                - 'nocheat.*'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'factions.participate'
                - 'factions.create'
                - 'commandbook.say.me'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
                - 'commandbook.call'
                - 'scavenger.scavenge'
        Moderator:
            default: false
            info:
                prefix: '&1[&1Moderator&1]&f'
                suffix: ''
                build: true
            permissions:
                - '*'
        Warlord:
            default: false
            info:
                prefix: '&6[&6Warlord&6]&f'
                suffix: ''
                build: true
            permissions:
                - '*'
        Thor:
            default: false
            info:
                prefix: '&e[&bThor/&eHitman&b]&f'
                suffix: ''
                build: true
            permissions:
                - '*'
        King-Owner:
            default: false
            info:
                prefix: '&4[&4King-Owner&4]&f'
                suffix: ''
                build: true
            permissions:
                - '*'
        Poseidon:
            default: false
            info:
                prefix: '&9[&1P&4o&es&5e&2i&dd&6o&3n&9]&f'
                suffix: ''
                build: true
            permissions:
                - '*'
        KingOfTheOzone:
            default: false
            info:
                prefix: '&4[&4KingOfTheOzone&4]&f'
                suffix: ''
                build: true
            permissions:
                - '*'
    
    please help.im getting tired of doing all this D:
     
  7. Offline

    cmr333

    links are dead for past 24 hours.
     
  8. Offline

    embty

    Will group manager be used for all plugins? or there will be some plugins that will require premissions?
     
  9. Offline

    oohTony

    Code:
    :05:07 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    18:05:07 [INFO] [P2] version 3.2 has been enabled.
    18:05:07 [INFO] [P2] Group Modo does not have a rank defined in World Makaca-Land
    18:05:07 [INFO] [P2] Group Admin does not have a rank defined in World Makaca-Land
    18:05:07 [INFO] [P2] Group Voyeur does not have a rank defined in World Makaca-Land
    18:05:07 [INFO] [P2] Group Modo+ does not have a rank defined in World Makaca-Land
    18:05:07 [INFO] [P2] Group Archi does not have a rank defined in World Makaca-Land
    18:05:07 [INFO] [P2] Group Esclave does not have a rank defined in World Makaca-Land
    18:05:07 [INFO] [P2] Group Ouvrier does not have a rank defined in World Makaca-Land
    18:05:07 [INFO] [P2] Group Cheater does not have a rank defined in World Makaca-Land
    18:05:07 [INFO] [P2] Some groups do not have a rank defined, some commands are disabled.
    18:05:07 [INFO] [P2Aliases] 1.3 Enabled.
    


    Hi ! I've recently update to the latest version, and i've weird messages.

    Thank you for your help.
     
  10. Offline

    KarnEdge

    I would love to use group manager but there are only about 10 plugins in total that even hook into it unlike permissions.
     
  11. Offline

    StefanG

    Thank you! It's so true! Cmon guys we need more signatures! :D
    http://www.change.org/petitions/we-...ant-essentials-groupmanager-to-not-be-deleted

    This is not true. Almost ALL plugins work with GroupManager ;p

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

    muzzy996

    +1 for keeping GroupManager.
     
  13. Offline

    RugRats

    @essentailsteam Players can still use /me even if it is not in there permissions group? My permissions are perfectly correct? Maybe something faulty with essentials?
     
  14. Offline

    KarnEdge

  15. Offline

    StefanG

    ya good idea :D
    I used fake credentials ;p
    But your right I'll have to do that I suppose. Your welcome to if u'd like :D
     
  16. Offline

    KarnEdge

    I may be wrong but it seems that Lottery, NoCheat, Superpickaxe, Residence, HeroBounty, BigBrother, AutoAnnouncer, AfkKick, WorldGuard, and iConomy 5 do not support GroupManager.

    Am I missing something here? Some of these are major plugins that do not support GroupManager... Or am I mistaken? I can't find anything in any of their documentation that says they support Essentials GroupManager. Most of them say you either have /op commands or use Permissions.
     
  17. Offline

    ZerG

    Keep group manager its awesome , dont be conformed by the haters,
    Essentials IS ESSENTIAL !
     
  18. Offline

    jasonsj10

    Hey i Found a Huge Glitch. It Randomly Happens. Great For Greifing -_-.
    Problem: When Right Clicks Lava Explodes
    How i Solved It: I deleted the Name File in out Player Data.

    Before:
    Code:
    npc: false
    socialspy: false
    timestamps:
        lastteleport: 1309737281909
        logout: 1309737910014
        login: 1309737927725
    muted: false
    inventory:
        size: 0
    lastlocation:
        yaw: 37.80179
        pitch: 39.29996
        z: -271.53599822949536
        y: 76.0
        world: Survival
        x: -680.43332460508
    unlimited:
    - 35
    - 20
    - 1
    godmode: true
    teleportenabled: true
    newplayer: true
    afk: false
    jailed: false
    geolocation:
    nickname: NickName
    
    After: (When Deleted and Re logged)

    Code:
    npc: false
    socialspy: false
    timestamps:
        lastteleport: 1309738138288
        logout: 1309738261511
        login: 1309738037464
    muted: false
    inventory:
        size: 0
    lastlocation:
        yaw: 17.251587
        pitch: 27.299932
        z: 65.30193563774287
        y: 64.0
        world: World1
        x: -11.667825115889059
    godmode: true
    teleportenabled: true
    newplayer: true
    afk: false
    jailed: false
    
    Lucky I fixed it But it is a Pain. I had to stop my server and delete his Account thing.
     
  19. Offline

    Lunar Delta

    I have used all of these plugins successfully with GroupManager. They may not support GroupManager *specifically*, but they work through the GroupManager bridge.
     
  20. Offline

    TheChrisHill

    The new permissions is TOTAL CRAP! I've ONLY used Permissions.. then I tried to update to 3.x and it's a total screw fest. Group Manager is becoming a relief! Keep it!
     
    Zothen likes this.
  21. Can only agree! Had the same problems! GroupManager still works with the recent CB builds and its just fantastic to use. Transfer to Permissions always failed.

    GroupManager has to stay!
     
  22. Offline

    andrewkm

    Essentials <3
     
  23. Offline

    Anim8s4u

    I need GroupManager for my server to work properly. No way, no how; not giving it up.
     
  24. Offline

    KarnEdge

    So how do you set up different groups to be able to do different things like build rights, setting up shop signs, receiving certain announcements; anything that isn't a command line?
     
  25. Offline

    kush

    Sorry if this has been posted before but there's a lot to go through. how do you setup groupmanager with multiworld to use one users.yml being in the world folder? before I just made links to the user file from each world dir and that worked find as long as manselect world was used before. Now that trick does not work at all? any other methods?
     
  26. Offline

    xsolar66

    agreed - group manager is and always will be far superior .
     
  27. Offline

    Lunar Delta

    I add the groups to the groups.yml file and give them permission nodes based on what kind of access and privileges I want them to have. It's really quite simple.
     
  28. Offline

    Devoldo

    I switched over from groupmanager to permissions 3.1.6, and saw absolutely zero issues copying and pasting my existing .yml files. I'm happy, it works. although I do like groupmanager's in-game commands more.
     
  29. Offline

    11RJB

    There is no reason to keep supporting a plugin (groupmanager) that is dead. I have little problem with Permissions, and its' configuration is dang-near identical to that of GM. I'm not sure what all the fuss is about.
     
  30. Offline

    Horasu

    Hey all, I recently installed the Essentials pack including GroupManager and GroupBridge for my server and it works fantastic, however I didn't see the need for GroupManager/GroupBridge for the type of server I run so I deleted both .jar files and the folder they created, but now whenever someone talks in-game an error "WARNING: missing a prefix or suffix for default" appears every time. It doesn't impact gameplay at all but looking over logs would be much easier if it was not there. If anybody could help me that would be fantastic, thank you very much.

    EDIT: After some tinkering I found out that the problem lies with Essentials Chat, I'm doing some slight tinkering with the stuff but nothing's bearing fruit.
     

Share This Page