BasicThings [1.19-1.21] icon

BasicThings [1.19-1.21] -----

Everything essential for your server.



Commands:
  • /basicthings reload - Reloads the plugin configuration.
  • /setspawn - Sets your current location as the spawn point.
  • /spawn - Teleports you to the specified spawn point.
  • /setwarp <Warp Name> - Sets your current location as a warp point with the given name.
  • /delwarp <Warp Name>: Allows you to delete a previously created warp point.
  • /warp <Warp Name> - Teleports you to the warp point with the specified name.
  • /vanish - Toggles invisibility mode for yourself or a specified player, preventing other players from seeing you.
  • /fly - Toggles flying mode for yourself or a specified player.
  • /god - Toggles god mode for yourself or a specified player.
  • /heal - Heals yourself or a specified player.
  • /feed - Feeds yourself or a specified player.
  • /enderchest - Opens your own or a specified player's ender chest.
  • /invsee - Opens your own or a specified player's inventory.
  • /broadcast <message> - Broadcasts your message to the server.
  • /chat clear - Clears the chat.
  • /chat enable - Enables the chat.
  • /chat disable - Disables the chat.
  • /back: Teleports you to the location where you last died.
  • /walkspeed <1.0-10.0>: Allows you to change your walking speed.
  • /flyspeed <1.0-10.0>: Allows you to change your flying speed.
  • /msg <player> - Send a private message to a specific player.
  • /msgtoggle - Toggle the ability to receive private messages.
  • /sethome - Set a teleportation point for your home.
  • /delhome - Delete the teleportation point for your home.
  • /home - Teleport to your home teleportation point.
Permissions:
  • basicthings.reload - Allows the use of /basicthings reload to reload the plugin.
  • basicthings.setspawn - Allows the use of /setspawn to set your current location as the spawn point.
  • basicthings.spawn - Allows teleportation to the specified spawn point using the /spawn command.
  • basicthings.setwarp - Allows setting a warp point at your current location using the /setwarp command.
  • basicthings.warp - Allows teleportation to a specified warp point using the /warp command.
  • basicthings.vanish - Allows toggling invisibility mode using the /vanish command.
  • basicthings.vanish.other - Allows toggling invisibility mode for other players using the /vanish <player> command.
  • basicthings.fly - Allows toggling flying mode using the /fly command.
  • basicthings.fly.other - Allows toggling flying mode for other players using the /fly <player> command.
  • basicthings.god - Allows toggling god mode using the /god command.
  • basicthings.god.other - Allows toggling god mode for other players using the /god <player> command.
  • basicthings.heal - Allows healing yourself using the /heal command.
  • basicthings.heal.other - Allows healing other players using the /heal <player> command.
  • basicthings.feed - Allows feeding yourself using the /feed command.
  • basicthings.feed.other - Allows feeding other players using the /feed <player> command.
  • basicthings.enderchest - Allows opening your own ender chest using the /enderchest command.
  • basicthings.enderchest.other - Allows opening the ender chest of other players using the /enderchest <player> command.
  • basicthings.invsee - Allows opening your own inventory using the /invsee command.
  • basicthings.invsee.other - Allows opening the inventory of other players using the /invsee <player> command.
  • basicthings.broadcast - Allows you to broadcast messages using the /broadcast command.
  • basicthings.chat.clear - Allows you to clear the chat using the /chat clear command.
  • basicthings.chat.disable - Allows you to disable the chat using the /chat disable command.
  • basicthings.chat.enable - Allows you to enable the chat using the /chat enable command.
  • basicthings.chat.bypass - Allows you to speak in chat even when it's disabled.
  • basicthings.delwarp: Allows you to delete a previously created warp point using the /delwarp <Warp Name> command.
  • basicthings.back: Allows you to teleport to the location where you last died using the /back command.
  • basicthings.walkspeed: Allows you to change your walking speed using the /walkspeed <1.0-10.0> command.
  • basicthings.flyspeed: Allows you to change your flying speed using the /flyspeed <1.0-10.0> command.
  • basicthings.msg - Permission to use /msg <player> command.
  • basicthings.msgtoggle - Permission to use /msgtoggle command.
  • basicthings.sethome - Permission to use /sethome command.
  • basicthings.delhome - Permission to use /delhome command.
  • basicthings.home - Permission to use /home command.
Supported Versions: 1.19 to 1.21

Language Support: English

Support Discord: https://discord.gg/b9mvNGRxRn
Donation Link: Buy Me a Coffee

Code (YAML):
Plugin-Language : EN
Plugin-Prefix
: '&6BasicThings &8» '
Broadcast-Prefix
: '&7 [&6Broadcast&7 ] '
# If this setting is enabled, it asks for permissions to use commands in the plugin.
# If this setting is disabled, it does not ask for permissions to use commands in the plugin.
Require-Permission
: true
# If this setting is enabled, it will teleport players entering the server for the first time to the first spawn point you specify.
# The next time they enter, they will be teleported to the normal spawn point you specify.
# If this setting is not enabled, new players will be teleported to the normal spawn point you set.
Teleport-New-Player-To-First-Spawn
: false
# When this setting is enabled, when the player enters the server, they will be in their last location.
# If this setting is not enabled, the player will be teleported to the spawn point when they enter the server.
Teleport-Player-To-Last-Location-When-Joined
: true
# Place where the player will respawn upon death at the top.
# Bed: When a player dies, if they have a bed, they respawn at their bed if not the respawn priority shifts to the following option.
# Home: When a player dies, if the player has set a home using the /sethome command, they respawn at their home if not the respawn priority shifts to the following option.
# Spawn: When a player dies, they respawn at the spawn point regardless of whether they have a bed or home. If they don't have a spawn point, the respawn priority shifts to the following option.
Player-Respawn-Priority
:
- Bed
- Home
- Spawn
Code (YAML):
Languages:
  EN
