Home›Java›Mods›Bandages - Create bandages, medkits, antidotes - Unlimited types - Fully customizable - & more!
ModsJava
Bandages - Create bandages, medkits, antidotes - Unlimited types - Fully customizable - & more!
- The plugin is 100% customizable, that means that you can edit every message that exists so don't worry about not having a custom server. <o/
- Easy to use! No more struggling to find out how the plugin works, almost everything can be done from in-game with some simple commands.
- You can add/remove potion effects so that you can, for example, create your own antidote that will remove every bad potion from the player.
- There are some cool animations that will make the plugin extremely interesting -no more boringness into the game-.
- Unlimited bandages/medkit/antidote types. Only your imagination will stop you from adding more and more, finally, you can enjoy without limits.
- Discord support is provided for everyone, you will get support in no time, either by me or by an experienced support member.
- Not seeing the feature that you always wanted? Not a problem, just let me know and I will add it in the plugin!
Commands
Here you will find every command linked with its permission. The commands are kept simple and fully customizable through the config files.
- /bandage - The main command. Shows up the other commands that you can use (bandages.command)
- /bandage give <player> <type> <amount> - Gives a player a bandage with a specified type and amount.
- /bandage types - Lists every type of bandage that you can use.
- /bandage create <item> <name> - Creates a bandage with a specified material and name. (Supports colorcodes).
- /bandage delete <type> - Deletes a specified bandage type. There's no undo for this.
Planned
This is the list of things that are planned to be added soon.
- Add recipes for bandages to be made.
- Anything else you want! Give me suggestions!
Images
Please note that some of the images are outdated.
Videos
Files
Code (YAML):
prefix
: '&f
[&7+&f
]'
general:
no-console : ' %prefix% &aOnly players can use this command.'
started-countdown : ' %prefix% &aThe healing process has started.'
ended-countdown : ' %prefix% &aThe healing process has ended.'
freeze : 'enable'
errors:
twice : ' %prefix% &aYou can not do that twice.'
air : ' %prefix% &aYou can not do that while in air.'
actionbar:
process-message : '&fHealing process : [&a %remaining%&c%passed%&f]'
remaining-symbol : '&a|'
passed-symbol : '&c|'
command:
no-permission : ' %prefix% &cYou are not allowed to do that.'
wrong-usage : ' %prefix% &aThe right usage is &f/bandage <give/types/create/delete>'
not-found : ' %prefix% &aThe requested type could not be found.'
suggestion : ' %prefix% &aAvailable suggestion: [&f%suggestion%&a]'
give:
wrong-usage : ' %prefix% &aThe right usage is &f/bandage give <player> <type> <amount>'
success : ' %prefix% &aSuccessfully gave a bandage type.'
player-null : ' %prefix% &aThe requested player could not be found.'
create:
wrong-usage : ' %prefix% &aThe right usage is &f/bandage create <item> <name>'
success : ' %prefix% &aSuccessfully created a bandage type.'
delete:
wrong-usage : ' %prefix% &aThe right usage is &f/bandage delete <name>'
success : ' %prefix% &aSuccessfully deleted a bandage type.'
types:
message : ' %prefix% &aThe current types are: &f%types%'
general:
no-console : ' %prefix% &aOnly players can use this command.'
started-countdown : ' %prefix% &aThe healing process has started.'
ended-countdown : ' %prefix% &aThe healing process has ended.'
freeze : 'enable'
errors:
twice : ' %prefix% &aYou can not do that twice.'
air : ' %prefix% &aYou can not do that while in air.'
actionbar:
process-message : '&fHealing process : [&a %remaining%&c%passed%&f]'
remaining-symbol : '&a|'
passed-symbol : '&c|'
command:
no-permission : ' %prefix% &cYou are not allowed to do that.'
wrong-usage : ' %prefix% &aThe right usage is &f/bandage <give/types/create/delete>'
not-found : ' %prefix% &aThe requested type could not be found.'
suggestion : ' %prefix% &aAvailable suggestion: [&f%suggestion%&a]'
give:
wrong-usage : ' %prefix% &aThe right usage is &f/bandage give <player> <type> <amount>'
success : ' %prefix% &aSuccessfully gave a bandage type.'
player-null : ' %prefix% &aThe requested player could not be found.'
create:
wrong-usage : ' %prefix% &aThe right usage is &f/bandage create <item> <name>'
success : ' %prefix% &aSuccessfully created a bandage type.'
delete:
wrong-usage : ' %prefix% &aThe right usage is &f/bandage delete <name>'
success : ' %prefix% &aSuccessfully deleted a bandage type.'
types:
message : ' %prefix% &aThe current types are: &f%types%'
Code (YAML):
types:
normal_bandage:
name : '&a&lNORMAL BANDAGE'
additional-health-amount : 2.5
item : 'PAPER;0'
countdown-time : 3
lore :
- '&aThis is a normal bandage,'
- '&aand gives you plus 2.5 health.'
actions :
- 'playermsg &f [&7+&f ] &aYou just got healed with a normal bandage.'
- 'playparticle HEART'
medkit:
name : '&a&lMEDKIT'
additional-health-amount : 20
item : 'CHEST;0'
countdown-time : 10
lore :
- '&aThis is a medkit, it fulls'
- '&ayour health. Although it takes 10 seconds'
- '&auntil the process is done. Also gives you regeneration.'
actions :
- 'consolecmd give %player_name% diamond'
- 'addpotion REGENERATION:30:0'
blindness_antidote:
name : '&a&lBLINDNESS ANTIDOTE'
additional-health-amount : 0
item : 'POTION;0'
countdown-time : 7
lore :
- '&aThis is the blindness antidote.'
- '&ait removes blindess from you if you have.'
- '&aTakes 7 seconds until done.'
actions :
- 'playercmd help'
- 'removepotion BLINDNESS'
normal_bandage:
name : '&a&lNORMAL BANDAGE'
additional-health-amount : 2.5
item : 'PAPER;0'
countdown-time : 3
lore :
- '&aThis is a normal bandage,'
- '&aand gives you plus 2.5 health.'
actions :
- 'playermsg &f [&7+&f ] &aYou just got healed with a normal bandage.'
- 'playparticle HEART'
medkit:
name : '&a&lMEDKIT'
additional-health-amount : 20
item : 'CHEST;0'
countdown-time : 10
lore :
- '&aThis is a medkit, it fulls'
- '&ayour health. Although it takes 10 seconds'
- '&auntil the process is done. Also gives you regeneration.'
actions :
- 'consolecmd give %player_name% diamond'
- 'addpotion REGENERATION:30:0'
blindness_antidote:
name : '&a&lBLINDNESS ANTIDOTE'
additional-health-amount : 0
item : 'POTION;0'
countdown-time : 7
lore :
- '&aThis is the blindness antidote.'
- '&ait removes blindess from you if you have.'
- '&aTakes 7 seconds until done.'
actions :
- 'playercmd help'
- 'removepotion BLINDNESS'
Terms Of Use
- You are not allowed to claim this plugin as your own.
- You are not allowed to redistribute/resell this plugin or parts of it/of its code.
- You are not allowed to modify or change anything in the code/plugin.yml.
- Do not report bugs in the reviews section. You will get no support in there.
![[IMG]](http://proxy.spigotmc.org/ebd49558c590ebe6fe59a88f632cbdaf3ddc9779?url=https%3A%2F%2Fi.imgur.com%2FeZodhiH.png)
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.
Bandages - Create bandages, medkits, antidotes - Unlimited types - Fully customizable - & more! is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 2,980 times (via Spigot). Download it and open it directly in the game.
![[IMG]](http://proxy.spigotmc.org/40064225e6f77ec5c1760dde610184fccfe81d28?url=https%3A%2F%2Fi.imgur.com%2FvH92wYK.png)
![[IMG]](http://proxy.spigotmc.org/c52795721fc317e0162facef70db4d609837b666?url=https%3A%2F%2Fi.imgur.com%2FIwKnpmE.png)
![[IMG]](http://proxy.spigotmc.org/e819c91e3a3e87f28d42493bef9c3bf0bef2f21f?url=https%3A%2F%2Fi.imgur.com%2FEBcdLyX.png)