Watch
1
0
Fork
You've already forked Core
0
Plugin for Cuberite that implements default commands and some additional functionality
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-29 00:20:24 +00:00
tests Added a CircleCI check by CuberitePluginChecker. 2016-10-19 14:01:10 +02:00
.gitignore Updated the ignore list. 2014-10-18 21:13:37 +02:00
banlist.lua Added banlist.lua again 2017-08-21 04:25:24 -05:00
chat.lua Added /say cmd (#188) 2017-06-09 17:28:38 +02:00
circle.yml CI: Install luasec before luasocket. 2016-11-12 11:49:53 +01:00
clear.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
console.lua Fix ranking by console 2026-08-25 06:11:38 +00:00
CONTRIBUTORS Add CONTRIBUTORS file and update LICENSE 2017-08-21 09:37:18 +01:00
difficulties.lua Merge pull request #200 from williamhatcher/remove-semicolons 2017-08-23 21:02:37 +01:00
do.lua Fixed command syntax inconsistencies 2015-10-17 01:23:28 +03:00
effect.lua Prevent effect crashes 2017-02-23 04:44:47 +02:00
enchant.lua Fixed command syntax inconsistencies 2015-10-17 01:23:28 +03:00
functions.lua Cache UUIDs in the rank manager and on joins to implement offline ranking 2026-08-25 06:11:38 +00:00
give.lua Use cItem.m_LoreTable in give 2017-08-20 00:16:19 +01:00
gm.lua Fixed command syntax inconsistencies 2015-10-17 01:23:28 +03:00
help.lua Implemented advanced help command. 2014-10-05 15:02:23 +02:00
Info.lua Add aliases from Extras 2026-08-29 00:20:24 +00:00
itemrepair.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
kick.lua Fixed command syntax inconsistencies 2015-10-17 01:23:28 +03:00
kill.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
LICENSE Add CONTRIBUTORS file and update LICENSE 2017-08-21 09:37:18 +01:00
list.lua Added table sort to /plugins and /list 2014-08-05 20:06:08 +02:00
main.lua Cache UUIDs in the rank manager and on joins to implement offline ranking 2026-08-25 06:11:38 +00:00
me.lua Fixed command syntax inconsistencies 2015-10-17 01:23:28 +03:00
motd.lua Updated motd.lua 2015-10-21 22:16:48 +02:00
onbreakplaceblock.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
ondisconnect.lua Removed the AddMessage function 2014-12-11 19:26:23 +01:00
onjoin.lua Cache UUIDs in the rank manager and on joins to implement offline ranking 2026-08-25 06:11:38 +00:00
onkilling.lua Fixed banning for death in hardcore mode. 2015-11-26 23:02:29 +01:00
plugins.lua Updated in-game /plugins command. 2015-04-26 20:29:44 +02:00
portal-worlds.lua Fixed command syntax inconsistencies 2015-10-17 01:23:28 +03:00
ranks.lua Check if players are equal based on UUID and not username 2026-08-25 09:47:28 +00:00
README.md Merge pull request #198 from cuberite/basicsummon 2017-08-21 14:33:25 +01:00
regen.lua Fixed command syntax inconsistencies 2015-10-17 01:23:28 +03:00
save-reload-stop.lua Disable real functionality of save-reload-stop.lua 2026-08-25 06:11:24 +00:00
seed.lua Added seed command 2016-09-10 19:55:48 +02:00
spawn.lua Fix spawn command 2017-08-29 00:01:02 +03:00
sqlite.lua Implemented UUID-based banlist and IP banning. 2014-09-08 15:53:54 +02:00
summon.lua Fix summon command so behaviour is similar to vanilla. 2017-08-21 10:08:28 +01:00
teleport.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
tell.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
time.lua Fixed command syntax inconsistencies 2015-10-17 01:23:28 +03:00
viewdistance.lua Fixed type errors found with the CuberitePluginChecher. 2016-10-06 22:32:15 +02:00
weather.lua Renamed MCServer to Cuberite. 2016-01-01 21:38:12 +01:00
web_chat.lua Gave JavaScript its semicolons back 2017-08-21 04:47:58 -05:00
web_manageserver.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
web_permissions.lua Added group restrictions to the webadmin editor. 2015-04-25 19:39:52 +02:00
web_playerranks.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
web_players.lua Merge branch 'master' into WebAdmin 2014-09-29 20:27:31 +02:00
web_plugins.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
web_ranks.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
web_serversettings.lua Allow managing the spawn protection radius from the World web admin page. 2015-02-03 12:13:30 +00:00
web_utils.lua Moved useful web-related functions to a separate file. 2014-08-10 22:07:38 +02:00
web_weather.lua Consistency in capitalisation. 2014-10-22 15:23:52 +01:00
web_whitelist.lua Whitelist: Fixed webadmin timestamp display. 2014-11-25 14:15:17 +01:00
whitelist.lua Removed unnecessary semicolons 2017-08-21 04:17:14 -05:00
worldlimiter.lua Fixed WorldLimiter jitter 2016-04-18 23:49:56 +03:00

Implements some of the basic commands needed to run a simple server.

Commands

General

Command Permission Description
/ban core.ban Bans a player.
/clear core.clear Clears the inventory of a player.
/deop core.rank Add a player to the default rank.
/difficulty core.difficulty Changes the difficulty level of the world you're located in.
/do core.do Runs a command as a player.
/effect core.effect Adds an effect to a player.
/enchant core.enchant Adds an enchantment to a specified player's held item.
/gamemode core.changegm Changes a player's gamemode.
/give core.give Gives an item to a player.
/help core.help Shows available commands.
/ienchant core.enchant.self Adds an enchantment to an item.
/item core.item Gives your player an item.
/kick core.kick Kicks a player.
/kill core.kill Kills a player.
/list core.list Shows a list of connected players.
/listranks core.listranks Shows a list of the available ranks.
/me core.me Broadcasts what you are doing.
/motd core.motd Shows the message of the day.
/op core.rank Add a player to the administrator rank.
/plugins core.plugins Shows a list of the plugins.
/portal core.portal Moves your player to a different world.
/r core.tell Replies to the latest private message you recieved.
/rank core.rank Shows or sets a player's rank.
/regen core.regen Regenerates a chunk.
/reload core.reload Reloads all plugins.
/save-all core.save-all Saves all worlds.
/say core.say Sends a message in the chat to other players.
/seed core.seed Shows the seed of the given world name or current world, if not given.
/setspawn core.setspawn Changes the world's spawn point.
/spawn core.spawn Returns a player to the spawn point.
/stop core.stop Stops the server.
/sudo core.sudo Runs a command as a player, ignoring permissions.
/summon core.summon Summons an entity in the world.
/tell core.tell Sends a private message to a player.
/time Sets or displays the time.
/time add core.time.set Adds a given value to the current time.
/time day core.time.set Sets the time to day.
/time night core.time.set Sets the time to night.
/time query daytime core.time.query.daytime Displays the current time.
/time query gametime core.time.query.gametime Displays the amount of time elapsed since start.
/time set core.time.set Sets the time to a given value.
/toggledownfall core.toggledownfall Toggles the weather between clear skies and rain.
/tp core.teleport Teleports your player to another player.
/unban core.unban Unbans a player.
/unsafegive core.give.unsafe Gives an item to a player, even if the item is blacklisted.
/unsafeitem core.item.unsafe Gives your player an item, even if the item is blacklisted.
/viewdistance core.viewdistance Changes your view distance.
/weather core.weather Changes the world's weather.
/whitelist Manages the whitelist.
/whitelist add core.whitelist Adds a player to the whitelist.
/whitelist list core.whitelist Shows a list of all players on the whitelist.
/whitelist off core.whitelist Turns whitelist processing off.
/whitelist on core.whitelist Turns whitelist processing on.
/whitelist remove core.whitelist Removes a player from the whitelist.
/worlds core.worlds Shows a list of all the worlds.

Permissions

Permissions Description Commands Recommended groups
core.ban /ban
core.changegm Allows players to change gamemodes. /gamemode admins
core.clear /clear
core.difficulty /difficulty
core.do /do
core.enchant Allows players to add an enchantment to a player's held item. /enchant admins
core.enchant.self Allows players to add an enchantment to their own held item. /ienchant admins
core.give Allows players to give items to other players. /give admins
core.give.unsafe Allows players to give items to other players, even if the item is blacklisted. /unsafegive none
core.help /help
core.item Allows players to give items to themselves. /item admins
core.item.unsafe Allows players to give items to themselves, even if the item is blacklisted. /unsafeitem none
core.kick /kick
core.kill /kill
core.list /list
core.listranks /listranks
core.me /me
core.motd /motd
core.plugins /plugins
core.portal /portal
core.rank /rank, /op, /deop
core.regen /regen
core.reload /reload
core.save-all /save-all
core.say /say
core.seed /seed
core.setspawn /setspawn
core.spawn /spawn
core.stop /stop
core.sudo /sudo
core.summon /summon
core.teleport /tp
core.tell /r, /tell
core.time.query.daytime Allows players to display the time of day. /time query daytime everyone
core.time.query.gametime Allows players to display how long the world has existed. /time query gametime
core.time.set Allows players to set the time of day. /time night, /time day, /time set, /time add admins
core.toggledownfall Allows players to toggle the weather between clear skies and rain. /toggledownfall admins
core.unban /unban
core.viewdistance /viewdistance
core.weather Allows players to change the weather. /weather admins
core.whitelist Allows players to manage the whitelist. /whitelist off, /whitelist list, /whitelist remove, /whitelist on, /whitelist add admins
core.worlds /worlds