
CoreCommands
CoreCommands adds several helpful player commands. Players can set and teleport to home or spawn points, send teleport requests to other players, and create warp points for easy navigation. Admins have special commands to set and delete.
3.0K
12
New Commands
/rules add|remove|set|reload- Manage server rules in-game (op only)/cc//corecommands- Show version info/cc reload- Reload all config from files/cc save- Force save all data/tppos <x> <y> <z>- Teleport to exact coordinates/ci [player]- Clear inventory/smite <player>- Strike lightning on a player/region wand- Get the region selection wand (wooden axe)/region create|delete|list|info- Manage protected regions/region flag <name> <flag> <deny|allow>- Set protection flags (break, place, interact, pvp, mob-damage, explosions)/region addmember|removemember- Add/remove bypass members/region priority|redefine- Set priority or update region bounds/region tp <name>- Teleport safely to a region/region expand <name> vert- Expand a region to full height/enderchest(/ec) - Open your ender chest anywhere/workbench(/craft,/wb) - Open a crafting table anywhere/hat- Wear the item in your hand/repair//more- Repair or refill the held item (op only)/list- See who's online/tps- Server performance, memory, and uptime/gm <mode> [player]- Quick gamemode switch/chelp- Clickable in-game command list
Improvements
- Region-based spawn protection with wand selection, per-region flags, member bypass, and priority system
- Region claims now protect the full height automatically (floor to sky)
- New region flags: damage, container, heal, and mob-spawning
- Auto-save every 5 minutes - no more data loss on crash
- Homes, warps, spawn, and back now work across dimensions (overworld, nether, end)
- Old save data auto-upgrades to include dimension info
- Expired temp bans are cleaned up automatically
rules.jsonnow auto-creates in the config folder on first load- Consolidated gamemode commands into a single clean class
- Config folder reorganized - only
config.jsonandrules.jsonat top level, all data moved todata/subfolder - Existing data files auto-migrate to
data/on first load /invseenow links to the target's real inventory - no more item duplication/rtpis now smooth with no lag spikes and always lands you safely above ground - never in caves, lava, or out of bounds. Short cooldown, adjustable or disable-able by admins.- All teleports (
/home,/warp,/spawn,/back, regions) now land you safely - never stuck inside blocks or the void /hometakes you straight home when you have one, or lets you pick when you have several./sethomewith no name sets a default home.- Homes now save instantly
- Cleaner private messages with click-to-reply, and neater messages throughout
- Staff are notified in-game when a new version is available
Bug Fixes
- Fixed homes/warps teleporting to wrong dimension
- Fixed
rules.jsonnot appearing in config folder until first shutdown - Fixed freeze position not persisting across dimensions
- Fixed
/invseeallowing item duplication /backno longer drops you into the lava or void where you died- Fixed
/tpdenyand/tpcancelnot working on/tpahererequests - Vanished players now stay hidden after relogging, while staff can still see them
/invseenow shows armor and off-hand slots- Fixed homes occasionally not saving
New Commands
/rules add|remove|set|reload- Manage server rules in-game (op only)/cc//corecommands- Show version info/cc reload- Reload all config from files/cc save- Force save all data/tppos <x> <y> <z>- Teleport to exact coordinates/ci [player]- Clear inventory/smite <player>- Strike lightning on a player
Improvements
- Auto-save every 5 minutes - no more data loss on crash
- Homes, warps, spawn, and back now work across dimensions (overworld, nether, end)
- Old save data auto-upgrades to include dimension info
- Expired temp bans are cleaned up automatically
rules.jsonnow auto-creates in the config folder on first load- Consolidated gamemode commands into a single clean class
- Config folder reorganized - only
config.jsonandrules.jsonat top level, all data moved todata/subfolder - Existing data files auto-migrate to
data/on first load
Bug Fixes
- Fixed homes/warps teleporting to wrong dimension
- Fixed
rules.jsonnot appearing in config folder until first shutdown - Fixed freeze position not persisting across dimensions
New Commands
Player
/ping— Check your connection latency/msgtoggle— Toggle receiving private messages/w,/whisper,/tell— New aliases for/msg
Staff
/gmc,/gms,/gma,/gmsp— Quick gamemode switching/invsee <player>— View a player's inventory/freeze <player>— Freeze/unfreeze a player in place/staffchator/sc— Private staff-only chat channel/socialspy— Monitor all private messages
Moderation
/warn <player> <reason>— Issue a warning/warnings <player>— View a player's warning history/clearwarnings <player>— Clear all warnings/tempban <player> <duration> <reason>— Temporarily ban a player (e.g.1d12h,30m)/unban <player>— Remove a temporary ban/checkban <player>— Check remaining ban time
Improvements
- Private messages now have a cleaner format and play a notification sound
- Max homes, RTP range, TPA timeout, and back command are now fully configurable via
config.json - Config auto-merges new options on update — no need to delete your old config
- Expanded version support for Minecraft
1.21through1.21.x
Bug Fixes
- God mode and vanish state no longer reset on server restart
- Fixed potential crash caused by concurrent data access on load
- Removed broken TPA request persistence that caused failed teleports after restart
Fixed
- Players now spawn at their exact logout position when rejoining
- /back command no longer interferes with logout/login positions
- Position tracking properly saves on disconnect
Added
- Config option to disable /back command (config/corecommands/config.json)
- Separate logout position tracking system
What's New
New Commands
/reply <message>- Quick reply to your last message/tphere <player>- Teleport players to you (Admin only)/tpcancel- Cancel your pending teleport request/helpop <message>- Request help from online operators
Improvements
- TPA requests now expire after 60 seconds
- Home limit: 5 homes per player
- Death location saved - use
/backto return - Better color-coded messages for clarity
- All teleport commands now save your previous location
Bug Fixes
- Fixed duplicate data loading issue
- Improved command error handling
- Enhanced message formatting consistency
Commands List
Player Commands:
/tpa,/tpaccept,/tpdeny,/tpcancel,/home,/sethome,/delhome,/listhomes,/spawn,/warp,/listwarps,/back,/afk,/rules,/msg,/reply,/helpopAdmin Commands:
/setspawn,/setwarp,/delwarp,/tphereChanges and Fixes
Fixed Teleportation Issues:
- Player spawn points are now properly saved and loaded.
- Resolved the issue with players being teleported to unintended locations on first join.
Improved Command Auto-Completion:
- Updated
/tpaand/msgcommands to useEntityArgument.player()instead ofStringArgumentType.word()for better player name auto-completion.
Reliable Data Handling:
- Ensured that data like homes, warps, AFK status, last locations, and teleportation requests are saved and loaded correctly.
CoreCommands v1.0.1
New Commands
/back: Teleports players to their last location./afk: Toggles AFK status and untoggle./rules: Displays server rules./msg: Sends private messages to other players.
Enhancements
- Case-Insensitive Names: Home and warp names are now case-insensitive.
- Tab Completion: Added tab completion for home and warp names.
- Improved Messaging: Enhanced message formatting with multiple colors for clarity.
- Customizable Rules: Added a rules file for server owners to customize rules.
Release
Совместимость
Авторы
Сведения
Лицензия:
Опубликован:1 год назад
Обновлён:2 недели назад
ID проекта:
