This commit is contained in:
ceikry 2024-09-14 13:51:41 -05:00
parent 8c5c3f52ff
commit a81b9b46b4
13 changed files with 19 additions and 36 deletions

View file

@ -7,11 +7,6 @@ import rt4.Inv
import rt4.ObjTypeList
import kotlin.math.round
@PluginMeta (
author = "bushtail",
description = "Quickly tally the value of your inventory with a command.",
version = 1.0
)
class plugin : Plugin() {
override fun ProcessCommand(commandStr: String, args: Array<out String>?) {
when(commandStr.toLowerCase()) {

View file

@ -0,0 +1,3 @@
AUTHOR='bushtail'
DESCRIPTION='Quickly tally the value of your inventory with a command.'
VERSION=1.0