[REVIVE] Pig Poop

Discussion in 'WIP and Development Status' started by Freack100, Dec 30, 2014.

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

    Freack100

    Hello Bukkit,
    I found this awesome plugin: http://bukkit.org/threads/fun-pig-poop-v1-3-animal-waste-1-3-1.58481/
    Unfortunately it is not updated to the newest version (AFAIK) so I made a "revive" of it. Because the original source isn't available (the plugin download is down) I remade the whole plugin.

    The current features are:
    • Right clicking an entity makes it "poop/fart" and it drops a customizable item.
    • You can enable/disable specific entities in the config (the names are written like that: "PIG","COW","CREEPER")
    • When an entitie farts, it get's "throwed" a bit forward and particles are spawned.
    • You can enable and disable the use of permissions
    • Every animal got a cooldown of 1 minute default. (customizable in the config)

    The only permission node is "pigpoop.use" which allows you to make animals fart.

    If anyone want's the see any features, tell me in this thread.

    The current download link: https://www.dropbox.com/s/435mzlmvjille2a/PigPoop.jar?dl=0
    The GitHub link: https://github.com/TheFreakLord/BukkitRevival (All the code in this repo is licensed unter the http://www.wtfpl.net/about/)

    I will add this to BukkitDev as soon as possible.

    Example Config (open)

    Code:
    drop:
    drop:
      id: iron boots
      amount: 1
      damage: 0
      data: 0
    usePermissions: true
    disabledAnimals: [SKELLETON]
    cooldown: 60
    useParticles: true
    useSound: true
    pushEntity: true
    pushFactor: 0.5
    dropItem: true
    


    Changelog (open)

    Version 0.1
    • Initial release


    Greetings,
    Freack100
     
    Last edited: Dec 31, 2014
    Skionz and API_Tutorials like this.
  2. Offline

    API_Tutorials

  3. Offline

    Freack100

  4. Offline

    drpk

    @Freack100 will it be open sourced? If so, make a github so others can contribute :p
     
  5. Offline

    Freack100

  6. Offline

    Tecno_Wizard

    @Freack100, i submited a issue in the repo, your plugin will crash in 1.8
     
Thread Status:
Not open for further replies.

Share This Page