[INACTIVE] [TP] MantraSpawn v0.3 - World spawn related utilities [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Denney, Jul 24, 2011.

  1. Offline

    Denney

    Update (21.11.11): Sorry for the absence. I've been busy with other things lately and Minecraft has taken a back seat. Now that 1.0 is out and Bukkit soon to follow, I intend to get back to these plugins. For now though, I've removed the downloads but the source is still available at GitHub for the time being for anyone who wants it. I probably won't update this thread any more because of the move to BukkitDev.

    Version: v0.3 (31.08.11)
    Compatible Bukkit: RB #1060

    Description:
    World spawn related utilities. This plugin allows you to change the world spawn point including setting current pitch and yaw position.

    It will also force the initial spawn of a first time user to the same position and is multi-world compatible.

    Requirements:
    • Bukkit SuperPerms permissions manager (I recommend the official PermissionsBukkit plugin [forum link])
    • OR Permissions v3 plugin. Support for Permissions v3 will be removed once it breaks. This provides server administrators time to merge over to Bukkit permissions.
    Links:
    Commands:
    Show Spoiler

    /spawn - Teleport to the world spawn point.
    /setspawn - Set the world spawn point to your current position.

    Permissions:
    Show Spoiler

    mantraspawn.spawn - Allows usage of the /spawn command.
    mantraspawn.setspawn - Allows usage of the /setspawn command.

    Changelog:
    Version 0.3 (31.08.11):
    • Fixed Permissions v3 support (fixes internal server error).
    Version 0.2:
    • Added support for SuperPerms.
    • Added license.
    Version 0.1:
    • Initial public release.
     
  2. Offline

    uncovery

    Can you make that spawn points are different by user group?
     
  3. Offline

    Denney

    It's a good idea and probably quite simple to implement. I want to convert my plugins over to the inbuilt permissions system though so I to work out how it handles "groups".
     
  4. Offline

    Denney

    I've now added Built-in Bukkit permissions support. No more reliance on the Permissions plugin.
     
  5. Offline

    arsjet

    what ?
    18:45:56 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sets
    pawn' in plugin MantraSpawn v0.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    58)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    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:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.IllegalAccessError: tried to access method org.bukkit.comma
    nd.ConsoleCommandSender.<init>(Lorg/bukkit/Server;)V from class net.mantrasoftwa
    re.mantraspawn.CommandSetSpawn
    at net.mantrasoftware.mantraspawn.CommandSetSpawn.onCommand(CommandSetSp
    awn.java:41)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
    >
     
  6. Offline

    정현우

    oh...
    /setspawn is error..
     
  7. Offline

    TheTickles

    Greetings,
    I love this addon. Simple and to the point. It was doing exactly what I wanted it to do. However it is not up to date with the current recommended build 1337 and as a result no longer works. Think you can update the plugin?
     

Share This Page