I hereby claim:
- I am bhooten on github.
- I am intelinside (https://keybase.io/intelinside) on keybase.
- I have a public key ASBY-K-oK_5OIcgkhkK3gh09n6ychbg3NdObGnDSADscOwo
To claim this, I am signing this object:
| Option Explicit | |
| Function SpellNumber(ByVal mn_MyNumber) | |
| Dim mn_Dollars, mn_Cents, mn_temp_value | |
| Dim mn_decimal_place, mn_count | |
| ReDim mn_place(9) As String | |
| mn_place(2) = " Thousand " | |
| mn_place(3) = " Million " | |
| mn_place(4) = " Billion " |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package me.intelinside.trispleef.command; | |
| import org.bukkit.ChatColor; | |
| import org.bukkit.command.Command; | |
| import org.bukkit.command.CommandExecutor; | |
| import org.bukkit.command.CommandSender; | |
| public abstract class CommandBase implements CommandExecutor | |
| { | |
| private final String[] commands; |