[INACTIVE] Pinapp v0.3 - uber lightweight multiworld management and warping [1000]

Discussion in 'Inactive/Unsupported Plugins' started by codename_B, Jul 16, 2011.

  1. Offline

    codename_B

    Pinapp
    "Pinapp is not a portal plugin"

    [​IMG]

    v0.3 - 6kb

    Download
    Source


    About:
    This plugin was created when I wasn't 100% happy with any portal plugin implementation, either they involved silly amounts of config, had expensive player listeners, or just didn't make sense. This plugin I feel provides (without portals) the ability to do custom warps to any world, and allows set "WARP" zones in a server, as well as giving players the freedom to create their own.

    Configuration:
    worldname:
    env: "ENVTYPE FOR WORLD"
    mat: "BLOCKTYPE FOR PORTAL"

    Example: plugins/Pinapp/config.yml
    Code:
    world:
       env: "Normal"
       mat: "Obsidian"
    nether:
       env: "Nether"
       mat: 14
    skylands:
       env: "Skylands"
       mat: 57
    
    bukkit.yml
    Code:
    worlds:
         world:
             generator: Bananapocalypse
    
    Commands:
    /warp
    /w
    /pinapp

    - warps the player to the world configured by whatever they blocktype they are standing on.
    - only warps the player if the Material has been configured in config.yml

    FAQ:
    -iConomy/Permissions?
    Perhaps, I may release a plugin which works along with this plugin in order to add iConomy and Permissions if there is a great enough demand for it.
    -Custom worldgens?
    Yes! There is no support for custom worldgens explicit in this plugin, but through use of bukkit.yml you can specify a custom worldgen for any world created by this plugin.
    -Nether/Skylands?
    Yes! This is already in the plugin, just specify the environment in config.yml
    -The /warp command conflicts with X plugin!
    Multiple commands have been provided for this plugin, they all do the same thing. Simply remove the conflicting commands from the plugin.yml of this plugin, and use one of the alternative commands in order to do your warping.

    Portal ideas:
    [​IMG]

    [​IMG]
    Changelog:
    -0.1 - 16/07/2011 - released plugin
    -0.2 - 16/07/2011 - added ability to use ID or Material ENUMS in config.yml
    -0.3 - 21/07/2011 - added /warp spawn command to take you to that worlds spawn
     
  2. Offline

    duhfux

    Apparently I am an idiot, and I feel like an idiot, but I can't seem to find a lowercase P anywhere?
    Code:
    2011-08-09 17:51:12 [SEVERE] Pinapp is not lowercase you fool! Why would you use a lowercase p? You absolute idiot!!!
     
  3. Offline

    codename_B

    Erm - you're probably on windows then :p thats for my linux users.
     
  4. Offline

    zeaga

    I love both this plugin and your world generators. I really thought this would be more popular than it seems to be.
    Keep up the great work!
     
  5. Offline

    bocaj812

    any support for minecarts through portals?
     
  6. Offline

    codename_B

    [​IMG]
    Pinapp2 sneaky preview
     

Share This Page