Mtihc / TreasureChest

The TreasureChest plugin for CraftBukkit
dev.bukkit.org/server-mods/treasurechest
10 stars 39 forks source link

Book Config feature. #65

Open Mtihc opened 10 years ago

Mtihc commented 10 years ago

This feature would help you, when copying/pasting regions (with WorldEdit).

It involves a special config-book, that you can place in a chest. The book will contain a bunch of configurable values for a treasure. Like random, unlimited, shared, ranks, rewards, groups, etc. Then, when you do command /tchest set... the plugin will recognize the book, by it's name (like "config"). And automatically apply all the settings that are written in the book.

So.... Simply prepare chests with config-books in them. Copy and paste the chests. Then use the /tchest group set or /tchest region set. And all the chests will be configured and ready to go.

It would be nice to have some helper commands. To clone books. /tchest book clone [amount] To generate a book from an existing treasure. /tchest book generate [amount] To generate a book with default settings /tchest book default [amount]

Birth of the idea