Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsjustmiaouss/nextcommand
:gear: NextCommand adds many essential commands to your Minecraft server. The config file is easily editable!
https://github.com/itsjustmiaouss/nextcommand
bukkit java minecraft minecraft-plugin minecraft-plugins nextcommand paper paper-plugin plugin spigot spigot-plugin
Last synced: 2 months ago
JSON representation
:gear: NextCommand adds many essential commands to your Minecraft server. The config file is easily editable!
- Host: GitHub
- URL: https://github.com/itsjustmiaouss/nextcommand
- Owner: ItsJustMiaouss
- License: mit
- Created: 2023-06-21T16:35:06.000Z (over 1 year ago)
- Default Branch: 1.18.X
- Last Pushed: 2023-06-21T16:36:53.000Z (over 1 year ago)
- Last Synced: 2023-08-17T23:16:52.691Z (over 1 year ago)
- Topics: bukkit, java, minecraft, minecraft-plugin, minecraft-plugins, nextcommand, paper, paper-plugin, plugin, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextCommand
:gear: NextCommand adds many essential commands to your Minecraft server.
The config file is easily editable!- :white_check_mark: Useful commands
- :white_check_mark: Optimized! :tada:
- :white_check_mark: Easy to use!
- :white_check_mark: Custom features (sign edit...)
- :white_check_mark: Does not override the original controls## Getting Started
NextCommand needs the following prerequisites to run properly:
* **[Paper](https://papermc.io/)** (recommended) **or [Spigot](https://getbukkit.org/download/spigot)** (version >= 1.18.X).
* **Java 17** or higher (depending on your Minecraft version).
* Recommended: A permission manager plugin like [LuckPerms](https://luckperms.net/).> Note: The plugin must be compatible with versions between 1.13.X and 1.18.X.
## Installation
1. Download the latest version of NextCommand from the [releases](https://github.com/ItsJustMiaouss/NextCommand/releases/latest) page.
2. Put the downloaded file in your */plugins/* directory on your server.
3. Restart your server and perform the following commands to verify that the plugin has initialized correctly.```
/plugins and /nextcommand
```## Permissions
For this moment, the permission list is avaiable [here](https://github.com/ItsJustMiaouss/NextCommand/blob/1.18.X/src/main/java/com/itsjustmiaouss/nextcommand/utils/permissions/Permission.java).
> Note: All permissions starts with "nextcommand."
Example
```
BROADCAST("broadcast") # Permission is nextcommand.broadcast
```## Usage
A configuration file is automatically generated the first time you restart your server. It is located in this directory: */plugins/nextcommand/config.yml*. In this file, you can modify messages and configuration.
## Reporting an issue
If you find an issue, please [on one here](https://github.com/ItsJustMiaouss/NextCommand/issues).
## License
[MIT](https://github.com/ItsJustMiaouss/NextCommand/blob/master/LICENSE)