Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remerle authored Jun 18, 2021
1 parent 4ad57e3 commit 2ce810f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Minecraft Server Plugin
An experiment in Minecraft server plugin creation.

This plugin uses the [Bukkit API](https://bukkit.fandom.com/wiki/Plugin_Tutorial_(Eclipse)) and must be deployed on a server running Bukkit (or Bukkit-compatible server such as [Spigot](https://www.spigotmc.org/) or [Paper](https://papermc.io/)).

Tested on Spigot 1.17.

# Commands

|Command|Functionality|
|---|---|
|/lava&#8209;feet&nbsp;[player]|Toggles "lava feet" on and off. Optionally provide a player name to apply the effect to another player (of omitted, it will apply to the issuing player)<br/><br/>_The "lava feet" effect causes blocks under the player to turn to lava after the player steps off of them. The blocks will return to their original material after a period of time_|

0 comments on commit 2ce810f

Please sign in to comment.