Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
fuzeblocks edited this page Sep 29, 2023 · 2 revisions

Cconomy-database Bukkit/Spigot Plugin Wiki

Welcome to the official wiki for Cconomy-database, a powerful Bukkit/Spigot plugin designed for Minecraft servers.

Table of Contents

  1. Introduction
  2. Key Features
  3. How to Use
  4. Installation
  5. Configuration
  6. Contribution
  7. License

Introduction

Manage in-game currency effortlessly with Cconomy-database. This plugin is designed to provide administrators and players with intuitive commands and features for effective money management on Minecraft servers.

Key Features

  • Database Integration: ๐ŸŒ Seamlessly connects to databases for secure and efficient storage of player financial data.
  • Player Finances Administration: ๐Ÿ’ผ Administer player finances with commands like add, set, and remove, granting you control over in-game currency.
  • Check Balances: ๐Ÿ’ฐ Empower players to monitor their own balances or view the wealth of others with a straightforward command.
  • Graphical User Interface: ๐Ÿ“Š Access a user-friendly menu for streamlined money management, enhancing the player experience.
  • Permission-Based Security: ๐Ÿ›ก๏ธ Ensure secure usage by implementing permission-based access to critical commands.
  • Exception Handling: ๐Ÿš€ Built-in exception handling guarantees stability, even in the face of potential database errors.
  • Customizable Commands: ๐Ÿ”ง Tailor the plugin to suit your server's needs with a range of customizable commands and permissions.

How to Use

  • Check your balance: /money solde
  • Administer player finances: /money add/set/remove <player> <amount>
  • Open the management menu: /money menu
  • View another player's balance: /money view <player>

Installation

  1. Download the plugin from Releases.
  2. Place the plugin JAR file into your Bukkit/Spigot server's "plugins" folder.
  3. Restart or reload your server.

Configuration

Edit the config.yml file to customize the plugin settings:

Database:
  host: "127.0.0.1"
  username: "root"
  password: ""
  databasename: "Cconomy"
  port: 3306

Config:
  defaultmoney: 100.0 # Must be a double
  Language: 1 # 1 == EN_US and 2 == EN_FR

Adjust the values according to your server's needs.

Contribution

If you want to contribute to this project, feel free to fork the repository and submit a pull request. Any contributions are highly appreciated! ๐Ÿ™Œ

License

This project is licensed under the MIT License.

Elevate your server management experience with Cconomy-database. Download now and take control of your virtual economy! ๐Ÿš€