[INACTIVE] Administrate 1.3.2 - Invis/Vanish, NoPickup, God, Stealth, Fakelog, Teleport, Heal [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Sleaker, Jul 5, 2011.

  1. Offline

    Oscarius

    Suggestion: Make players in god-mode unable to damage other players. Our donors have access to god-mode and this can be used to gain an advantage in PvP. If they were simply unable to PvP while in god-mode, the problem would be solved and we could use CombatTag to restrict turning on god-mode while in "combat".

    What do you think?
     
  2. Offline

    Sleaker

    I've already stated I'm not making a permission-less version, although with how vault.

    @Ronny Lawson - not really any workaround at all atm, bukkit mentioned they may be putting in player.setInvisible mode or something similar, but we'll have to see.

    @Raqn No. if there are commands in this plugin you don't want, just remove them from the plugin.yml
     
  3. Offline

    Raqn


    Ahh cheers, I will do that.

    EDIT: Works fine.

    Another feature request is could I do /god player to god that player?
     
  4. Offline

    oliverw92

    Feature request: a config option to make players unable to take or deal damage when they turn on invisibility
     
  5. Offline

    warchicken

    Turn on God
     
  6. Offline

    oliverw92

    Not what I'm asking for:

     
  7. Offline

    link2110

    Make bukkit run a macro for the /vanish command that runs another plugin that disables pvp or something like that. It's what i've done. Or use CommandHelper, works equally well
     
  8. Offline

    oqenscool

    could add invisible for /list?
     
  9. Offline

    Kohle

    Hi there, I'm getting this error in my console when I try to start up my server:
    Error: (open)
    Code:
    2011-08-06 08:11:49 [SEVERE] Error occurred while enabling Administrate v1.3.0-b12 (Is it up to date?): null
    java.lang.NullPointerException
    	at net.milkbowl.administrate.Administrate.setupDependencies(Administrate.java:96)
    	at net.milkbowl.administrate.Administrate.onEnable(Administrate.java:46)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    	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)


    Any help would be extremely appreciated, as we love using Administrate! (When it was working fine.)
     
  10. Offline

    Sleaker

    This is answered in the main post.

    @Kohle - make sure you have Vault installed.

    @link2110 - good idea!
     
  11. Offline

    AndyFox42

    Forgive my ignorance, but what is Vault? I see it is now required and I want to update to the latest version to alleviate some of the visible after TPing problems, but I just don't know what Vault is.
     
  12. Offline

    Sleaker

    Vault is a Permissions/Econ API similar to Register - it allows me and others that use it (cereal) the ability to provide native permission/econ support for most perm/econ systems in one easy to use Jar, and without effecting the main plugin.
     
  13. Offline

    Kohle

    It is. It even says that it is enabled in the console.
     
  14. Offline

    Sleaker

    @Kohle - I'd suggest redownloading the latest Vault + Administrate from the original link, looks like you may not be using the latest version of both.

    Also what Permissions do you use?
     
  15. Offline

    VeryInsane

    Will this work with the old permissions, not the new Bukkit one?
     
  16. Offline

    Sleaker

    Read the OP - this is answered on the first page.
     
  17. Offline

    Kohle

    Meh. I have Permissions 2.x and that's all I will use right now. What a shame... :(
     
  18. Offline

    VeryInsane

    Or you could just tell me :confused:
     
  19. Offline

    Sleaker

    Ahh yah sorry I believe we removed P2 support out of Vault cause it doesn't have API for adding/removing permissions which we need :(

    Although if you're interested in upgrading you can test out PEX, I migrated from P2 to using PEX via SQL recently and it works flawlessly (if you do just flatfile it can convert your old P2 files too)
     
  20. Offline

    Kohle

    I use GroupManager (sill works ;)) to add permissions/prefix/suffixes. The problem is that just about every plugin I use uses Permissions 2.x...
     
  21. Offline

    Sleaker

    Right, and P3 supports all of the old P2 methods, as does PEX. Which is why we moved on to supporting P3/PEX - the larger issue is that P3 uses P2 class files, so it makes it difficult to support both. We don't directly do GroupManager support because they basically told us not to support their plugin as it wasn't being developed any longer, and they were being really wishy-washy on actually developing it into something worth using.
     
  22. Offline

    link2110

    @Sleaker
    So the reason im getting these

    Show Spoiler

    2011-08-08 06:52:31 [SEVERE] Could not pass event PLAYER_JOIN to Administrate
    java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.has(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
    at net.milkbowl.vault.permission.plugins.Permission_Permissions.playerHas(Permission_Permissions.java:343)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:52)
    at net.milkbowl.administrate.AdminPermissions.has(AdminPermissions.java:41)
    at net.milkbowl.administrate.AdminPermissions.hasAny(AdminPermissions.java:54)
    at net.milkbowl.administrate.AdminPlayerListener.onPlayerJoin(AdminPlayerListener.java:52)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    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)
    2011-08-08 06:52:31 [SEVERE] Could not pass event PLAYER_JOIN to MinecartManiaCore
    java.lang.NoSuchMethodError: org.bukkit.World.spawnMinecart(Lorg/bukkit/Location;)Lorg/bukkit/entity/Minecart;
    at com.afforess.minecartmaniacore.world.MinecartManiaWorld.spawnMinecart(MinecartManiaWorld.java:649)
    at com.afforess.minecartmaniacore.world.MinecartManiaWorld.spawnMinecart(MinecartManiaWorld.java:635)
    at com.afforess.minecartmaniacore.minecart.MinecartManiaMinecartDataTable.toMinecartManiaMinecart(MinecartManiaMinecartDataTable.java:138)
    at com.afforess.minecartmaniacore.api.MinecartManiaCorePlayerListener.onPlayerJoin(MinecartManiaCorePlayerListener.java:44)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    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)

    Show Spoiler

    2011-08-08 06:53:22 [INFO] link2110 used command "/vanish"
    2011-08-08 06:53:22 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'vanish' in plugin Administrate v1.3.0-b12
    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:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    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:85)
    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.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.has(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
    at net.milkbowl.vault.permission.plugins.Permission_Permissions.playerHas(Permission_Permissions.java:343)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:52)
    at net.milkbowl.administrate.AdminPermissions.has(AdminPermissions.java:41)
    at net.milkbowl.administrate.AdminCommandHandler.vanish(AdminCommandHandler.java:482)
    at net.milkbowl.administrate.AdminCommandHandler.onCommand(AdminCommandHandler.java:53)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more

    is because i use Group Manager? Any way to fix them without changing permission systems? I have the latest version of both Vault and Administrate
     
  23. Offline

    Sigrunn

    Ok I'm having a bit of an issue. Administrate broke for me a bit ago. Its back up and working fine. My issue is b4 the break monsters won't attack me at all. During the break i would get attacked. now that it's fixed they don't attack me anymore. it doesn't matter if i have vanish, admin or anything turned on. Any help plz
     
  24. Offline

    Sleaker

    Most likely, if GM's Permission bridge isn't P3 compliant then that's why it's failing on the has method.

    Also I just added tentative GM suppport into Vault - needs to be tested though - latest Administrate.zip should be available to try it with.
     
  25. Offline

    link2110

    Ok ill give it a try. Thanks!
     
  26. Offline

    KungFuJack3

    Everytime I type in a command it just says it.
    I have Vault so I dont know whats wrong.

    Please help!
     

    Attached Files:

    Last edited by a moderator: May 18, 2016
  27. Offline

    link2110

    Works now. Thanks! :D
     
  28. Offline

    Kalexer

    "Doesn't work" with v1.3.1 and RB 1000.
    It shows up the used commands in chat (for me) but nothing happens, no errors at the console.
     
  29. Offline

    Sleaker

    What permissions?
     
  30. Offline

    Kalexer

    No Permission, OPs.txt only

    //Edit: I'm a creeper, I'm too stupid to read Requirements properly, my fault! :(
     

Share This Page