RedstoneAPI by Redstonecrafter0
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- Source Code:
- https://github.com/Redstonecrafter0/RedstoneAPI
- Contributors:
- Redstonecrafter0
- Languages Supported:
- German
This plugin is used by most of my plugins and is required by them.
- redstoneapi.admin.notifyupdate: Get notified when a newer version is available
Code (YAML):update:
notify:
console: true # Log on console when a new version is available
adminjoin: true # Send to players with the notify permissions that a new version is available on join
Code (YAML):usermanager:
enabled: true # Enable or disable the usermanager
fetchonmissing: true # Get the user from the MojangAPI when the persistance is over or the player was not logged in before
persistance: 30 # persistance in days how long the stored playernames are valid
storage:
type: SQLITE # SQLITE or MYSQL | how to store the playernames and their uuids
mysql:
host: 'localhost'
port: 3306
database: 'redstoneapi'
username: 'redstoneapi'
password: 'redstoneapi'
sqlite:
name: 'redstoneapi.db' # filename
update:
notify:
console: true # Log on console when a new version is available
adminjoin: true # Send to players with the notify permissions that a new version is available on join
License: This plugin is licensed under AGPL3.
DON'T PUBLISH THIS PLUGIN AS YOURS.
But using and forking it is allowed while mentioning me and this plugin.
For support on this plugin like problems you might have or a suggestion join my Discord server.

RedstoneAPI 1.5
An API for most of my Plugins
Recent Updates
- A new version of RedstoneAPI is available v1.5 Oct 2, 2021
- A new version of RedstoneAPI is available v1.4.1 Jun 24, 2021
- A new version of RedstoneAPI is available v1.4 Jun 21, 2021