Данные могли устареть: источник временно недоступен, показан кэш.

Slotsmachine
A plugin slotsmachine for having fun using vault
- Загрузки
- 673
- Подписчики
- 4
- Обновлён
- 16 мая 2025 г.
- Лицензия
- GPL-3.0-only
Опубликован 3 января 2025 г.
Description
SlotsMachine is a lightweight and optimized slot machine plugin for your Minecraft server that brings Vegas-style excitement with a Minecraft twist! This plugin features a beautifully designed GUI slot machine with familiar Minecraft materials as symbols.
⚠️ IMPORTANT DISCLAIMER This plugin is intended for entertainment purposes only within Minecraft servers The developer is not responsible for any misuse, gambling addiction, or real-money transactions Server owners must ensure compliance with their local laws and regulations regarding gambling Not recommended for servers with primarily young players Use this plugin responsibly and consider implementing playing limits The developer does not endorse or promote real gambling activities
🎰 Key Features
- Intuitive GUI-based slot machine with animated spins
- Minecraft-themed symbols (Diamond, Gold, Emerald, etc.)
- Configurable betting limits and multipliers
- Fair and weighted probability system
- Vault economy integration
- Particle and sound effects for an immersive experience
- Admin commands for easy management
- Optimized performance with minimal server impact
- Command block support for automated gameplay
- Button/lever integration for physical casino setups
- Set different bet amounts for different buttons/levers
💎 Symbol Multipliers
- Diamond: 100x
- Gold: 50x
- Emerald: 25x
- Iron: 10x
- Copper: 5x
- Coal: 3x
- Redstone: 2x
🛠️ Setup
- Make sure you have Vault and an economy plugin installed
- Drop the plugin in your plugins folder
- Restart your server
- Configure betting limits and multipliers in config.yml if desired
- Set up physical slot machines using buttons or levers around your server
📜 Commands
/slots <amount> - Open the slot machine and place a bet
/slots help - View multipliers and betting information
/slots <player> <amount> - Start a slot machine for another player (from console or command block)
/slotadmin reload - Reload the configuration
/slotadmin stats - View current machine settings
/slotblock register <betAmount> - Register a button/lever as a slot machine
/slotblock unregister - Unregister a button/lever
/slotblock info - View information about a registered button/lever
⚙️ Permissions
gamblingmachine.use - Allow players to use the slot machine (default: true)
gamblingmachine.admin - Access to admin commands (default: op)
💡 Configuration Fully configurable through config.yml:
- Minimum and maximum betting limits
- Symbol multipliers
- Probability weights
- Sound effects and volumes
- Custom messages
- Interactive blocks stored in separate configuration file
🔒 Security Features
- Protected inventory interactions
- Secure random number generation
- Safe economy transactions
- Anti-exploit measures
- Only admins can register or unregister physical slot machines
- Protected registered blocks from being broken by non-admins
📦 Dependencies
- Vault
- Any economy plugin compatible with Vault
🎮 Recommended Server Settings
- Consider setting reasonable daily/weekly betting limits
- Monitor player behavior for signs of excessive use
- Implement cooldown periods between uses
- Display responsible gaming messages
- Keep betting amounts balanced with your server's economy
- Create themed casino areas with physical slot machines using buttons/levers
🏗️ Casino Building Ideas
- Create slot machine rows with buttons at different bet levels
- Build VIP areas with higher-bet machines
- Use command blocks for automated jackpot announcements
- Design redstone contraptions that activate when players win
This plugin is perfect for server owners looking to add an entertaining and fair gambling system to their economy-based servers. The code is optimized for performance and reliability, ensuring a smooth experience for both players and server resources.
❗ Final Notice
By downloading and using this plugin, you acknowledge that you are responsible for its implementation and usage on your server. The developer provides this as-is and bears no responsibility for any misuse or consequences arising from its implementation.
💝 Support Development If you find this plugin useful, consider:
- Follow us in Modrinth
- Rating the plugin
- Sharing with other server owners
For support:
Join our Discord community - https://discord.gg/NJVHMSMR6m
Made with ❤️ for the Minecraft community
Ченджлог
1.3.6Релиз1.21.3, 1.21.4, 1.21.5 · 16 мая 2025 г.
SlotsMachine v1.3.6 - Bug Fix Update
🐛 Bug Fixes
- Critical Fix: Resolved issue where players closing the slot machine inventory during animation lost money without seeing results
- Fixed bug where exiting slot machine during spin prevented win/loss determination
- Ensured players always receive appropriate win/loss notification even when closing inventory early
- Fixed economic transaction issues related to prematurely closed slot games
🎰 Slot Machine Improvements
- Added proper result handling when players exit during active spins
- Improved player experience by always showing final results regardless of inventory state
- Enhanced win/loss notification delivery to ensure players always know their outcome
- Maintained consistent economy handling for all slot machine sessions
🚀 Additional Improvements
- Enhanced player experience by ensuring complete gameplay cycle
- Improved reliability of slot machine rewards distribution
- Added graceful handling of unexpected player actions
- Ensured consistent economy management regardless of player behavior
Discord Support: https://discord.gg/NJVHMSMR6m
1.3.5Релиз1.21.3, 1.21.4, 1.21.5 · 1 мая 2025 г.
SlotsMachine v1.3.5 - Bug Fix Update
🐛 Bug Fixes
- Critical Fix: Resolved issue where slot machine results were inconsistent with visual display
- Fixed scenarios where three matching symbols would incorrectly result in a loss
- Fixed cases where non-matching symbols would incorrectly result in a win
- Ensured visual representation always matches winning/losing determination
🎰 Slot Machine Improvements
- Added proper delay between spin completion and win/loss determination
- Improved animation timing to ensure all slots properly display final results
- Enhanced player experience with more consistent win/loss feedback
🔧 Technical Changes
- Improved slot machine animation logic
- Added synchronization between visual results and win calculations
- Fixed race condition in slot spin completion
🚀 Additional Improvements
- Enhanced overall slot machine reliability
- Smoother transition between spinning and results display
- More consistent player experience when using slot machines
Discord Support: https://discord.gg/NJVHMSMR6m
1.3Релиз1.21.3, 1.21.4, 1.21.5 · 9 апреля 2025 г.
SlotsMachine v1.3.0 - Multilingual Update
🌍 Added Multilingual Support
- New Languages: Added support for 7 languages:
- 🇬🇧 English (Default)
- 🇩🇪 German (Deutsch)
- 🇮🇩 Indonesian (Bahasa Indonesia)
- 🇯🇵 Japanese (日本語)
- 🇨🇳 Chinese (中文)
- 🇪🇸 Spanish (Español)
- 🇫🇷 French (Français)
- 🇷🇺 Russian (Русский)
🛠️ New Features
- Language Command: Added
/slotlangcommand to change your preferred language - Per-Player Settings: Each player can set their own language independently
- Persistent Preferences: Your language choice is remembered between server restarts
- Admin Controls: Server owners can set a default language in config.yml
💬 Command Usage
/slotlang- Shows available languages and your current language/slotlang <language>- Changes your language (e.g.,/slotlang defor German)
🔄 Configuration Updates
# In config.yml
settings:
default-language: "en" # Set server default language code
🚀 Optimization
- Efficient language caching system
- Minimal memory footprint
- No impact on existing features
🐛 Bug Fixes
- Fixed minor text formatting issues
- Improved message consistency
- Enhanced player feedback messages
📝 Note for Server Admins: After updating, language files will be automatically created in the plugin directory. You may customize these files to adjust translations if needed.
Thank you for using SlotsMachine! We hope this update makes the plugin more accessible to your players around the world! 🌎
For support, join our Discord: https://discord.gg/NJVHMSMR6m
1.2Релиз1.21.3, 1.21.4, 1.21.5 · 8 апреля 2025 г.
Added
- Support for command blocks to run slot machines with format
/slots <player> <amount>
- Physical slot machine functionality using buttons or levers
- New command
/slotblock register <betAmount>
to register a button/lever as a slot machine
- New command
/slotblock unregister
to remove a button/lever from slot machine registry
- New command
/slotblock info
to view details about registered interactive blocks
- Protection system for registered interactive blocks (only admins can break them)
- New configuration file
interactive_blocks.yml
to store all interactive block locations
- Support for different bet amounts on different physical slot machines
Changed
- Enhanced SlotMachineCommand to accept player parameter for console/command block usage
- Updated plugin.yml to version 1.2.0
- Improved player feedback messages when using buttons/levers
Fixed
- Optimized resource usage for better performance
- Enhanced security measures to prevent exploitation
1.0Релиз1.21.2, 1.21.3, 1.21.4 · 3 января 2025 г.
GamblingMachine - Changelog v1.0.0
🎉 Initial Release
✨ Core Features
- Implemented fully functional GUI-based slot machine system
- Added secure random number generation for fair gameplay
- Integrated Vault economy support
- Created animated spinning mechanism with sound effects
💰 Economy & Betting
- Added configurable minimum and maximum betting limits
- Implemented 7 different symbols with unique multipliers:
- Diamond (100x)
- Gold (50x)
- Emerald (25x)
- Iron (10x)
- Copper (5x)
- Coal (3x)
- Redstone (2x)
- Added weighted probability system for balanced gameplay
🎮 Commands
- Added
/slots <amount>command for players - Added
/slots helpfor multiplier information - Implemented admin commands:
/slotadmin reload/slotadmin stats
⚙️ Configuration
- Added comprehensive config.yml with customizable:
- Betting limits
- Symbol multipliers
- Probability weights
- Sound settings
- Custom messages
🎨 Visual & Audio
- Added spinning animation with progressive speed
- Implemented win/lose particle effects
- Added configurable sound effects
- Created custom GUI border design
🛡️ Security & Protection
- Added inventory protection system
- Implemented secure transaction handling
- Added permission system:
gamblingmachine.usegamblingmachine.admin
📋 Requirements
- Minecraft 1.21
- Vault
- Economy plugin (any Vault-compatible)
This is the first stable release of GamblingMachine. Please report any bugs or issues you encounter. Your feedback is valuable for future improvements!
Комментарии
Загружаем…