How can i use the lua console execution as a server management console to add to my mod note i will credit this mod #2028
Replies: 2 comments
-
If I understand correctly, you're looking for a Lua runtime you can plug into your mod? CC:T uses Cobalt, but I'd strongly recommend against using it — it's very much developed with CC:T in mind, and so is awkward to use in other settings. Wizards of Lua, which sounds similar to what you're trying to do, used a forked version of rembulan, which might be worth checking out. LuaJ and JNLua are also pretty good, though I'm not entirely sure how maintained they are these days. |
Beta Was this translation helpful? Give feedback.
-
I like to code in java but i only do for minecraft forge because im still learning so yeah but if you want a little 1.18.2 forge snippet of a command function that spawns a ring of TNT like a nuke:
""" |
Beta Was this translation helpful? Give feedback.
-
So what im talking about i kinda want a lua console gui that pops up if a user with a specific uuid pressed the c key so how can i get the lua language service? Im building my mod in 1.18.2 forge and my mod uses kotlin for forge, tell me if i need to give you more information about my mod btw my mod id is palordersmp.
Beta Was this translation helpful? Give feedback.
All reactions