# Luminus
**Repository Path**: LuminusPlugins/Luminus
## Basic Information
- **Project Name**: Luminus
- **Description**: Just a plugin of Luminus.
Based on TabooLib and TabooLib SDK.
- **Primary Language**: Unknown
- **License**: CC0-1.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-07-26
- **Last Updated**: 2025-08-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Bukkit, Minecraft, essentials, LuminusPlugins
## README
A heavyweight, noob-wrote and bad performance essential plugin.
中文
> 这是一个代码newfag的作品,如有差错或不符合规范的部分请多多指教(Issues)和指正(Pull Requests)~
### 开始
将你下载(或编译)的 Luminus 直接放在 plugins 文件夹里即可使用。
(你可能需要添加以下 JVM 参数:
```batchfile
-Dcom.sun.net.ssl.checkRevocation=false -Djava.security.debug=ssl -Djavax.net.ssl.trustStoreType=Windows-ROOT -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
```
我也不知道为啥要加,反正加完就没报错了)
### 功能
- [ ] 传送系统
- [ ] 玩家实用工具
- [ ] 管理命令
- [ ] 部分原版指令覆写
- [x] 私聊/回复
- [x] 经济系统 (Vault)
- [ ] 各种杂项指令
- [ ] ...还没想好
### 致谢
- Bukkit 团队
- TabooLib 团队
- 贡献者(无)
### 覆写的原版指令
- [x] /gamemode
- [x] /help (自定义)
- [x] /time (以及添加/day /night /midnight)
- [ ] /weather (以及添加/sunny /rain /thunder)
- [x] /whisper (以及添加回复 /reply)
- [ ] /plugins (可禁用)
- [ ] /ban、/pardon
- [ ] /kick
- [ ] /list
- [ ] /me
- [ ] /say
- [x] /teleport (以及添加/tpa /tpdeny /tpaccept)
- [ ] /clear (五分钟内可以/clear undo)
因为原版/kill、/give选择器非常之好用(ess的选择器直接没写 只能筛选实体类型)所以没覆写