Skip to content

Thromax/BasicCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

(EN) English

Just a simple toolkit designed to be as flexible and customizable as possible. You can always contribute by creating a ticket, tickets can be about adding new functionality or fixing issues or typos.

Also, you can always download BasicCommands on the BasicCommands CurseForge page or by using the releases menu.

Commands

Command Description
heal [player] Heals player
feed [player] Feeds player

gm (survival|creative|adventure|spectator)

gm <0|1|2|3>

Sets player's gamemode

dawn

day

dusk

night

Changes time on current world
back Teleports players to their last death location

Permissions

Permission Description Default Children
bc.all.* Gives players full access to everything within the plugin. op

bc.heal.*

bc.feed.*

bc.gm.*

bc.time.*

bc.back.*

bc.heal.* Allows players to heal themselves and others using /heal. op bc.heal.self
bc.heal.self Allows players to heal themselves using /heal. op
bc.feed.* Allows players to feed themselves and others using /feed. op bc.feed.self
bc.feed.self Allows players to feed themselves using /feed. op
bc.gm.* Allows players to set their own and other players' gamemode to any value using /gm. op bc.gm.any
bc.gm.any Allows players to change to any gamemode using /gm. op

bc.gm.survival

bc.gm.creative

bc.gm.adventure

bc.gm.spectator

bc.gm.survival Allows players to change to survival mode using /gm. op
bc.gm.creative Allows players to change to creative mode using /gm. op
bc.gm.adventure Allows players to change to adventure mode using /gm. op
bc.gm.spectator Allows players to change to spectator mode using /gm. op
bc.time.* Allows players to set time to any hour using BasicCommands time commands. op

bc.time.dawn

bc.time.day

bc.time.dusk

bc.time.night

bc.gm.dawn Allows players to set time to dawn using /dawn. op
bc.gm.day Allows players to set time to day using /day. op
bc.gm.dusk Allows players to set time to dusk using /dusk. op
bc.gm.night Allows players to set time to night using /night. op
bc.back.* Allows players to return to their last death location using /back ignoring time limits. op bc.back.limited
bc.back.limited Allows players to return to their last death using /back during the period established BasicCommands settings. true

Config.yml Placeholders

You can fully customise your config.yml file by using console-compatible chat colors and supported placeholders.

Placeholder Description
%sender% Placeholder for command sender's player name.

(Only on compatible configurations)

%target% Placeholder for current target.

(Only on compatible configurations)

This can be various things (specified per configuration) such as a player's name, gamemode, location or world.

%black% Color placeholder equivalent to §0
%dark_blue% Color placeholder equivalent to §1
%dark_green% Color placeholder equivalent to §2
%dark_aqua% Color placeholder equivalent to §3
%dark_red% Color placeholder equivalent to §4
%dark_purple% Color placeholder equivalent to §5
%gold% Color placeholder equivalent to §6
%gray% Color placeholder equivalent to §7
%dark_gray% Color placeholder equivalent to §8
%blue% Color placeholder equivalent to §9
%green% Color placeholder equivalent to §a
%aqua% Color placeholder equivalent to §b
%red% Color placeholder equivalent to §c
%pink% Color placeholder equivalent to §d
%yellow% Color placeholder equivalent to §e
%white% Color placeholder equivalent to §f
%bold% Text formatting placeholder equivalent to §l
%random% Text formatting placeholder equivalent to §k
%strike% Text formatting placeholder equivalent to §m
%underline% Text formatting placeholder equivalent to §n
%italic% Text formatting placeholder equivalent to §o