Customization
Description | Configuration | Customization | Video | Pictures | Forum thread
AnCasino v1.2 introduces the concept of types for customizing your slot machines. Every aspect of a slot machine is derived from its type, so by creating custom types you can easily set up several slot machines just the way you'd like them.
When creating a slot machine, you will be using the following command:
/casino add <slot> (<type>)
Where <type> is the type of slot machine you wish to create. Leaving <type> blank will set the slot machine up as the default type. Now if you want to use a custom type, first you will have to create it:
/casino types new <type>
Where <type> is the name of your custom type. At this point you can open up the configuration file, and you will see that a new type block has been generated for your custom type at the bottom of the file.
customType: price: 100 permission: 0 reel: - 42,10 - 41,5 - 57,2 rewards: '42': message: Winner money: 100 '41': message: Winner money: 100 '57': message: Winner money: 100 messages: insufficient-funds: Insufficient funds. in-use: In use. no-win: No win. start: Start. help: []
Now you may customize this type to suit your needs, as described at the configuration page. After reloading the config, you are then ready to create a slot machine using your custom type:
/casino add slot customType
Or edit an existing slot machine to use your custom type:
/casino edit slot <slot> type <type>
-
View User Profile
-
Send Message
Posted Jan 29, 2012Just was asked to provide a casino on my server so here I am. I have vault installed, ancasino installed and am able to set up the default slot - works great...
However, if I try to add a new one to the config file, I get "invalid type" If I try to create one from the MC chat command /casino types new something I get "an internal error occurred when attempting to perform this command"
Any ideas? Im running 1.1 craftbukkit.
-
View User Profile
-
Send Message
Posted Feb 5, 2012@Brandyoldfashion
same here.
-
View User Profile
-
Send Message
Posted May 12, 2012i have the same problem as well
-
View User Profile
-
Send Message
Posted Nov 8, 2012lol i also have that problem... any 1 ther can help?
-
View User Profile
-
Send Message
Posted Feb 16, 2014It's not working at all, only the default one is working.