mirror of
https://github.com/plexusorg/Module-NUSH.git
synced 2026-06-05 07:36:53 +00:00
Completed codebase
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Module-Example
|
||||
main: dev.plex.ExampleModule
|
||||
description: An example module for Plex
|
||||
version: 1.0
|
||||
name: Module-NUSH
|
||||
main: dev.plex.NUSHModule
|
||||
description: A module to prevent raids from new players
|
||||
version: 1.4-SNAPSHOT
|
||||
@@ -0,0 +1,8 @@
|
||||
# NUSH Configuration File #
|
||||
|
||||
server:
|
||||
# Should NUSH be enabled or disabled - this is also toggleable via the /nush command
|
||||
enabled: false
|
||||
|
||||
# How many minutes before a new player can chat with other players
|
||||
wait_time: 5
|
||||
Reference in New Issue
Block a user