Hub plugin

Discussion in 'Plugin Development' started by coolmonkeyguy, May 28, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    coolmonkeyguy

    So I made a thread for this early but it never got answered so ill ask again with more detail.

    I am trying to make a plugin that will work along side essentials /setspawn /spawn commands. Basically this will allow me to have a hub spawn for my server as well as another location for /spawn. I tried using " p.getWorld().setSpawnLocation " but this just sets the world spawn which does not work with the essentials /spawn.
    This could even be like a /warp command but i want it to be /hub.

    PLEASE HELP
     
  2. coolmonkeyguy You might have to hook into Essentials, as they do not use the world.getSpawn() method to get the spawn I think. They have it stored in a config file as far I as know.
     
  3. Offline

    coolmonkeyguy

    So how would I make it so you can set a warp but instead of calling it something just be like /hub and set it using /sethub
     
  4. Offline

    AstramG

    You save the coordinates of the location to a config, which is writing the data, then you must read the data ands turn it into a location in the code.
     
  5. Offline

    coolmonkeyguy

    sorry im a major coding newb could u show an easier way of doing it?
     
Thread Status:
Not open for further replies.

Share This Page