Note: Updates will be done in form of Plugin Addons for
RedStonePvP
from now on!
REDSTONEPVP:
A RedStonePvP plugin for all your needs!, with a lot of customisation, all basic Mechanics, flexibility and its Lite!
FEATURES:
RedStone Drops: It comes with In-built RedStone drops, that can be Customised in the Configuration file of the Plugin. Drops include default and Priority Drops for certain Players with special Perk/Rank. Moreover it Spawns Particles whenever Player gets hit, that can also be Disabled/Enabled or Configured via Configuration file
In-Built Converter: It has in-built RedStone to Gold and Gold to RedStone Converter, that can also be Configured via Configuration file of the Plugin. It can be accessed through a GUI ( For reference) :
Essential Command(s): It includes Essential commands for RedStonePvP such as Spawn command, Set-Spawn command, Fix command, Fix all command (with Cooldowns and Permission(s)), Fly command(with Permission(s)) and Trash command.
Configuration File:
It took me lot of time to make this, so if you can just leave a review and like this resource, it'll really motivate me to make something like this again!
If you want Custom plugins for your Server. You can DM me on Discord:
YoursTruly#3252 , as i sometime do this stuff for free!
REDSTONEPVP:
A RedStonePvP plugin for all your needs!, with a lot of customisation, all basic Mechanics, flexibility and its Lite!

FEATURES:
RedStone Drops: It comes with In-built RedStone drops, that can be Customised in the Configuration file of the Plugin. Drops include default and Priority Drops for certain Players with special Perk/Rank. Moreover it Spawns Particles whenever Player gets hit, that can also be Disabled/Enabled or Configured via Configuration file
Spoiler: IMAGE
( Redstone drop on Player hit.)
( Redstone drop on Player hit.)
In-Built Converter: It has in-built RedStone to Gold and Gold to RedStone Converter, that can also be Configured via Configuration file of the Plugin. It can be accessed through a GUI ( For reference) :
Spoiler: GUI
( Converter Gui)
( Converter Gui)
Spoiler: IMAGES
(RedStone to Gold Converter)
(Gold to RedStone Converter)
(RedStone to Gold Converter)
(Gold to RedStone Converter)
Essential Command(s): It includes Essential commands for RedStonePvP such as Spawn command, Set-Spawn command, Fix command, Fix all command (with Cooldowns and Permission(s)), Fly command(with Permission(s)) and Trash command.
Spoiler: IMAGES
( SetSpawn Command)
( Spawn Command)
(Fix Command)
( Trash Command and Trash Gui)
( SetSpawn Command)
( Spawn Command)
(Fix Command)
( Trash Command and Trash Gui)
Code (Text):
Permission(s):
- RedStonePvP.prioritydroprate (Provides Player with Custom RedStone drops.)
- RedStonePvP.setspawn (Gives Player access to Set-Spawn.)
- RedStonePvP.fix (Grants Player access to /fix Command.)
- RedStonePvP.fixall (Grants Player access to /fix all Command.)
- RedStonePvP.fly (Gives Player access to /fly command.)
- RedStonePvP.prioritydroprate (Provides Player with Custom RedStone drops.)
- RedStonePvP.setspawn (Gives Player access to Set-Spawn.)
- RedStonePvP.fix (Grants Player access to /fix Command.)
- RedStonePvP.fixall (Grants Player access to /fix all Command.)
- RedStonePvP.fly (Gives Player access to /fly command.)
Code (YAML):
# ______ _______ _____ _______ _______ _______ _______ _______ ______ ___ ___ ______
# | __ \| ___|| \ | __||_ _|| || | || ___|| __ \| | || __ \
# | <| ___|| -- ||__ | | | | - || || ___|| __/| | || __/
# |___|__||_______||_____/ |_______| |___| |_______||__|____||_______||___| \_____/ |___|
#DEVELOPER: DecentlySkilled
#Version: x1.2
# Here you can configure all the settings of RedStonePvP Plugin.
#-------------------------------------------------------------------------------------------------------------#
#In-game settings that can be toggled from here:
Set-Player-GameMode-to-Adventure : true
Set-Player-Health-To-Max-On-Join : false
Set-Default-Kit-On-Respawn : true
#You can Enable/Disable Spawn and SetSpawn command(s) by setting this to either true or false:
Enable-Spawn-Command : true
Enable-SetSpawn-Command : true
#-------------------------------------------------------------------------------------------------------------#
#Set the RedStone drop rate here:
RedStoneDropRate : 1 #(Drop rate is set to 1 as Default.)
PriorityRedStoneDropRate : 2 #Extra Drop rate for Players with special Perk/Ranks.
#(To Enable Priority Drop rate, you have to provide the User with RedStonePvP.prioritydroprate permission.)
#-------------------------------------------------------------------------------------------------------------#
#You can configure Particles Spawned on Hitting Player here:
Spawn-RedStone-Particles-On-Hit : true
RedStone-Particles-On-Hit : 25
#Note: (To avoid lag, leave the Spawned Particles to its default value.)
#-------------------------------------------------------------------------------------------------------------#
#Redstone to Gold converter can be Configured here:
Amount-of-RedStone-to-Gold : 32
Amount-of-Gold-to-RedStone : 1
#You can change how much it cost a Player to convert RedStone to Gold.
Close-Inventory-On-Insufficient-Funds : true
#Closes Converter inventory on Insufficient Funds.
#-------------------------------------------------------------------------------------------------------------#
#You can change the Cooldowns of Fix command here:
Fix-Command-Cooldown : 5 #[Minute(s)]
Fix-All-Command-Cooldown : 10 #[Minute(s)]
#(Cooldowns time-units are Set to Minutes by default.)
#-------------------------------------------------------------------------------------------------------------#
#You can Enable/Disable Trash command here:
Enable-Trash-Command : true
#You can set the Size of the in-built Trash inventory here:
Trash-Inventory-Size : 54 #(Inventory Size number should be a multiple of 9.)
#-------------------------------------------------------------------------------------------------------------#
#Edit all in-game Messages sent to players here:
Messages:
BlockedCommandMessage : ' [&c&lRedStonePvP&f ] &cThis Command is disabled via Configuration File!'
SetSpawnMessage : ' [&c&lRedStonePvP&f ] &aSpawn-point set Successfully!'
PermissionErrorMessage : ' [&c&lRedStonePvP&f ] &cYou do not have required Permission to do this!'
InsufficientFundErrorMessage : ' [&c&lRedStonePvP&f ] &cYou do not have sufficient Funds to Initialize this Transaction!'
CoolDownMessage : ' [&c&lRedStonePvP&f ] &cYou must wait for ' #[Fix-Command-Cooldown/Fix-All-Command-Cooldown here.]
SuccessfulReapairMessage : ' [&c&lRedStonePvP&f ]&a Item (s ) repaired Successfully!'
# | __ \| ___|| \ | __||_ _|| || | || ___|| __ \| | || __ \
# | <| ___|| -- ||__ | | | | - || || ___|| __/| | || __/
# |___|__||_______||_____/ |_______| |___| |_______||__|____||_______||___| \_____/ |___|
#DEVELOPER: DecentlySkilled
#Version: x1.2
# Here you can configure all the settings of RedStonePvP Plugin.
#-------------------------------------------------------------------------------------------------------------#
#In-game settings that can be toggled from here:
Set-Player-GameMode-to-Adventure : true
Set-Player-Health-To-Max-On-Join : false
Set-Default-Kit-On-Respawn : true
#You can Enable/Disable Spawn and SetSpawn command(s) by setting this to either true or false:
Enable-Spawn-Command : true
Enable-SetSpawn-Command : true
#-------------------------------------------------------------------------------------------------------------#
#Set the RedStone drop rate here:
RedStoneDropRate : 1 #(Drop rate is set to 1 as Default.)
PriorityRedStoneDropRate : 2 #Extra Drop rate for Players with special Perk/Ranks.
#(To Enable Priority Drop rate, you have to provide the User with RedStonePvP.prioritydroprate permission.)
#-------------------------------------------------------------------------------------------------------------#
#You can configure Particles Spawned on Hitting Player here:
Spawn-RedStone-Particles-On-Hit : true
RedStone-Particles-On-Hit : 25
#Note: (To avoid lag, leave the Spawned Particles to its default value.)
#-------------------------------------------------------------------------------------------------------------#
#Redstone to Gold converter can be Configured here:
Amount-of-RedStone-to-Gold : 32
Amount-of-Gold-to-RedStone : 1
#You can change how much it cost a Player to convert RedStone to Gold.
Close-Inventory-On-Insufficient-Funds : true
#Closes Converter inventory on Insufficient Funds.
#-------------------------------------------------------------------------------------------------------------#
#You can change the Cooldowns of Fix command here:
Fix-Command-Cooldown : 5 #[Minute(s)]
Fix-All-Command-Cooldown : 10 #[Minute(s)]
#(Cooldowns time-units are Set to Minutes by default.)
#-------------------------------------------------------------------------------------------------------------#
#You can Enable/Disable Trash command here:
Enable-Trash-Command : true
#You can set the Size of the in-built Trash inventory here:
Trash-Inventory-Size : 54 #(Inventory Size number should be a multiple of 9.)
#-------------------------------------------------------------------------------------------------------------#
#Edit all in-game Messages sent to players here:
Messages:
BlockedCommandMessage : ' [&c&lRedStonePvP&f ] &cThis Command is disabled via Configuration File!'
SetSpawnMessage : ' [&c&lRedStonePvP&f ] &aSpawn-point set Successfully!'
PermissionErrorMessage : ' [&c&lRedStonePvP&f ] &cYou do not have required Permission to do this!'
InsufficientFundErrorMessage : ' [&c&lRedStonePvP&f ] &cYou do not have sufficient Funds to Initialize this Transaction!'
CoolDownMessage : ' [&c&lRedStonePvP&f ] &cYou must wait for ' #[Fix-Command-Cooldown/Fix-All-Command-Cooldown here.]
SuccessfulReapairMessage : ' [&c&lRedStonePvP&f ]&a Item (s ) repaired Successfully!'
If you want Custom plugins for your Server. You can DM me on Discord:
YoursTruly#3252 , as i sometime do this stuff for free!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
RedStonePvP ⭕ [Core Mechanics✴️ ] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 191 times (via Spigot). Download it and open it directly in the game.