*Not every plugin listed is exclusive. The last two are not unless you pay for them to be.
I'm selling exclusive rights (use for your server, resell them, whatever you want) to some of my plugins. They have never been released as resources and you get the source code with all of them. Support is offered at my discretion. If you have any questions, please PM me or ask me on Discord @ Joshua P.#2755.
BIN's will be fairly high because I want more auctioning rather than simply selling them like that. Overall, bidding will end 4/20/20 (April 20th, 2020).
I'm selling exclusive rights (use for your server, resell them, whatever you want) to some of my plugins. They have never been released as resources and you get the source code with all of them. Support is offered at my discretion. If you have any questions, please PM me or ask me on Discord @ Joshua P.#2755.
BIN's will be fairly high because I want more auctioning rather than simply selling them like that. Overall, bidding will end 4/20/20 (April 20th, 2020).
A more advanced version of JellyLegs, with support for effects, sounds, and messages. JellyLegs can also be toggled per user, and these settings persist across restarts. WorldGuard is also supported, and JellyLegs can be disabled per-region.
JellyLegs also comes with a semi-complete API, with JellyLegsToggleEvent and JellyLegsUseEvent. Not much is to be said about these events.
The code is quite old and WorldGuard support (might) be broken, but the odds of that are extremely low and I will gladly fix it if need be.
The default configs are fairly nice. All configs are as follows:
Not really any images to show; you can see the configs above.
SB: $10
BI: $2
BIN: $30
CB: SB (Ghast)
JellyLegs also comes with a semi-complete API, with JellyLegsToggleEvent and JellyLegsUseEvent. Not much is to be said about these events.
The code is quite old and WorldGuard support (might) be broken, but the odds of that are extremely low and I will gladly fix it if need be.
The default configs are fairly nice. All configs are as follows:
Empty!
Code:
# Help message. Edit as you wish.
help:
- ''
- '&5&lJellyLegs'
- ' &7- &d/jellylegs help'
- ' &7- &d/jellylegs reload'
- ' &7- &d/jellylegs version'
- ' &7- &d/jellylegs author'
- ' &7- &d/jellylegs toggle'
- ''
# Shows the plugin version. Placeholder is %version%.
version:
- ''
- '&5&lJellyLegs'
- ' &7- &dYour server is running &5&lJellyLegs &dv%version%!'
- ''
# Message sent when you reload the config.
reloaded:
- ''
- '&5&lJellyLegs'
- ' &7- &dThe plugin been reloaded!'
- ''
# A small credit to me.
# You can disable this in settings.yml.
author:
- ''
- '&5&lJellyLegs'
- ' &7- &dPlugin by &5CreeperCry&d!'
- ''
# Message to send when a player toggles jellylegs on.
toggled-on:
- ''
- '&5&lJellyLegs'
- ' &7- &dToggled &5&lJellyLegs &don!'
- ' &7- &dYou can no longer take fall damage.'
- ''
# Message to send when a player toggles jellylegs off.
toggled-off:
- ''
- '&5&lJellyLegs'
- ' &7- &dToggled &5&lJellyLegs &doff!'
- ' &7- &dYou can now take fall damage.'
- ''
# Message to send when fall damage is prevented.
# (of course, only if you have it toggled in settings.yml)
prevented-damage:
- ''
- '&5&lJellyLegs'
- ' &7- &dPrevented fall damage!'
- ''
# Message to send when a player doesn't have permission to do something.
no-permission:
- ''
- '&5&lJellyLegs'
- ' &7- &dSorry, but you don''t have permission to do that.'
- ''
# Message to send when the sender isn't a player.
must-be-player:
- ''
- '&5&lJellyLegs'
- ' &7- &dSorry, but you must be a player to do that.'
- ''
I have no recollection as to why I used this file over config.yml...
Code:
sound:
play-sound: true
sound: LEVEL_UP
effect:
play-effect: true
effect: SLIME
amount: 30
message:
send-message: false
hooks:
use-worldguard: false
worldguard:
disable-in-regions:
- 'ExampleRegion1'
- 'ExampleRegion2'
other:
disabled-commands:
- author
- version
Not really any images to show; you can see the configs above.
SB: $10
BI: $2
BIN: $30
CB: SB (Ghast)
FOR THE PEOPLE WHO WILL: THIS PLUGIN IS UNFINISHED AND WILL NOT FUNCTION ON YOUR SERVER. I AM NOT LIABLE IF YOU BID ANYWAYS AND CAN'T USE IT.
A mostly unfinished crates plugin (lacking animations and complete crate opening), originally was being made for a server plan of mine. No longer need it, and so I have no incentive to finish it. Would be cool to see a developer pick it up, finish it, and resell it.
This one's a bit bare-bones, with no images or complete configs to show, but I figured I'd list it anyways for a developer who wants a challenge.
The plugin is not meant to be a traditional crates plugin, but one where players place crates just about wherever they want, placing a chest which rises up in the air, does some other animations, spins a wheel (of holograms), slows down, and stops at a predetermined (random) reward, and gives it to them.
It's quite API-focused, lacking events but it is designed for developers to work off of. There are three different reward types: commands, items, and money. All are in the API and fall under the respective names of CommandReward, ItemReward, and MoneyReward. You can add your own by extending the Reward class. If the reward is amount-based, you can instead extend IntegerReward or DoubleReward. McMMO rewards were planned but never implemented. One change that might be smart is changing the RewardType enumeration to a list of classes that extend Reward to allow developers to add their own. The CommandRunType class is used to determine who should run the command for CommandRewards (specified in crates.yml when configuring crates). Its values consist of PLAYER, OPERATOR, and CONSOLE. PLAYER runs the command as a player normally would, OPERATOR runs the command from the player, but as an operator, and CONSOLE runs the command from console.
The crate command is fairly set up in that you can give crate keys (they use NBT data), but it is untested and messages are not set up in any way in this class or otherwise in the plugin.
Not much else to say other than again, it's incomplete. Bidding will be low on this one because of that.
SB: $8
BI: $2
BIN: $25
CB: N/A (N/A)
A mostly unfinished crates plugin (lacking animations and complete crate opening), originally was being made for a server plan of mine. No longer need it, and so I have no incentive to finish it. Would be cool to see a developer pick it up, finish it, and resell it.
This one's a bit bare-bones, with no images or complete configs to show, but I figured I'd list it anyways for a developer who wants a challenge.
The plugin is not meant to be a traditional crates plugin, but one where players place crates just about wherever they want, placing a chest which rises up in the air, does some other animations, spins a wheel (of holograms), slows down, and stops at a predetermined (random) reward, and gives it to them.
It's quite API-focused, lacking events but it is designed for developers to work off of. There are three different reward types: commands, items, and money. All are in the API and fall under the respective names of CommandReward, ItemReward, and MoneyReward. You can add your own by extending the Reward class. If the reward is amount-based, you can instead extend IntegerReward or DoubleReward. McMMO rewards were planned but never implemented. One change that might be smart is changing the RewardType enumeration to a list of classes that extend Reward to allow developers to add their own. The CommandRunType class is used to determine who should run the command for CommandRewards (specified in crates.yml when configuring crates). Its values consist of PLAYER, OPERATOR, and CONSOLE. PLAYER runs the command as a player normally would, OPERATOR runs the command from the player, but as an operator, and CONSOLE runs the command from console.
The crate command is fairly set up in that you can give crate keys (they use NBT data), but it is untested and messages are not set up in any way in this class or otherwise in the plugin.
Not much else to say other than again, it's incomplete. Bidding will be low on this one because of that.
SB: $8
BI: $2
BIN: $25
CB: N/A (N/A)
Simple flat world generator for the end, nothing special about it other than the fact that you can change the height in the config.
This one isn't exclusive, I'm willing to sell 5 copies of it, not too much going on with it.
No bidding for it either, just a BIN.
Not too much to show, but here are some images:
BIN: $5
Bought: 0/5 (N/A)
This one isn't exclusive, I'm willing to sell 5 copies of it, not too much going on with it.
No bidding for it either, just a BIN.
Not too much to show, but here are some images:
BIN: $5
Bought: 0/5 (N/A)
Less simple flat world generator for the end, with this one, land isn't 100% flat and looks half decent.
Again, this one isn't exclusive in any way, I would release it as a paid resource if Majored would approve it
. Considering that it hasn't gotten approved, it likely won't go up as a resource, so it'll likely remain fairly private.
No bidding for it either, just a BIN.
Again not too much to show, but here are some images anyways:
BIN: $6
Bought: 0/∞ (N/A)
Again, this one isn't exclusive in any way, I would release it as a paid resource if Majored would approve it
No bidding for it either, just a BIN.
Again not too much to show, but here are some images anyways:
BIN: $6
Bought: 0/∞ (N/A)
Last edited:
