Coder Social home page Coder Social logo

notgeri / nerfphantoms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tallcraft/nerfphantoms

0.0 0.0 0.0 51 KB

Bukkit plugin which allows nerfing Phantom mobs introduced in Minecraft 1.13

Home Page: https://www.spigotmc.org/resources/nerfphantoms.59218/

License: MIT License

Java 100.00%

nerfphantoms's Introduction

NerfPhantoms

Bukkit plugin which allows nerfing Phantom mobs introduced in Minecraft 1.13

SpigotMC plugin page

Configuration

# Whitelist of worlds to enable the plugin in. Includes all worlds by default
enabledWorlds:
- world
- world_nether
- world_the_end

# Disable or enable natural phantom spawn
allowNaturalSpawn: true

# Only apply nerf actions below to naturally spawned phantoms? A non natural spawn would be a spawnegg
onlyNerfNatural: true

# Mute phantom sound (This isn't fully working yet. Only mute some of the phantom sounds)
muteSound: false

# Disable phantom AI. Causes them to hover in one position and not move.
disableAI: false

# Phantom damage to player modifier. PhantomDamage * damageModifier = Damage to player
damageModifier: 1.0

# Set phantom health, default is 20. If you set it to 0 they die instantly.
health: 20.0

# Should all phantoms have a fixed size?
fixedSize:
  enabled: false
  # How big should phantoms be?
  value: 1

# Database configuration
# The database is used to remember if the player toggled phantoms on or off.
# Defaults to sqlite where 'name' is the database file name. The other fields are ignored.
# Change type to 'mysql' if you want the plugin to connect to a mySQL server.
database:
  enabled: false
  type: sqlite
  name: nerfphantoms
  host: localhost
  port: 3306
  username: root
  password: '123456'

With version 1.4.0, you can also use sqlite. Set type to sqlite and name to your file name. host and port will be ignored in that case.

Commands

/nerfphantoms reload: Reload options from the configuration file
/nerfphantoms kill: Kill all Phantoms in your current world.
/nerfphantoms togglespawn: Toggle phantoms spawn for yourself.
/nerfphantoms togglespawn <player>: Toggle phantoms spawn for another player.

Permissions

  nerfphantoms.*:
    description: Gives access to all NerfPhantoms commands
    default: op
    children:
      nerfphantoms.all: true
  nerfphantoms.all:
    description: Gives access to all NerfPhantoms commands
    children:
      nerfphantoms.reload: true
      nerfphantoms.kill: true
      nerfphantoms.disablespawn.self: true
      nerfphantoms.disablespawn.other: true
  nerfphantoms.reload:
    description: Reload plugin config
    default: false
  nerfphantoms.kill:
    description: Kill all phantoms in current world
    default: false
  nerfphantoms.disablespawn.self:
    description: Command to disable phantom spawning for self
    default: op
  nerfphantoms.disablespawn.others:
    description: Command to disable phantom spawning for other players
    default: op
  nerfphantoms.disablespawn.auto:
    description: Phantom spawn disable active by default for player
    default: false

nerfphantoms's People

Contributors

trikolon avatar dependabot[bot] avatar dependabot-support avatar notgeri avatar metype avatar gbl avatar

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.