FishPeople

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Note:

No longer updated. I apologize for inactivity but I haven't had time to touch this or keep up with Bukkit's updates in months.

FishPeople allows players to spend extended time under water by providing a configurable amount of extra air (up to infinite air). By wearing certain equipment, players can receive benefits ranging from extra air to being able to swim in lava safely.

Features:

  • Infinite air while wearing gold helmet (or configured item)
  • Garbled underwater chat (if configured)
  • Permissions support!
  • Now swim in lava! (if configured)
  • Supports item names as well as ID numbers

Configuration: File located at /plugins/FishPeople/config.yml This file will be created if it does not exist and will contain these default settings.

enabled: true
helmet-type: "gold_helmet"
chat-filter: true
underwater-chat: "[glub glub glub]"
air-multiplier: 1
helmet-damage: 0
helmet-replacement: "air"
low-air-warning: 1
low-air-message: "You are about to drown"

These default settings will also be used if a value is not set.

Permissions

  • fishpeople.infiniteair
    • Gives the player infinite air while wearing the helmet (overrides extended air)
  • fishpeople.extendedair
    • Gives the player more air while wearing the helmet
  • fishpeople.cantalkunderwater
    • Lets the player talk underwater and bypass the filter
  • fishpeople.invinciblehelmet
    • Prevents the player's helmet from taking damage if damage is configured
  • fishpeople.lavasafe
    • Allows the player to swim in lava (no burning damage)
  • fishpeople.config
    • Allows the player to call /fishpeople
  • fishpeople.*
    • Emulates having infinite air, invincible helmet, lava safe, config, and chat filter bypass

Commands:

  • /fishpeople help
    • Lists all commands available
  • /fishpeople help <command>
    • Gives help on the command given
  • /fishpeople reload
    • Reloads the configuration from the hard disk
  • /fishpeople enable
    • Enables the infinite air and chat filter
  • /fishpeople disable
    • Disables the infinite air and chat filter
  • /fishpeople helmet-type <id>
    • Sets the item id for the head item that gives infinite air
  • /fishpeople chat-filter true
    • Replaces chat messages when players are underwater
  • /fishpeople chat-filter false
    • Allows users to talk normally underwater
  • /fishpeople underwater-chat <message>
    • Sets the message that appears when someone talks underwater
  • /fishpeople air-multiplier <number>
    • Extends the amount of air players have
    • "/fishpeople air-multiplier 2.5" would mean they have two and a half times as much air
  • /fishpeople helmet-damage <amount>
    • Every second a player is underwater and wearing the special helmet it will take the damage specified
  • /fishpeople helmet-replacement <id>
    • Sets the item id for the head item that will be set when a helmet is destroyed
  • /fishpeople low-air-warning <seconds>
    • When a player has only <seconds> left of air, they get a warning
    • Set negative to not give a warning
  • /fishpeople low-air-message <message>
    • Sets the message to be displayed when a person hits the low-air-warning mark

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit