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
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
how... will you do that
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?
can these commands be used in datapacks ? @Person0z [ @ When Respond ]
thats like, the whole point of posting here my dude
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?
whats the plugin name @Person0z [ @ When Respond ] ?
it sounded like you were saying what you were doing, was confused
mb
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
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
Bukkit
You can run spigot, bukkit plugins in that from my understanding
O
Wait did they change it
hybrids π
Nevermind, yeah that is a hybrid- plugins & mods :lolroblox:
No shitβ¦
Do not the hybrid
Im so lost on what you are saying- im not thinking properly π
uh offtopic, but awesome website
!hybrid
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
so far, none. I'm looking for options so I can pick
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