module-development

textPage 10 of 43
50 messages on this page
Monday, July 14, 2025
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
There's a
inventory
property in there ;)
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
all im missing is the helper for accessing player inventories,
im noticing that i dont think takaro can view inventories through commands or anything 🥲
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
i need to create a command, where they put casino coins in a chest, type like /balance deposit, while facing the chest, it deletes the coins and then adds the amount onto their balance into the shop and then /balance withdraw to do the reverse
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
any ideas where i can find the code for the takaro shop?
Sunday, July 13, 2025
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
I have a fix module somewhere. It finds the extra property and removes it. But sometimes it removes the property that's wanted. So idk if I released it
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
Might need to delete and reinstall it
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
this is me trying to install it
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
tried that
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
Only fix is to uninstall module and reinstall
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
this is random? havent changed anything
image.png

image.png

PNG72.9 KB

Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
so was just curious if takaro was going to take that from csmm also
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
Yeahhh im trying to manage permissions and who can use them, all the commands that are nothing to do with takaro, like for e.g the cpm commands,
but yeah csmm gives you the option to create a role, set the permission level for that role, so if i set the help command to have a required perm level of 1000, then only that role with that level can use it
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
Ya I am lost a little and unsure of the usage.
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
okay for now ill keep csmm for the level based role, and then takaro for the module based perm
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
ah okay we are thinking of different things,
your talking about the module permissions
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
Takaro works differently.
If you want everyone to have the permission, give it to the player role, or of it's your own module, don't have it check for a permission.
Then if you want certain roles to do certain stuff, give that role that permission
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
sorry, brains half awake
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
youve lost me there,
what im setting up in the serveradmin file is all the commands and the required level for those commands,
for e.g in order to use the vote command you require permission level 1000
and takaro auto assigns people with the player role but no permission level
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
Just have Takaro use the admin command to list admins.
When it does capture each one and have it give a Takaro role based on the number
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
I mean the permission level, to set the roles level
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
Takaro already has roles and permissions
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
No content
image.png

image.png

PNG26.9 KB

image.png

image.png

PNG14.4 KB

Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
Is takaro planning on having the option to set a roles permission level like csmm?
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
question is now... how do i get that to work 🤣
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
Yeah, I don't believe in its functionality. It's ever said that it does do that. But if it's something you want to add you will need to add it. Yes.
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
I just tried it today and it's true, it doesn't send any message telling you that you haven't voted yet
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
i can only see it do it when i type /vote
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
Correct me if i’m wrong but does the vote module have the option upon player join to send a message if they haven’t voted or am i gonna need to make that
Friday, July 11, 2025
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
It does not work well, I tried to copy the Support button, which is in the SPD(Custom Setting) files and I have not been able to recreate it.
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
use Server Panel Deluxe by Ewahetz
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
in the
ingameMenu
window? I have been trying and the controller did not allow me to make buttons with links.
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
a button on the esc menu
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
Do you mean putting icons, emoticons in the chat? Or a button?
Thursday, July 10, 2025
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
So I have a mod where they just click the purple leaf and it takes them to Takaro. But they need to enter the 3 words
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
[70FE02]Browse to [CC6CE7]DASHBOARDLINK.TAKARO.IO[-].
wanting it like that
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
No content
image.png

image.png

PNG70.8 KB

Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
do you guys know where i go to edit this though?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
But a lot of really hard work 😄
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Well, we need a mod to do that.Technically possible with the connector 🤷‍♂️
Avatar for 69dd72e9beda7be7af827395b1f4c2eae3591be65684955a7d6af40731acc13c
User 69dd72
Yes but we can't it's a limitation of the game 😦
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
this would be useful if the /link command did this but with the random gen link
image.png

image.png

PNG925.4 KB

Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
and then sometimes it adds a space before the server name
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
if i do it slowly, say press 3 times, itll change colour once out of that 3
Avatar for 69dd72e9beda7be7af827395b1f4c2eae3591be65684955a7d6af40731acc13c
User 69dd72
wdym?
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
🤣
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
another bug
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
Ah okay gotcha
Avatar for 69dd72e9beda7be7af827395b1f4c2eae3591be65684955a7d6af40731acc13c
User 69dd72
@User 48363098 well the restart is serverside. so in sense it is takaro that does the shutdown and your server settings that does the restart
Avatar for 5c75f2ead9539cedf84becdac7befc72fa3bc877c1541fb168d92420c32b6730
User 5c75f2
with the timedShutdown module im assuming its a restart module not just a shutdown