Giter Site home page Giter Site logo

toxicskies's Introduction

Toxic Skies

Toxic Skies is a Bukkit plugin that makes the world a harsher and more dangerous place. Players are forced to survive underground or else be destroyed by the elements. Toxic Skies adds the following game mechanics:

  1. Players who get too close to the surface get periodically poisoned by the surface air.
  2. Staying above ground without protection will result in death after about two minutes.
  3. Pumpkins work like gas masks. Wearing one above ground prevents damage for a time.
  4. The weather is always storming. Monsters never catch on fire and visibility is reduced.

Installation

  1. Put .jar file in the Plugins directory.
  2. Start the server to generated a default config file.
  3. Update the config.yml file to set which worlds you want made toxic.
  4. Restart or reload the server.

Configuration

  • Mode:
    • Mode 1 - Always raining. Air always toxic.
    • Mode 2 - Rains now and then (like normal). Air always toxic.
    • Mode 3 - Rains now and then (like normal). Air only toxic when raining.
  • SecondsBetweenPolls: sets how frequently player exposure is checked.
  • AboveGroundDamage: how many points of damage to do for each exposure.
  • AboveGroundMessage: the message to display when a player is exposed.
  • PumpkinHelmetBreakChancePercent: the percent chance that a player's pumpkin helmet will break.
  • PumpkinHelmetBreakMessage: the message to display when a pumpkin helmet breaks.
  • PumpkinHelmetSurviveMessage: the message to display when a pumpkin helmet does not break.
  • PumpkinHelmetMaterial: the material name of the pumpkin helmet.
  • PoisonEffects: a list of effects to apply when the player is poisoned.
  • AffectedWorlds: a list of world names to make toxic.
    • To change a world's mode, add a pipe followed by the mode number after the world name
    • Ex: myWorld|2

toxicskies's People

Contributors

rmichela avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

zarlo nerdthened

toxicskies's Issues

RuntimeExceptions

RuntimeExceptions sir

[11:39:41] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1501 (MC: 1.7.9) (Implementing API version 1.7.9-R0.3-SNAPSHOT)
[11:39:42] [Server thread/INFO]: [ToxicSkies] Loading ToxicSkies v2.4.0
[11:39:45] [Server thread/INFO]: [ToxicSkies] Enabling ToxicSkies v2.4.0
[11:39:45] [Server thread/INFO]: [ToxicSkies] Making the skies toxic in PhoenixDome
[11:39:45] [Server thread/INFO]: [ToxicSkies] Making the skies toxic in BarrenWastes
[11:39:45] [Server thread/INFO]: [ToxicSkies] Making the skies toxic in Wilds
[11:39:45] [Server thread/INFO]: [ToxicSkies] Making the skies toxic in Wasteland
[12:01:28] [Server thread/WARN]: [ToxicSkies] Task #4390 for ToxicSkies v2.4.0 generated an exception
java.lang.RuntimeException: Unhandled entity damage
    at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:537) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:570) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.EntityLiving.d(EntityLiving.java:1007) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.EntityHuman.d(EntityHuman.java:810) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.EntityLiving.damageEntity(EntityLiving.java:681) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.EntityHuman.damageEntity(EntityHuman.java:751) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.EntityPlayer.damageEntity(EntityPlayer.java:468) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at org.bukkit.craftbukkit.v1_7_R3.entity.CraftLivingEntity.damage(CraftLivingEntity.java:203) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at org.bukkit.craftbukkit.v1_7_R3.entity.CraftLivingEntity.damage(CraftLivingEntity.java:188) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at com.ryanmichela.toxicskies.DamageApplyTask.run(DamageApplyTask.java:18) ~[?:?]
    at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:67) ~[2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:635) [2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:583) [2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:489) [2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [2014-06-25-14-59-32-spigot.jar:git-Spigot-1501]

Add weather control options.

  1. Always raining and always toxic
  2. Natural rain frequency but always toxic
  3. Natural rain frequency and only toxic when raining

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.