Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» add admin function to remove the petal pipe models
Browse files Browse the repository at this point in the history
- nice for performance A/B testing since we already know they are very taxing on the server
  • Loading branch information
TheAfroOfDoom committed Oct 12, 2024
1 parent b29dc82 commit b04c043
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ function omegaflowey.utils:log/self { text_component: '[ \
{ "text": "kill/bossfight", "color": "yellow" }, \
": ends the bossfight and kills related entities (if active)", \
"\\n", \
{ "text": "kill/petalpipes", "color": "yellow" }, \
": kills the performance-heavy AJ petal pipe models", \
"\\n", \
{ "text": "kill/queue", "color": "yellow" }, \
": resets the bossfight player queue" \
] \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
function omegaflowey.admin:kill/bossfight
function omegaflowey.admin:kill/decorations
function omegaflowey.admin:kill/petalpipes
function omegaflowey.admin:kill/queue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function omegaflowey.utils:log { text_component: '[ \
{ "selector": "@s", "color": "gold" }, \
{ "text": " killed the petal pipe models", "color": "yellow" } \
]'}
function animated_java:omegaflowey_petal_pipe_circle/remove/all
function animated_java:omegaflowey_petal_pipe_middle/remove/all

0 comments on commit b04c043

Please sign in to comment.