项目作者: HmmHmmmm

项目描述 :
Ultimate quest plugin
高级语言: PHP
项目地址: git://github.com/HmmHmmmm/QuestPlugin.git
创建时间: 2020-03-11T06:11:31Z
项目社区:https://github.com/HmmHmmmm/QuestPlugin

开源协议:GNU General Public License v3.0

下载


QuestPlugin

Language English

Ultimate quest plugin, create quest has unlimited And can create many forms

download QuestPlugin.phar dev https://poggit.pmmp.io/ci/HmmHmmmm/QuestPlugin/QuestPlugin

1

English

  1. You must install the plugin
  2. - Slapper
  3. this plugin will work

Download the plugin Slapper Click here

Features of plugin

  • Is a plugin to create quests using Event
  • support database Yaml and SQLite
  • Have language thai and english (You can edit the language you don’t like at, plugin_data/QuestPlugin/language)

How to use

Command

  • /quest : open gui form

Event

  • breakblock (Break Block)
  • placeblock (Place Block)
  • kill_entity (Kill living things)
  • kill_player (Kill players)
  • trading (Trading#Please hold item.)
  • online (Online)

Config

  1. #thai=ภาษาไทยนะจ้ะ
  2. #english=English language
  3. #You can edit in plugin_data/QuestPlugin/language
  4. language: english
  5. #yml=Yaml, Information will be in plugin_data/QuestPlugin/quest.yml
  6. #sqlite=SQLite3, Information will be in plugin_data/QuestPlugin/quest.sqlite3
  7. questdata-database: sqlite
  8. #yml=Yaml, Information will be in plugin_data/QuestPlugin/account
  9. #sqlite=SQLite3, Information will be in plugin_data/QuestPlugin/players.sqlite3
  10. playerdata-database: yml
  11. slapper-update: 10
  12. slapper-type: Human
  13. #It is now not unusable.
  14. #MySQL-Info:
  15. #Host: 127.0.0.1
  16. #User: Admin
  17. #Password: Admin
  18. #Database: QuestPlugin
  19. #Port: 3306

Permissions

  1. /*
  2. *
  3. * Command /quest it can be typed by everyone.
  4. *
  5. */
  6. quest.command.info:
  7. default: op
  8. quest.command.list:
  9. default: true
  10. quest.command.remove:
  11. default: true
  12. quest.command.add:
  13. default: op
  14. quest.command.data:
  15. default: false
  16. quest.command.data.gui:
  17. default: op
  18. quest.command.data.event:
  19. default: op
  20. quest.command.data.create:
  21. default: op
  22. quest.command.data.remove:
  23. default: op
  24. quest.command.data.list:
  25. default: op
  26. quest.command.data.setlimit:
  27. default: op
  28. quest.command.data.addlimit:
  29. default: op
  30. quest.command.data.slapperget:
  31. default: op