Filled Taps

Discussion in 'Plugin Requests' started by kentlivar, Jan 5, 2017.

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

    kentlivar

    Plugin category: Fun

    Minecraft version: 1.11.2
    Suggested name: Taps

    What I want: I'd like to see a plugin that when you put a button on, MagmaBlock,Obsidian,Ice,Packed Ice
    and press it it turns Ice to water, MagmaBlock to lava, Obsidian, to water or lava(20% success on getting it to lava), Ice to water, Packed Ice to ice then water.
    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: taps.use

    When I'd like it by: as soon as possible.
     
  2. You can't place a button on a transparent block like ice, on packed ice it is possible
     
  3. Offline

    kentlivar

    @FisheyLP true, tottally forgot that haha
     
  4. Offline

    TheSimufreak

    I can make this for you. I'll put those specific blocks in a config file so you can change them anytime.
     
  5. Offline

    kentlivar

  6. Offline

    TheSimufreak

    Here you go. The ZIP-Archice also contains the source code, if you want to modify the plugin.
    Tested on Spigot 1.10.2, should work fine on any other version too.
     

    Attached Files:

  7. Also done (a little bit later, but who cares ^^)
    Tested on Spigot 1.11.2
    https://www.dropbox.com/s/0w446l654gry6g1/Taps.jar?dl=0
    ~ 5 kB, 200 lines of code

    Config:
    Code:
    block-transformations:
      magma: lava
      obsidian: 20% lava, 80% water
      packed_ice: ice
      frosted_ice: ice
      ice: water
    on the left side of : is the source block (where you place the button at), and on the right side is the target/result
    you can seperate the results by a , and write the probability in % before like you see above (optional)

    I also implemented a way so you can place buttons on ice (as long as ice is in the config)

    Permission is taps.use

    For example, you place a button (stone/wood) on packed ice: press it -> ice -> press it -> water
     
    Last edited: Jan 6, 2017
  8. Offline

    kentlivar

Thread Status:
Not open for further replies.

Share This Page