[adventure]die and go to Nether[Formatted]

Discussion in 'Archived: Plugin Requests' started by ShakenU, Jun 11, 2012.

  1. Offline

    ShakenU

    Category: Adventure

    Possible Name: Realistic Deaths

    'Bout Me: I am currently designing an adventure map, and I want the player to spawn in the overworld, get killed, then respawn in Nether.

    What Would Be Nice: A simple thing that would just respawn them in nether, or make them spawn in a different place after they die.(inside a portal)

    Commands: /setspawn(#). # indicates the number of deaths the player has had

    Permissions: default:false permission player.setspawn, Maybe already a permission.

    When Id Like It By: A few Months, enough to finish the map.

    didnt see any simmilar plugins when i googled.
    Devs: anyone who wants to.

    IF YOU WISH TO HELP ME WITH THE MAP, SEND ME A PM AND I WILL ADD YOU TO THE WHITELIST
     
  2. Offline

    Deathmarine

    Wow. No responses. That's horrible! So all I need to know is how do you want them to get back, Do you want to allow commands in the nether and What other things surround this idea(Example setting a spawning point in the nether other than the portal)? If you can give me that, Then I can write it. No problem.

    Nevermind just made a configuration for the extra stuff.

    Source:
    https://github.com/deathmarine/NetherDeath

    Download:
    https://github.com/downloads/deathmarine/NetherDeath/NetherDeath.jar

    Commands:
    /NetherSpawn
    node: netherdeath.set
    -Sets the default spawn for the plugin

    Permissions:
    Permissions (open)
    Code:
    permissions:
      netherdeath.*:
        description: Allows the Administration to Full Control
        children:
          netherdeath.respawn: true
          netherdeath.commands: true
          netherdeath.set: true
      netherdeath.respawn:
        description: Allows the Administration to override respawn
      netherdeath.commands:
        description: NetherCommand override.
      netherdeath.set:
        description: Allows the Administration to set the area.
    


    Configuration:
    Config (open)
    Code:
    #Nether players can only see and chat with nether players#
    NetherChat:
      Enable: true
    #Disables commands for players without permissions or op #
    NetherCommand:
      Enable: true
    


    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  3. Offline

    ShakenU

    Hot diggity!
    Thanks very much. I may assume this was somewhat simple to do as in you did it in under 12 hours?
    This will be quite nice.
    Now if only mineos will stop being an idiot so i can connect to my server...
     

Share This Page