Skip to content

Fork of leomelki/LoupGarou by TheOptimisticFactory

Notifications You must be signed in to change notification settings

TheOptimisticFactory/LoupGarou

 
 

Repository files navigation

Fork of leomelki/LoupGarou by TheOptimisticFactory

How to run the project

Plugin jar

Additional features compared to original plugin

As of today (2020/05/11), the original repository version is v1.1.0, released on 2020/04/07.

My repository includes the same content along with the following additions (each link contains screenshots):

  • fork v1.2.0 - Village composition showcase at the end of the game
  • fork v1.3.0 - Ability to set nicknames to players + GUI to configure roles and start game
  • fork v1.4.0 - Customizable memes messages at the start of the game + Highlight of the % of votes on a given player
  • fork v1.5.0 - Revamped scoreboard to avoid useless scoring + Server logs when a player dies or gets resurrected
  • fork v1.6.0 - Persisted round results for postgame analytics in CSV format
  • fork v1.7.0 - Ability to hide the scoreboard to enable role bluffing
  • fork v1.8.0 - Ability to randomize role attribution
  • fork v1.9.0 - Revamped command parser + revamped codebase to ease adding new roles
  • fork v1.10.0 - Added commands to showcase random distribution

Useful commands (for ops)

  • /lg joinAll to make everyone connected join the lobby
  • /lg start to start the game
  • /lg end to interrupt an ongoing game
  • /lg addSpawn to add a spawn-point on your EXACT position and look direction
  • /lg roles to get the list of currently active roles
  • /lg roles list to get the complete list of available roles
  • /lg roles set <role> <amount> to set the number of players for a given role
Additional commands compared to baseline repository:
  • /lg nick <username> <nickname> to set a nickname to a player
  • /lg unnick <username> to remove a nickname from a player
  • /lg random to list the probability to picking each role with a weight > 0
  • /lg random showAll to list the probability to picking each role (disregarding their weight)
  • /lg random players <amount> to set the number of players when using random role distribution

Additional features gallery

image

image

javaw_Nk1NdY7KXw

image

javaw_3n08F7Wy4V

image

Notes for compilation

About

Fork of leomelki/LoupGarou by TheOptimisticFactory

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%