A
Admincraftβ€’8mo ago
Runj

Link Discord & Minecraft server

Hello guys ! I'm making a datapack that's meant to be played side to side with a discord server I'm looking to do 2 things : 1. Have minecraft commands be able to post messages/embeds on a discord channel 2. Attribute roles on discord with minecraft commands
21 Replies
Admincraft Meta
Admincraft Metaβ€’8mo ago
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by cestlarunj#0
ProGamingDk
ProGamingDkβ€’8mo ago
how... will you do that
Person0z [ @ When Respond ]
I don't think you can do that with a datapack... however, denizen has a plugin where you can create a discord bot and link it with minecraft very easily, make commands, chat links, embeds, etc. Maybe something like that could work?
Runj
RunjOPβ€’8mo ago
can these commands be used in datapacks ? @Person0z [ @ When Respond ] thats like, the whole point of posting here my dude
Person0z [ @ When Respond ]
Not that I'm aware of, the plugin has its own commands that you can use. Maybe you can make a command alias within your datapack to use the plugins commands?
Runj
RunjOPβ€’8mo ago
whats the plugin name @Person0z [ @ When Respond ] ?
ProGamingDk
ProGamingDkβ€’8mo ago
it sounded like you were saying what you were doing, was confused mb
QarthO
QarthOβ€’8mo ago
papermc has a new commandapi that can register commands via a plugin that can work with datapacks this new thing is only very very recent, so i doubt any plugin utilizes it you would most likely need to create a plugin to do what you want... but then again, if ur making a datapack, and a plugin, why not just make a plugin instead? datapacks have lots of drawbacks in terms of limitations along with really poor performance compared to that of a plugin
π’Ÿπ‘œπ“‚π’Ύπ“ƒπ’Ύπ’Έ
Okay but which version are you running?? As far as I’m aware there is no forge/fabric/spigot hybrid
Person0z [ @ When Respond ]
https://github.com/IzzelAliz/Arclight -- is a way to run mods & plugins
GitHub
GitHub - IzzelAliz/Arclight: A Bukkit(1.19/1.20) server implementat...
A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚑ - IzzelAliz/Arclight
Person0z [ @ When Respond ]
You can run spigot, bukkit plugins in that from my understanding O Wait did they change it
ProGamingDk
ProGamingDkβ€’8mo ago
hybrids 😭
Person0z [ @ When Respond ]
Nevermind, yeah that is a hybrid- plugins & mods :lolroblox:
π’Ÿπ‘œπ“‚π’Ύπ“ƒπ’Ύπ’Έ
No shit… Do not the hybrid
Person0z [ @ When Respond ]
Im so lost on what you are saying- im not thinking properly 😭 uh offtopic, but awesome website
Snowz
Snowzβ€’8mo ago
!hybrid
Carl-bot
Carl-botβ€’8mo ago
Please Avoid Hybrid Servers
Please avoid using server software that combines both mod and plugin APIs, such as Mohist, Magma, Cauldron, Thermos, CatServer, Cardboard, and others. These server software clash, as Bukkit was made for plugins and Forge for mods. Mixing them requires significant changes to the Bukkit API and Forge server code. If not done correctly, both plugins and mods can act strangely. Using these will almost guaranteed cause strange issues that make it near-impossible to assist. If you are running 1.8 or 1.16.5, a good alternative to these is SpongeForge, a well-engineered solution that allows running Sponge plugins alongside Forge mods. Many Bukkit plugins also have Sponge ports. Further reading: - https://essentialsx.net/do-not-use-mohist.html - <https://pixelmonmod.com/viewtopic.php?f=5&t=29799%3E
Admincraft Canned Responses
Runj
RunjOPβ€’8mo ago
so far, none. I'm looking for options so I can pick
QarthO
QarthOβ€’8mo ago
Would recommend not making a data pack, and just make a bukkit plugin instead. Would be significantly easier on your end, and you’ll have a lot more freedom, and performs better Can build it on top of something like DiscordSRV that handles everything discord related for u

Did you find this page helpful?