What is BuildIdeas ?
Ever heard from your player that they ran out of ideas of building project ? BuildIdeas allows player to get randomly generated ideas using the command /bidea !
BuildIdeas is perfect for creative servers but you can use it with any kind of server.
How does BuildIdeas work ?
This plugin provides 4 commands :
- /bidea : provides an idea to the player
- /blist : list the different category used to generate the idea, use /blist <category> to display each item of the category.
- /brandom <category> : pick an item from the specified category
- /binfo : displays information about the author and the plugin
I made sure that this plugin is highly parametrable, you can add as much category as you want and change every sentence of this plugin as you can see with the example config :
Code (YAML):
#The sentence displayed when using /bidea; {XXXX} will be replaced by the variable matching (XXXX)
sentence_idea
:
"&9Are you running out of ideas ? Maybe you could build something in a {STYLE} style using {BLOCK}?"
#Wrong number of categories using /brandom
random_wrong_nb_para
:
"Wrong syntaxe, use : /brandom <category>"
#Unknow category using /brandom
random_unknown_para
:
"category unknown, check the existing categories with /blist !"
#Wrong number of categories using /blist
list_wrong_nb_para
:
"Wrong syntaxe, use : /blist <category>"
#Unknown category using /blist
list_unknown_para
:
"category unknown, check the existing categories with /blist !"
#More than one category using /bidea
idea_wrong_nb_para
:
"Wrong syntaxe, use : /bidea"
#More than one category using /binfo
info_wrong_nb_para
:
"Wrong syntaxe, use : /binfo"
list:
styles:
variable
:
"STYLE"
listing
:
-
"Japanese"
-
"Greek"
-
"Modern"
-
"Mayan"
-
"European"
blocs:
variable
:
"BLOCK"
listing
:
-
"Wood"
-
"Sandstone"
-
"Wool"
-
"Stone"
In-Game Illustrations
Permissions
Each command has its permission :
- bidea.use
- blist.use
- brandom.use
- binfo.use
Thanks
Thank you if you download this plugin, feel free to ask any question, I can answer in english or french if you prefer me to. Also feel free to give me your opinion on this plugin.
If you want to support me you can donate on paypal at [email protected] , Thank you if you do !
Have fun with it !