Installation

1 - Drop the sql files

CREATE TABLE IF NOT EXISTS `MickyStudioDevZ_RecyclerSystem` (
  `id` INT NOT NULL AUTO_INCREMENT,
  `owner` VARCHAR(64) DEFAULT NULL,
  `x` DOUBLE NOT NULL,
  `y` DOUBLE NOT NULL,
  `z` DOUBLE NOT NULL,
  `heading` FLOAT NOT NULL DEFAULT 0,
  `energy` INT NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

2 - Move the folder for your ressources

3 - Add this in your server.cfg

ensure MickyStudioDevZ_RecyclerSystem

4 - Restart your server

5 - Enjoy 😄

Mis à jour