QisMoreCommands - Advanced Variable and String Manipulation Mod
✨ Features
- Complete Variable System - Create, read, update, and delete variables with persistence
- String Manipulation Tools - Join, case conversion, random generation, and more
- Chinese Number Conversion - 4 different formats including financial notation
- Permission Control - Requires OP level 2 to use commands
- World Seed Command - Easy seed retrieval and storage
🎮 Available Commands
/var
- Full variable management system/stringmaker
- Advanced string processing utilities/modsay
- Enhanced say command with variable support/getseed
- Get and store world seeds
🔧 Technical Details
- Supported Variable Types: int, string, boolean
- Storage: Persistent across game sessions
- Loader: Fabric
- Dependencies: Fabric API
📖 Usage Examples
/var new int score con 100
/stringmaker random letters result con 10
/modsay var result
### 中文版本:
```markdown
# QisMoreCommands - 高级变量和字符串操作模组
## ✨ 功能特色
- **完整变量系统** - 创建、读取、更新、删除变量,支持持久化存储
- **字符串处理工具** - 合并、大小写转换、随机生成等功能
- **中文数字转换** - 支持4种格式(包括财务大写)
- **权限控制** - 需要OP 2级权限使用命令
- **世界种子命令** - 方便获取和存储种子
## 🎮 可用命令
- `/var` - 完整的变量管理系统
- `/stringmaker` - 高级字符串处理工具
- `/modsay` - 支持变量的增强版say命令
- `/getseed` - 获取和存储世界种子
## 🔧 技术细节
- **支持的变量类型**: int, string, boolean
- **存储方式**: 跨游戏会话持久化
- **加载器**: Fabric
- **依赖项**: Fabric API
## 📖 使用示例
```bash
/var new int score con 100
/stringmaker random letters result con 10
/modsay var result
Links
Details
Licensed MIT
Published 3 days ago
Updated 2 days ago