Find out how to get the plugin and how to use it.
- Download or Build the plugin jar
- Copy the jar into the
pluginDirectory - Start and Stop the Server
- Set Host, User and Password of your MySQL Server in the config.yml
- Start your Server again
- Use (
/setGroup) in your Server Console to grant permission to your player - Enjoy
What does the plugin include?
- Admin gives AdminTools, Clearing Chat, Fake AFK, Teleport to the highest Block and Custom NPCs and others (
/admin) - Away from Keyboard (
/afk) - Change your own Weather (vip) (
/playerweather) - Teleports to the latest Checkpoint (on spawn, teleport, world, warp and home) (
/back) - Opens Bag Pack Menu (
/bags) - Broadcasts Message to online Players (
/broadcast) - Gift Cookies (
/cookie) - Change time to Day (
/day) - Open the Enderchest (
/enderchest) - Linux Like (
/exit) - Fly mode (
/fly) - Game mode (
/0/1/2/3) - List all Gamerules for the current World (
/gamerules) - Play as god (
/god) - Gives a Player Head (
/head) - Heal yourself if you low on health (
/heal) - Teleport to your Bed spawn location or set list tp to homes that get saved in players.yml (
/home) - Open the Inventory (
/inv) - Message other Players (
/msg) - Get More Stuff (
/more) - Nick Player (
/nick) - Change time to Night (
/night) - Set Permission Group (
/setGroup) - Poke a Player if he does not respond (
/poke) - Portable Crafting Bench (
/craft) - Print Message in Chat in Player / Command Block Name (
/print) - Protect your Chests, Doors and other Blocks with (
/protect) - Shows you your Money in your Purse (
/purse) - Change Weather to Rain (
/rain) - Save, Reload your config or more (
/rellu) - Rename item in your Hand (
/rename) - Repair your favorite Tools (
/repair) - Does a rollback of a player (
/rollback) (WIP) - Edit or Copy your Signs (
/sign) - Teleport to World Spawn (
/spawn) - Change your Speed with (
/speed) - Change Weather to Storm (
/storm) - Linux Like (
/sudo) - Kill yourself (
/suicide) - Change Weather to Sun (
/sun) - Teleport to other Players (
/tp) - Teleport to or a Player (
/teleport) - Shows all Team Members (mod and higher) (
/team) - Send a Title to a Player (
/title) - Vanish you from other Players (
/vanish) - Warps you to a defined Point (
/warp) - Show where a Player is (
/where) - Show Worlds or Teleport to the spawn (
/world) - Set Positions for Modify Command (
/postion) - Modify selected Blocks (
/modify)
- Custom NPC via Database or via API
- NPCs in Game via Database
- Adventurer
- Baker
- Butcher
- Farmer
- Fisher
- Florist
- Lumberjack
- Miner
- Musician
- Shepherd
- Smith
- Builder
- NPCs in Game via Code
- Bag Salesman
- Banker
- Beekeeper
- Enchanter (WIP)
- Custom Bags via Database
- Mining Bag
- Farming Bag
- Monster Bag
- Shepherd Bag
- Lumberjack Bag
- Nether Bag
- Add additional Blocks via Database or via API
- Replenishment (Auto Replant Seeds)
- AutoSmelt (Smelts all Blocks)
- Telekinesis (Teleports item into Inventory)
- Delicate (Prevents breaking immature Crops and Stems)
- ThunderStrike (Strikes Entity with a Lightning Bolt)
- Skills will be reworked. Some as Enchant some as Skill. (WIP)
- TreeFeller (Fell the whole Tree) [he is dead jim]
- Repair (Repair Tools and Armor) [the lost son]
- Salvage (Salvage Tools and Armor and get back resources and enchantments) [needs some love]
- Better Chat Format (Player >> Message)
- Color Codes for VIP and higher
- Chat Channels Vip, Mod, Admin | #v, #m, #a
- Better Player Join Message (Shows Custom Join Message)
- Sets Custom Tab Header and Footer (Database)
- Sets Fly mode to enabled
- if VIP or higher
- if in air
- if fly mode enabled in playerEntry (Database)
- Better Player Quit Message (Shows Custom Leave Message)
- Better Block Drop (Glass etc.)
- Better Mobs (Disable Phantom)
- Better (Call) Soil (disables trampling, sneak to disable)
- Better Safety (Auto disable some commands like /pl)
- Player Move is disabled while afk
- Player Head Info
- CloudSailor (Gliding Feather and Boots)
- Tool Crafting with Rarity, Higher Tier is unbreakable
- Position Highlighter shows your Selections
- No Death Message
- Save Death Location as Home
- Show Location in Chat (private)
-
git clone https://github.com/Relluem94/RelluEssentials.git
-
git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) -
mvn clean install -Pship
./RelluBash-Script-Collection/dev/MinecraftDevelopmentEnvironment.shit will run a specified Dev-Sever (with docker mysql and phpmyadmin) check RelluBash-Script-Collection
How it is working? What's under the hood?
- AttributeHelper
- BagHelper
- BankerHelper
- BlockHelper
- ChatHelper
- ConfigHelper
- DatabaseHelper
- EnchantmentHelper
- ExperienceHelper
- InventoryHelper
- ItemHelper
- MobHelper
- NPCHelper
- PlayerHeadHelper
- PlayerHelper
- ProtectionHelper
- RecipeHelper
- SignHelper
- StringHelper
- TypeHelper
- UUIDHelper
- WorldHelper
- others
- BagAPI
- BankAPI
- NPCAPI
- PlayerAPI
- ProtectionAPI
- WarpAPI
