Skip to content

Commit

Permalink
v1.0.0 hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
YetNT committed Apr 21, 2024
1 parent 98eac06 commit a443757
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BP/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"uuid": "0bff64e6-f1f5-436c-8b7f-20130c853863",
"version": [
0,
1,
9
0,
0
]
},
"modules": [
Expand Down
Binary file modified BP/pack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion BP/scripts/funcs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,13 @@ function stopevery(p: Player, msg: string) {
return;
}

system.clearRun(ints[name].num)
delete ints[name];
p.sendMessage("Task has successfully been cleared!")
}

function listevery(p: Player) {
const intervalList = Object.keys(ints).map(name => `§lTask Name: §r§o${name} | §lExecutable: §r§o${ints[name].exec}`);
const intervalList = Object.keys(ints).map(name => `§lTask Name: §r§o${name}§r | §lExecutable: §r§o${ints[name].exec}`);

if (intervalList.length == 0) {
p.sendMessage("No intervals have been set. yet.")
Expand Down
Binary file modified doevery icon.psd
Binary file not shown.

0 comments on commit a443757

Please sign in to comment.