-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.yml
More file actions
27 lines (26 loc) · 1.22 KB
/
Copy pathmodule.yml
File metadata and controls
27 lines (26 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
###############################################################################
# Simple In-game Receptionist (SIR) #
# Free Software | BitAspire.com #
# #
# WIKI: https://wiki.bitaspire.com/en/docs/sir #
# Discord: https://discord.gg/DC4Gqj3y5V #
###############################################################################
# Template used by external SIR modules.
# Copy this structure when packaging a custom module jar.
# Java entry point loaded by SIR for this module or provider.
main: com.example.plugin.modules.ModuleName
# Internal identifier used by SIR. Keep it stable once released.
name: ModuleName
# Display name shown to administrators and settings menus.
title: "&7Example Module"
# Short description shown in module or command listings.
description:
- "&7Example module descriptor used by the SIR module loader."
# Required SIR components that must load before this one.
depend:
- Core
- Chat
# Optional hooks loaded when the dependency is available.
soft-depend:
- Placeholders
- FancyMenu