Skip to content

Duckulus/Bingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bingo


The first one to find 4 items in a line wins

A simple Bingo Plugin for Spigot 1.18.1

Preview

Preview

Commands

/board - Prints out the Bingo Board to the chat

/reroll - Rerolls all items on the Board

/forcestart - Skips the Cooldown before the game

/backpack - Opens the Team Backpack

/teamchat - Lets you chat with your Teammates

Building Locally

To build this Project on your local machine you need to have maven installed and added to your PATH

  1. Clone the Repository:

     git clone https://github.com/Duckulus/Bingo
    
  2. Move to the project directory:

     cd Bingo
    
  3. Build the Project using maven

     mvn clean package
    

This Puts the plugin jar into the ./target directory inside of the project

l10n

This Plugin features a Localization System which allows you to edit the game messages based on the users client language. To do so go into the localization folder inside the Plugins data directory (server/plugins/Bingo/localization) and edit the files. To add your own language you have to look up its Language Code. Inside the Localization Directory create a file called [code].yml and copy the contents of en_us.yml. Now you can translate it into your own language.

Contributions to the Plugins Native Languages(Currently only English and German) are also welcome. To Contribute, fork the project and add your language files here and follow the procedure described above. After that you can open a Pull request.

Other Information

Inspired by: HGLabor Bingo

Download: SpigotMC

About

A simple Bingo Plugin for Spigot 1.18

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages