Adyeshach
SpigotMC
玄易同志
2024-12-25
资源介绍

知识点:
- kether 语言 基于javascript的一个适用于taboolib家族或者依赖taboolib的插件 相关教程链接 https://www.yuque.com/sacredcraft/kether/action-start 适合相当编程大佬 AI智能体入口:https://www.coze.cn/store/agent/7452464752456286234?bot_id=true 适合喜欢用AI的用户
- Adyeshach 文件夹布局
├── core ······················· 核心文件
│ ├── description ············ 描述目录 ········· 不可修改
│ │ ├── entity_meta.desc
│ │ ├── entity_meta-unused.desc
│ │ └── entity_types.desc
│ ├── lang ··················· 语言文件
│ │ └── zh_CN.yml
│ ├── block_height.json ······ 方块高度数据 ······ 不可修改
│ └── config.yml ············· 主要配置文件
├── editor ····················· 编辑器配置目录
│ └── controller.yml ········· 预设控制器文件
├── npc ························ 虚拟实体储存目录
│ ├── controller ············· 自定义控制器目录 ······ 默认没有,需自行创建
│ │ └── def.yml
│ ├── traits ················· 特性储存目录
│ │ ├── command.yml
│ │ ├── patrol.yml
│ │ ├── title.yml
│ │ └── view-condition.yml
│ └── trash ·················· 回收站 ··········· 默认没有,自动创建
├── skin ······················· 皮肤储存目录 ······ 默认没有,需自行创建
│ ├── upload ················· 皮肤上传目录 ······ 默认没有,需自行创建
│ │ └── steve.png
│ └── steve ·················· 皮肤缓存文件 ······ 上传成功后自动生成
└── kether.yml ················· Kether 配置文件 - Usage: /adyeshach
├── script
│ ├──run <file> [<viewer>] [<args>]
│ ├── stop [<file>]
│ ├──list
│ ├──reload
│ ├──debug
│ ├──containers
│ ├──invoke <script>
├──api
│ ├──migrate <plugin>
│ ├──uploadSkin <file> [<model>]
│ ├──debug
│ ├──refresh
│ ├──create <type> <id> [<action>]
│ ├──remove [<id>] [<action>]
│ ├──rename <id> <new-id>
│ ├──tp [<id>]
│ │ ├──here
│ │ ├──to <world> <x> <y> <z> [<yaw>] [<pitch>]
│ ├──move <id>
│ │ ├──here
│ │ ├──to <x> <y> <z>
│ ├──look <id>
│ │ ├──here
│ │ ├──like
│ │ ├──with <yaw> <pitch>
│ │ ├──to <x> <y> <z>
│ ├──passenger <id>
│ │ ├──add <other-id>
│ │ ├──remove <other-id>
│ │ ├──reset
│ ├──clone <id> [<new-id>]
│ ├──edit [<id>] [<action>]
│ ├──undo [<uuid>]
│ ├──list
│ ├──reload 官方资源
- 官方文档首页 🌐 https://kether.tabooproject.org/
- 动作语句大全 🌐 https://kether.tabooproject.org/list.html
- 在线运行环境 🌐 [URL='https://kether.tabooproject.org/playground.html']https://kether.tabooproject.org/playground.htm[/URL]
- 官方教程原文 https://plugins.ptms.ink/plugin/adyeshach/start/command/entity/create
作者信息
玄易同志
这位作者很懒,什么都没写~