ModsJava
Venus Pouches [OUTDATED]
Discord: PREMIUM PLUGIN ✨ Venus Pouches ✨ FEATURES No Limit - add unlimited pouches Modifiable - you can change everything Commands - add commands to…
⬇ Download on Spigot
PREMIUM PLUGIN
✨ Venus Pouches ✨
✨ Venus Pouches ✨
FEATURES
COMING SOON
- No Limit - add unlimited pouches
- Modifiable - you can change everything
- Commands - add commands to a pouch
- Messages- add commands to a pouch
- Broadcasts- add commands to a pouch
- Random Amounts - generates random amounts
- GUI - see all pouches in a gui
COMING SOON
PERMISSION
- venuspouches.*
COMMANDS
- /pouch giveall <pouch> <amount> - Give every player online a custom pouch.
- /pouch give <player> <pouch> <amount> - Give a selected player a specifik pouch.
- /pouch sgive <player> <pouch> <amount> - Give a pouch silent to a player.
- /pouch list - See all pouches.
- /pouch gui - Open the gui where you See all pouches and can claim them.
- /pouch reload - Reload all config‘s.
Spoiler: Images
Spoiler: default.yml
#Placeholders:
# %player% displays the player name
# %type% shows the pouch ID
# %min% is the min random amount
# %max% is the max random amount
# %random% is a random number between * %min% - %max% *
# %prefix% shows the plugin prefix from config.yml
Animation : "noAnimation"
Item :
# the id must be the same as the file name
ID : "default"
#display name from the item
Name : "&6&lVENUS POUCH &7(&fMoney&7)"
# material from pouch
Material : "CHEST"
# data from the pouch
Data : 1
# if item should glow
Glow : false
# lore from the pouch
Lore :
- ""
- "&6Economy : &fTokens"
- "&6Max : &f%max%"
- "&6Min : &f%min%"
- ""
- "&7(( &fRight-Click &7to redeem ))"
-
Redeem:
Commands :
- "eco give %player% %random%"
- "say %player% this is a second command!"
Messages :
- "%prefix% &aYou have redeemed a token pouch! &7(&f%random%&7)"
- "&fThis is a second message"
Broadcast :
- "&bThis is a broadcast"
Title:
enabled : true
title : "&9&lDEFAULT &7(&fPouch&7)"
subtitle : "&6%random% Tokens"
fadeIn : 15
stay : 15
fadeOut : 15
Random:
Max : 1000000
Min : 10000
Code (YAML):
#Placeholders:
# %player% displays the player name
# %type% shows the pouch ID
# %min% is the min random amount
# %max% is the max random amount
# %random% is a random number between * %min% - %max% *
# %prefix% shows the plugin prefix from config.yml
Animation : "noAnimation"
Item :
# the id must be the same as the file name
ID : "default"
#display name from the item
Name : "&6&lVENUS POUCH &7(&fMoney&7)"
# material from pouch
Material : "CHEST"
# data from the pouch
Data : 1
# if item should glow
Glow : false
# lore from the pouch
Lore :
- ""
- "&6Economy : &fTokens"
- "&6Max : &f%max%"
- "&6Min : &f%min%"
- ""
- "&7(( &fRight-Click &7to redeem ))"
-
Redeem:
Commands :
- "eco give %player% %random%"
- "say %player% this is a second command!"
Messages :
- "%prefix% &aYou have redeemed a token pouch! &7(&f%random%&7)"
- "&fThis is a second message"
Broadcast :
- "&bThis is a broadcast"
Title:
enabled : true
title : "&9&lDEFAULT &7(&fPouch&7)"
subtitle : "&6%random% Tokens"
fadeIn : 15
stay : 15
fadeOut : 15
Random:
Max : 1000000
Min : 10000
Spoiler: particle.yml
#Placeholders:
# %player% displays the player name
# %type% shows the pouch ID
# %min% is the min random amount
# %max% is the max random amount
# %random% is a random number between * %min% - %max% *
# %prefix% shows the plugin prefix from config.yml
# Name of the animation for the pouch
Animation : "Particle"
# Block which places when starting an animation
Animation-Block : "ENDER_CHEST"
Item :
# the id must be the same as the file name
ID : "particle"
#display name from the item
Name : "&d&lPARTICLE POUCH &7(&fMoney&7)"
# material from pouch
Material : "INK_SACK"
# data from the pouch
Data : 9
# if item should glow
Glow : true
# lore from the pouch
Lore :
- ""
- "&dEconomy : &fMoney"
- "&dMax : &f%max%"
- "&dMin : &f%min%"
- ""
- "&7(( &fRight-Click &7to redeem ))"
-
Redeem:
Commands :
- "eco give %player% %random%"
Messages :
- "%prefix% &aYou have used a particle pouch! &7(&f$%random%&7)"
Broadcast :
- "%prefix% &a%player% has won &f$%random% &afrom an &f%type% pouch!"
Title:
enabled : true
title : "&d&lPARTICLE &7(&fPouch&7)"
subtitle : "&a%random% money"
fadeIn : 15
stay : 15
fadeOut : 15
Hologram:
display:
enabled : true
line-1 : "&d&lPARTICLE POUCH"
line-2 : "&fopening %player%"
Random:
Max : 1000000
Min : 10000
Code (YAML):
#Placeholders:
# %player% displays the player name
# %type% shows the pouch ID
# %min% is the min random amount
# %max% is the max random amount
# %random% is a random number between * %min% - %max% *
# %prefix% shows the plugin prefix from config.yml
# Name of the animation for the pouch
Animation : "Particle"
# Block which places when starting an animation
Animation-Block : "ENDER_CHEST"
Item :
# the id must be the same as the file name
ID : "particle"
#display name from the item
Name : "&d&lPARTICLE POUCH &7(&fMoney&7)"
# material from pouch
Material : "INK_SACK"
# data from the pouch
Data : 9
# if item should glow
Glow : true
# lore from the pouch
Lore :
- ""
- "&dEconomy : &fMoney"
- "&dMax : &f%max%"
- "&dMin : &f%min%"
- ""
- "&7(( &fRight-Click &7to redeem ))"
-
Redeem:
Commands :
- "eco give %player% %random%"
Messages :
- "%prefix% &aYou have used a particle pouch! &7(&f$%random%&7)"
Broadcast :
- "%prefix% &a%player% has won &f$%random% &afrom an &f%type% pouch!"
Title:
enabled : true
title : "&d&lPARTICLE &7(&fPouch&7)"
subtitle : "&a%random% money"
fadeIn : 15
stay : 15
fadeOut : 15
Hologram:
display:
enabled : true
line-1 : "&d&lPARTICLE POUCH"
line-2 : "&fopening %player%"
Random:
Max : 1000000
Min : 10000
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- 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.
Venus Pouches [OUTDATED] is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 1,506 times (via Spigot). Download it and open it directly in the game.
