Page cover image

▫️MINEXON 1.0.3 (Plugin)

MINEXON 1.0.3 PLUGIN

MINEXON 1.0.3

Download

Please check if your MySQL server is open before anything else. If it is closed to the outside, open it, otherwise the plugin will not work.

Enter the MySQL information that your website is connected to. If you do not remember this information, you can learn from your site's files /main/includes/php/config.php file.

KEY
VALUE
host

IP address of your MySQL server

port

Port of your MySQL server (Default: 3306)

database

MySQL database name

username

MySQL username

password

MySQL password

config.yml
# MySQL Information
mysql:
  host: 'localhost'
  port: 3306
  database: 'database'
  username: 'username'
  password: 'password'

# You can choose the ready language file for your server.
# Default: en_US, tr_TR
locale: 'en_US'

# Command processing system.
send-command:
  # Status
  status: false
  # Command processing system control interval, in seconds.
  interval: 5

# Caching interval. The lower the value, the more load your server may be.
cache-interval-seconds: 60

# Server to be used in Web Store, Web Cheest and Command processing system.
server-id: 1

Permissions:

  • /credit - minexon.commands.credit.see

  • /credit see - minexon.commands.credit.see

  • /credit see <player> - minexon.commands.credit.see

  • /credit set <player> <amount> - minexon.commands.credit.set

  • /credit send <player> <amount> - minexon.commands.credit.send

  • /credit add <player> <amount> - minexon.commands.credit.add

  • /credit remove <player> <amount> - minexon.commands.credit.remove

  • /credit top - minexon.commands.credit.top

  • /webchest - minexon.commands.webchest

  • /webshop - minexon.commands.webshop

  • /minexon reload - minexon.commands.minexon.reload

  1. minexon.commands.credit.see

  2. minexon.commands.credit.send

  3. minexon.commands.credit.top

  4. minexon.commands.webchest

  5. minexon.commands.webshop

Last updated

Was this helpful?