MCPcopy Create free account
hub / github.com/Botloader/botloader / leveling.ts

File leveling.ts

cmd/vmbench/scripts/medium/leveling.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Commands } from "botloader";
2
3const xpStore = script.createStorageNumber("leveling_xp");
4const cooldowns = new Map<string, number>();

Callers

nothing calls this directly

Calls 14

levelForXpFunction · 0.85
xpForNextLevelFunction · 0.85
createStorageNumberMethod · 0.80
createCommandMethod · 0.80
sendResponseMethod · 0.80
sortedListMethod · 0.80
onIntervalMethod · 0.80
onMethod · 0.45
getMethod · 0.45
setMethod · 0.45
incrMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected