▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/GobangGameMC
GobangGameMC

GobangGameMC

This is a plugin that allows you to play a game called GobangGame or five-in-a-row inside of minecraft

Оцените первым
33
1

GobangGame MC

!Release !MIT Licence

This is a Minecraft Bukkit Server plugin version of GobangGame
See GobangGame for the original desktop program made by me

Description

A Minecraft plugin that brings the classic game of Gobang (Five in a Row) into Minecraft with beautiful GUI interfaces and multiplayer support.

Installation

For server owners

  1. Download the latest GobangGameMC.jar from Github Release page or the Modrinth Versions page
  2. Place the JAR file in your server's plugins/ folder
  3. Restart your server
  4. Players can now use /gobanggame to play!

🎮 Commands

CommandDescriptionPermission
/gobanggameOpen main menugobanggame.use
/ggAlias for /gobanggamegobanggame.use
/gobanggame invite <player>Invite a player to playgobanggame.invite
/gobanggame accept <player>Accept an invitationgobanggame.accept
/gobanggame deny <player>Deny an invitationgobanggame.use
/gobanggame quitLeave current gamegobanggame.use
/gobanggame helpShow help menugobanggame.use

📖 How to Play

Starting a game:

  1. Type /gobanggame to open the main menu
  2. Click "Create New Game" to invite a player
  3. Select a player from the online list
  4. They'll receive an invitation notification
  5. Once they accept, the game begins!

Game rules:

  • Black goes first, White goes second
  • Players take turns placing their pieces
  • Connect 5 pieces in a row to win (horizontal, vertical, or diagonal)
  • You have 60 seconds per move
  • If the board fills completely, it's a draw

Game interface:

  • Top 5 rows: 15x15 game board (showing first 45 slots)
  • Bottom row: Game information and controls
  • Turn Indicator: Shows whose turn it is (black/white dye)
  • Quit Button: Red barrier to leave the game

⚙️ Configuration

After first run, a config.yml file will be created in plugins/GobangGameMC/:

# Gobang Game Configuration
version: 1.0

# Game Settings
game:
  turn-time: 60          # Seconds per turn
  board-size: 15         # Size of the board (15x15)
  max-games: 10          # Maximum concurrent games
  
# Invitations
invitations:
  timeout: 300           # 5 minutes in seconds
  max-pending: 5         # Max pending invites per player
  
# Performance
performance:
  autosave-interval: 300 # Save games every 5 minutes
  cleanup-interval: 600  # Clean up old data every 10 minutes

🧩 Permissions

PermissionDescriptionDefault
gobanggame.useUse main commandstrue
gobanggame.inviteInvite playerstrue
gobanggame.acceptAccept invitationstrue
gobanggame.adminAdmin commandsop

🔧 Troubleshooting

Common Issues:

  1. Plugin won't enable:
  • Ensure you're using Java 21 or higher
  • Check server logs for errors
  • Verify plugin.yml is correctly formatted
  1. Commands not working:
  • Type /reload confirm to reload plugins
  • Check that you have the required permissions
  • Ensure you're using Minecraft 1.21.11+
  1. GUI not opening:
  • Make sure you're a player (not console)
  • Check for inventory conflicts with other plugins
  1. Win detection not working:
  • Verify you have 5 pieces in a straight line
  • Check server logs for win detection errors

🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

🙏 Acknowledgments

  • Mojang for Minecraft
  • SpigotMC for the plugin API
  • PaperMC for server optimizations

📞 Support

  • Issues: GitHub Issues
  • Email: hanruericqiu@gmail.com

🎮 Game Preview


[Player1] invited you to play Gobang!
Use /gobanggame accept Player1 to accept

══════════════════════════════════════
Player1 defeated Player2
in a game of Gobang!
══════════════════════════════════════

Enjoy playing Gobang in Minecraft! 🎮⚫⚪

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Ссылки

Детали

Лицензия:
Опубликован:5 месяцев назад
Обновлён:5 месяцев назад
Главная