All Projects → Kieaer → Essentials

Kieaer / Essentials

Licence: other
Mindustry plugin - Essentials

Programming Languages

kotlin
9241 projects
HTML
75241 projects

Projects that are alternatives of or similar to Essentials

HackerTools
HackerTools :: A simple mod for Mindustry that adds some "hacker" things.
Stars: ✭ 30 (-28.57%)
Mutual labels:  mindustry
Mindustry-Suggestions
Repository for Mindustry suggestions and feedback
Stars: ✭ 100 (+138.1%)
Mutual labels:  mindustry
dimension-shard
A Mindustry Mod that Keep balance with the original game, contains some interesting mechanics, such as skills, another transportation systems or other things.
Stars: ✭ 24 (-42.86%)
Mutual labels:  mindustry
multi-lib
Mindustry library mod that contains multicrafter scripts
Stars: ✭ 29 (-30.95%)
Mutual labels:  mindustry
The-Biggest-Mod
This repository created for mindustry mod.
Stars: ✭ 28 (-33.33%)
Mutual labels:  mindustry
mindustry-extended
A content extension mod for the game Mindustry.
Stars: ✭ 55 (+30.95%)
Mutual labels:  mindustry
ScriptAgent4MindustryExt
A Plugin for Mindustry to load kotlin scripts && lots of feature scripts including vote/permission
Stars: ✭ 40 (-4.76%)
Mutual labels:  mindustry
mindustry-client
A custom client for mindustry supporting v5, v6 and v7! Also known as Foo's client.
Stars: ✭ 90 (+114.29%)
Mutual labels:  mindustry
Opore-Mod
On steam: https://steamcommunity.com/sharedfiles/filedetails/?id=1903525208
Stars: ✭ 29 (-30.95%)
Mutual labels:  mindustry
ExampleMod
You can use multiple lib to enjoy optional additional content, so if you like, press F8 to download recommended modes, and enjoy additional content.
Stars: ✭ 44 (+4.76%)
Mutual labels:  mindustry
Mindustry
The automation tower defense game
Stars: ✭ 13,105 (+31102.38%)
Mutual labels:  mindustry
prog-mats-java
A java Mindustry mod. Just me making random stuff.
Stars: ✭ 59 (+40.48%)
Mutual labels:  mindustry
MindustryBuilds
Latest builds for Mindustry
Stars: ✭ 384 (+814.29%)
Mutual labels:  mindustry
MindustryClassicified
MindustryClassicified :: A Mindustry mod to return the graphics to 3.5
Stars: ✭ 15 (-64.29%)
Mutual labels:  mindustry
wiki
Mindustry's official wiki.
Stars: ✭ 138 (+228.57%)
Mutual labels:  mindustry
Exotic-Mod
The offical repository of Exotic Mod, the HJSON example mod for Mindustry. Sit back, relax, and enjoy the show.
Stars: ✭ 89 (+111.9%)
Mutual labels:  mindustry
Mindustry-Production-Mod
This is a mod for the game Mindustry that adds more production. I'm not done with it and I'll most likely add much more.
Stars: ✭ 69 (+64.29%)
Mutual labels:  mindustry
reVision
The other way around
Stars: ✭ 119 (+183.33%)
Mutual labels:  mindustry
lead ind
Mindustry mod - new drills, liquids and more
Stars: ✭ 48 (+14.29%)
Mutual labels:  mindustry
Manufacry-kt
Manufacturing based mod for Mindustry
Stars: ✭ 13 (-69.05%)
Mutual labels:  mindustry

Coverage
Quality Gate Status

Essentials

Add more commands to the server.
Requires Java 18 or higher!

Installation

Put this plugin in the <server folder location>/config/mods folder.

Client commands

Command Parameter Description
chars <text...> Make pixel texts
color Enable color nickname
discord Authenticate your Discord account to the server.
effect [effect] [x] [y] [rotate] [color] effects
fillitems <team> Fill the core with items.
gg Force gameover
god [name] Set max player health
help [page] Show command lists
hub <zone/block/count/total> [ip] [parameters...] Create a server to server point.
info [player] Show your information
js [code] Execute JavaScript codes
kickall All users except yourself and the administrator will be kicked
kill [player] Kill player.
killall [team] Kill all enemy units
login <id> <password> Access your account
maps [page] Show server maps
me <text...> broadcast * message
meme <type> Enjoy meme features!
motd Show server motd.
mute <player> Mute player
pause Pause server
players [page] Show players list
reg <id> <password> <password_repeat> Register account
search [value] Search player data
setperm <player> <group> Set the player's permission group.
spawn <unit/block> <name> [amount/rotate] Spawns units at the player's location.
status Show server status
team <team_name> [name] Change team
tempban <player> <time> [reason] Ban the player for a certain period of time.
time Show server time
tp <player> Teleport to other players
unmute <player> Unmute player
url <command> Opens a URL contained in a specific command.
vote <kick/map/gg/skip/back/random> [player/amount/world_name] [reason] Start voting
weather <rain/snow/sandstorm/sporestorm> <seconds> Adds a weather effect to the map.

Server commands

Command Parameter Description
debug [bool] Show plugin internal informations
gen Generate README.md texts
setperm <player> <group> Set the player's permission group.
tempban <player> <time> [reason] Ban the player for a certain period of time.

README.md Generated time: 2022-08-27 19:04:45

Contribute guide

File description

  • Main - Execute various settings and services to start the plugin.
  • Bundle - It's used to add various languages to the plugin.
  • Commands - Add server/client commands.
  • Config - Loads or saves settings used by the plugin.
  • DB - Save and load using SQLite to store player data.
  • Event - It works when an event occurs within the game.
  • FileWatchService - A service that monitors permissions and config files so that they are applied in real time when you modify them.
  • Permission - Read the permission file and check the permissions between players.
  • PluginData - Save and load using SQLite to store plugin data.
  • Trigger - Save and load player data, start ban sharing server/client, added feature triggers.

License

Free License

You can copy and modify my source code and claim it as your own!
Because if you want to implement a specific features, the source code will be the same after all lol

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].