:
    No-Permission
: '&cYou don''t have permission to use this command!'
    SetSpawn-Command
: '&aSpawn point set.'
    Nether-SetSpawn-Command
: '&aNether spawn point set.'
    End-SetSpawn-Command
: '&aEnd spawn point set.'
    Spawn-Command
: '&aTeleported to spawn.'
    Reload-Command
: '&aPlugin reloaded.'
    Player-First-Join
: '&e [&a+&e ] &a %player% &ejoined the server for the first time.'
    Player-Join
: '&e [&a+&e ] &a %player% &ejoined the server.'
    Player-Leave
: '&e [&c-&e ] &a %player% &eleft the server.'
    Fly-Command-Enabled
: '&eFly mode is &aenabled.'
    Fly-Command-Disabled
: '&eFly mode is &cdisabled.'
    Target-Player-Fly-Command-Enabled
: '&a %target_player% &efly mode is &aenabled.'
    Target-Player-Fly-Command-Disabled
: '&a %target_player% &efly mode is &cdisabled.'
    Feed-Command
: '&eYou have been satisfied.'
    Target-Player-Feed-Command
: '&a %target_player% &ehas been satisfied.'
    Heal-Command
: '&eYou have been healed.'
    Target-Player-Heal-Command
: '&a %target_player% &ehas been healed.'
    God-Command-Enabled
: '&eGod mode &aenabled.'
    God-Command-Disabled
: '&eGod mode &cdisabled.'
    Target-Player-God-Command-Enabled
: '&a %target_player% &egod mode &aenabled.'
    Target-Player-God-Command-Disabled
: '&a %target_player% &egod mode &cdisabled.'
    Vanish-Command-Enabled
: '&eInvisible mode &aenabled.'
    Vanish-Command-Disabled
: '&eInvisible mode &cdisabled.'
    Target-Player-Vanish-Command-Enabled
: '&a %target_player% &einvisible mode &aenabled.'
    Target-Player-Vanish-Command-Disabled
: '&a %target_player% &eIinvisible mode &cdisabled.'
    SetWarp-Command
: '&a %warp% &eteleportation point has been set.'
    SetWarp-Command-Usage
: '&eUsage : &a/setwarp <Warp Name>'
    DelWarp-Command
: '&a %warp% &eteleportation point has been deleted.'
    DelWarp-Command-Usage
: '&eUsage : &a/delwarp <Warp Name>'
    DelWarp-Warp-Not-Found
: '&a %warp% &eteleportation point not found!'
    Warp-Command
: '&eTeleported to &a %warp%!'
    Warp-Not-Found
: '&a %warp% &eteleportation point not found!'
    Warp-Command-Usage
: '&eUsage : &a/warp <Warp Name>'
    Target-Player-EnderChest-Command
: '&a %target_player%''s &eEnder Chest is opening.'
    Target-Player-Invsee-Command
: '&a %target_player%''s &eInventory is opening.'
    Chat-Enabled-Announce
: '&eChat enabled by &a %chat_enabler%.'
    Chat-Disabled-Announce
: '&eChat disabled by &a %chat_disabler%.'
    Chat-Disabled
: '&cChat is disabled right now. You can''t type.'
    Chat-Cleared
: '&eChat cleaned by &a %chat_cleaner%.'
    Chat-Usage
: '&eUsage : &a/chat <clear/enable/disable>'
    FlySpeed-Command-Usage
: '&eUsage : &a/flyspeed <1.0-10.0>'
    FlySpeed-Command
: '&eFly speed has been set %speed_number%.'
    WalkSpeed-Command-Usage
: '&eUsage : &a/walkspeed <1.0-10.0>'
    WalkSpeed-Command
: '&eWalk speed has been set %speed_number%.'
    Back-Command-Not-Found
: '&cYou don''t have death location.'
    Back-Command
: '&eYou teleported to your last death location.'
    Message-Command-Usage
: '&eUsage : &a/msg <player> <message>'
    Message-Player-is-Offline
: '&a %player% &eis offline.'
    Message-Send
: '&e [&aMSG&e ] &aYou &7-> &a %target%: &7%message%'
    Message-Receive
: '&e [&aMSG&e ] &a %sender% &7-> &aYou: &7%message%'
    Message-Target-Dont-Take-Message
: '&eThe player is not receiving private messages.'
    Message-Toggle-Message-Enabled
: '&ePrivate message receiving is &aenabled.'
    Message-Toggle-Message-Disabled
: '&ePrivate message receiving is &cdisabled.'
    SetHome-Command
: '&eHome set.'
    Home-Command
: '&eYou teleported home.'
    Home-Not-Found
: '&cHome not found.'
    DelHome-Command
: '&eHome deleted.'
    DelHome-Not-Found
: '&eYou already don''t have home.'
Resource Information
Author:
----------
Total Downloads: 378
First Release: Jun 13, 2024
Last Update: Jun 21, 2024
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings