Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASE #37

Draft
wants to merge 160 commits into
base: stable
Choose a base branch
from
Draft

RELEASE #37

wants to merge 160 commits into from

Conversation

MaFeLP
Copy link
Owner

@MaFeLP MaFeLP commented Aug 10, 2021

Online Messages update

more discord commands

v0.13.0-beta

  • Migrate more slash commands to discord
    • /account
    • /config

Help commands

v0.12.0-beta

  • ➕ Added help command
    • help command in discord
    • help command in minecraft
  • ➕ Added Event Messages for:
    • Player Join/Leave the Minecraft server
    • The Minecraft server starts/stops
    • A Player gets an Advancement
    • A Player dies

Tab Completions

v0.11.0-beta

  • ➕ Added Tab Completion to all Minecraft commands

Slash Commands Update

v0.10.0

  • ➕ Added Slash Commands!

    ↳ Now use discord commands by using a slash (/) instead of the old discordCommandPrefix Entry in the config file

⚠️ Information about slash commands⚠️

  • It can take up to an hour until the slash commands are registered
    • This is a caching limitation put in place by discord.
  • If you do not see any slash commands after this hour, please see your console log for a link!
  • You CAN NOT use normal message commands like .setup anymore. Use /setup instead, if you are the discord server owner and/or the bot owner.

🚫 Removed the old discord commands, that could be used in messages.

BIG Account update

v0.9.0

  • ➕ Added Accounts!
    • ↳ Place an account Tag in your minecraft message, and it will be replaced with a discord ping (if the user has a linked account)!
    • ↳ Added a new minecraft command /link: Link your minecraft and discord accounts!
    • ↳ Added a new minecraft command /unlink: Unlink your minecraft and discord accounts!
    • ↳ Added a new minecraft command /account: Manage your accounts!
    • ↳ Added a new minecraft command /whisper: Whisper to a friend on discord!
    • ↳ Added a new minecraft command /dcmsg: Whisper to a friend on discord!
    • ↳ Added a new discord command <prefix>link: Link your discord to your minecraft!
    • ↳ Added a new discord command <prefix>whisper: Whisper your message to a minecraft player!
    • ↳ Added a new discord command <prefix>mcmsg: Whisper your message to a minecraft player!
  • ➕ Added some more toggles:

    ↳ The bot can send message with server commands and player commands to all the channels.
    • ↳ Toggle, if the footer should be displayed.
    • ↳ Toggle, if discord command messages should be deleted b the bot.

➕ Added saving of the current state of the accounts on shutdown.
…t administrators, specified in the config file, to remove accounts.
…, specified in the config file, to save accounts the accounts file during the live running of the server.
…rs, specified in the config file, to reload all accounts from the accounts file.
…l the currently linked accounts. This can be toggled in the configuration with the entry: 'allowListAllAccounts'
↳ When you type the 'Discord Ping Tag' of an account, it will be replaced with the MentionTag of the Discord User so that he/she will be clickable in the message embed.
…uld be displayed.

➡️ Moved the Message contents from an inline field to the description.
MaFeLP and others added 6 commits January 19, 2022 22:50
They now have their own package

Signed-off-by: MaFeLP <[email protected]>
These listeners send a message to the discord channels, if one of these
events is triggered.

Fixes #41

Signed-off-by: MaFeLP <[email protected]>
Fixes #42

Signed-off-by: MaFeLP <[email protected]>

# Conflicts:
#	pom.xml
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [annotations](https://github.com/JetBrains/java-annotations) from RELEASE to 23.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/commits/23.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
# Conflicts:
#	pom.xml
MaFeLP and others added 21 commits January 20, 2022 23:28
Signed-off-by: MaFeLP <[email protected]>

#41 is therefore operational!
This will now only print an error message, but not disable the plugin.

Signed-off-by: MaFeLP <[email protected]>
Bumps [javacord](https://github.com/Javacord/Javacord) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/Javacord/Javacord/releases)
- [Commits](Javacord/Javacord@v3.3.2...v3.4.0)

---
updated-dependencies:
- dependency-name: org.javacord:javacord
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: MaFeLP <[email protected]>
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant