SimpleX [1.8 - 1.21] DISCONTINUED icon

SimpleX [1.8 - 1.21] DISCONTINUED -----

Add /fly, /heal, /setspawn and /spawn commands



Config and messages translation, English and Spanish in Github
Translations made by me


Links: Vault, EssentialsX

[​IMG]
Code (Text):

# ################################################################################## #
# +--------------------------------------------------------------------------------+ #
# |                                                                                | #
# |                                                                                | #
# |                                                   \  /                         | #
# |                     __          __        ___      \/                          | #
# |                    /__` | |\/| |__) |    |_        /\                          | #
# |                    .__/ | |  | |    |___ |___     /  \                         | #
# |                                                                                | #
# |                                                                                | #
# |                                                                                | #
# |      Youtube:    www.youtube.com/@davigamer1614                                | #
# |      Github:     https://github.com/BEAMONDO/Minecraft-Plugin-SimpleX          | #
# |                                                                                | #
# |                                                                                | #
# |                                                                                | #
# +--------------------------------------------------------------------------------+ #
# ################################################################################## #


#   help-message: enable or disable the command message "/sx help"
#   reload-message: enable or disable the command message "/sx reload"
#   version-message: enable or disable the command message "/sx version"
#   no-argument-message: enable or disable the command message "/sx" if it not have any argument
#   no-perm-message: enable or disable message when use a command and don`t have permission


#   spawn-message: enable or disable the command message "/spawn" and "/spawn <player>"
#   setspawn-message: enable or disable the command message "/setspawn"
#   pay-to-spawn: enable or disable the option to pay to spawn (if enable is necessary the plugin Vault)
#   spawn-price: amount to pay if use "/spawn" command if (pay-to-spawn) is enable


#   heal-message: enable or disable the command message "/heal" and "/heal <player>"
#   pay-to-heal: enable or disable the option to pay to heal (if enable is necessary the plugin Vault)
#   heal-price: amount to pay if use "/heal" command if (pay-to-heal) is enable


#   fly-message: enable or disable the command message "/fly" and "/fly <player>"
#   pay-to-fly: enable or disable the option to pay to fly (if enable is necessary the plugin Vault)
#   fly-price: amount to pay if use "/fly" command if (pay-to-fly) is enable


Config:
  help-message: true
  reload-message: true
  version-message: true
  no-argument-message: true
  no-perm-message: true
  spawn:
    setspawn-message: true
    spawn-message: true
    pay-to-spawn: false
    spawn-price: 1000
  heal:
    heal-message: true
    pay-to-heal: false
    heal-price: 1000
  fly:
    fly-message: true
    pay-to-fly: false
    fly-price: 1000

 

Code (Text):

Messages:
  help:
  - '&b<-----------------&aCOMMANDS&b----------------->'
  - '&e/sx help &7Show this message'
  - '&e/sx version &7Show plugin version'
  - '&e/sx reload &7Reload plugin'
  - '&e/setspawn &7Create a spawn'
  - '&e/spawn &7Teleport to spawn'
  - '&e/spawn <player> &7Teleport others to spawn'
  - '&e/heal &7Heal you'
  - '&e/heal <player> &7Heal player'
  - '&e/fly &7Enable or disable fly'
  - '&e/fly <player> &7Enable or disable fly to other player'
  reload:
  - '%plugin% &aThe plugin has been reloaded'
  version:
  - '%plugin% &aPlugin version: &b%version%'
  command-no-argument:
  - '%plugin% &fUse &e/sx help &fto see the command list'
  no-perm:
  - '%plugin% &cYou don`t have permission to use that command'
  console-error:
  - You can`t use that command in console
  spawn:
    setspawn:
    - '%plugin% &aSpawn has been placed'
    no-exist:
    - '%plugin% &cSpawn doesn`t exist'
    teleport:
    - '%plugin% &aYou teleported to spawn'
    no-money-to-teleport:
    - '%plugin% &cYou don`t have enough money to teleport to spawn'
    teleport-others:
    - '%plugin% &aYou teleport &6%target% &ato spawn'
    no-money-to-teleport-others:
    - '%plugin% &cYou don`t have enough money to teleport &6%target% &cto spawn'
  heal:
    heal:
    - '%plugin% &aYou have been healed'
    no-money-to-heal:
    - '%plugin% &cYou don`t have enough money to heal yourself'
    heal-others:
    - '%plugin% &aYou healed &6%target%'
    no-money-to-heal-others:
    - '%plugin% &cYou don`t have enough money to heal &6%target%'
  fly:
    enabled:
    - '%plugin% &aFly has been enabled'
    disabled:
    - '%plugin% &cFly has been disabled'
    enabled-others:
    - '%plugin% &aYou enable fly to &6%target%'
    disabled-others:
    - '%plugin% &cYou disable fly to &6%target%'
    no-enought-money:
    - '%plugin% &cYou don`t have enough money to fly'
    no-enought-money-others:
    - '%plugin% &cYou don`t have enough money to enable fly to &6%target%'


 
Resource Information
Author:
----------
Total Downloads: 218
First Release: Aug 30, 2023
Last Update: Sep 2, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings