Being able to create and modify existing constructs within Minecraft is fundamental to plugin creation.
This gives me the medium to use my real-life programming experience to create aspects of Minecraft whether it be private, servers or community projects that are functional in all aspects.
Here you can find any and all of my plugins and links to their source files and resources.
This gives me the medium to use my real-life programming experience to create aspects of Minecraft whether it be private, servers or community projects that are functional in all aspects.
Here you can find any and all of my plugins and links to their source files and resources.
|
A plugin for selecting biome specific blocks. These are variations of current blocks that change with the biome. It features a selective tree system for each biome, block, and block subset. Using the tool you can manipulate the biomes of blocks, or even large areas. There is also the ability to swap specific biomes given an area selection.
You can find the .jar file downloads and the source code below.
(Note: This work is held under an apache license 1.0, as such, the plugin is subject to the terms within it) |
|
|
This plugin allows users to apply for ranks, which are then rated by users with permissions to do so. The ratings are scored of 0-100 in criteria set within the config. An example of possible custom criteria is:
The default config options for criteria are:
The application logs the user's location and any user with permissions can teleport to the location to view a build relating to the application (for example). Another option is to log the location of the plot the user is currently in (Requires PlotSquared dependency). When a staff member (with permissions to approve) has reviewed the application and the ratings given they can approve or deny, ultimately resulting in either the rank being granted or not. The applications and ratings are logged either locally within the applications.yml file in the plugin folder or to a database, which can be configured within the applications.yml file too. As it stands, currently the only permissions plugin supported are PermissionsEx and LuckPerms. Similarly, the only plot plugin supported at the moment is PlotSquared. |
|
|
This plugin allows users to display ranks as a hoverable tag like this: [R] in order to see their respective ranks. It has integration with the discord API (DiscordSRV), ensuring there is no disruption with the messages sent to the discord server. Note that this requires the DiscordSRV plugin, which is automatically detected by RankViewer.
The plugin supports having multiple ranks, and can display them all in the hoverable tab. The order in which they are listed matched that of the permissions.yml file of PermissionsEx. It also supports all colour codes and text changes such as italics, bold, obfuscation ,etc The .jar files and more information can be found below |
|