Search results

  1. 4drian3d

    Question How create file.yml in velocity API?

    @Plugin(id = "someid") public class VelocityPlugin { @Inject @DataDirectory private Path dataDirectory; @Subscribe public void onProxyInitialization(final ProxyInitializationEvent event) { if (Files.notExists(dataDirectory)) { Files.createDirectory(dataDirectory); }...
  2. 4drian3d

    Question Velocity with forge modpacks

    Install https://modrinth.com/plugin/ambassador
  3. 4drian3d

    Question editing velocity plugins and see errors when running it

    It seems that you have edited the jar directly without compiling it since it seems that you have removed the ProxyServer import. If you don't have the source of a plugin, I would recommend that you consult with the original author or else make a separate plugin
  4. 4drian3d

    Plugin Release Party and Friends For Velocity | Version 1.0.91

    Paper already has a place to post Velocity/Paper/Waterfall plugins which is Hangar https://hangar.papermc.io/ , no need to post updates in the forum anymore
  5. 4drian3d

    Announcement Hangar - PaperMC's Plugin Repository

    Congratulations on the Hangar open beta! It has been a pleasure to publish plugins and test the closed beta :D
  6. 4drian3d

    Other libraries in Velocity Maven project

    Sure, you can use any libraries you want in Velocity, just include them and relocate them in your jar and they will work
  7. 4drian3d

    Question Issues related to velocity development API

    In that event you still can't get the player's UUID, you must use another event And for the offline mode, the online-mode=false is not supported, but you can check how FastLoginVelocity, LibreLogin or LimboAuth works
  8. 4drian3d

    Question How to cancel PlayerChatEvent

    Velocity only kicks the player if you have a client with version 1.19.1 or higher and with a valid signed key (this was done because Mojang implemented the reporting system from version 1.19.1 onwards and made it more difficult to cancel or modify commands and chat from the proxy) If you want to...
  9. 4drian3d

    Question Server order

    The correct format is try = [ "lobby", "server" ] If it doesn't work, it should show some error in the console
  10. 4drian3d

    Plugin Release V-Message | Simple Global Chatting, Join/leave/change message w/ LuckPerms Support for all the messages

    Instead of using an external fork of Velocity that has not been updated for days just for that, it would be better to use https://hangar.papermc.io/4drian3d/UnSignedVelocity that corrects the same error
  11. 4drian3d

    Plugin Release ClientCatcher | Detect the client with which a player has connected to your server

    ClientCatcher Simple Velocity plugin to get the client with which a player has connected to your server The plugin is not fully effective, several malicious clients hide their client branding when entering the server or impersonate vanilla clients. However, the plugin can detect several...
  12. 4drian3d

    Plugin Release KickRedirect | Redirect your players to a server after a server shutdown

    New Update: KickRedirect 2.0.7 Download it from: https://modrinth.com/plugin/kickredirect/versions
  13. 4drian3d

    Plugin Release AuthMeVelocity | AuthmeReloaded support for Velocity

    New Update: AuthMeVelocity 4.0.0 Download: https://modrinth.com/plugin/authmevelocity/versions
  14. 4drian3d

    Plugin Release VLobby | Lobby commands with multilobby support

    In the latest update of VLobby I added specifically that
  15. 4drian3d

    Plugin Release VPacketEvents | Manage packets through Velocity's native events

    VPacketEvents Manage packets through Velocity's native events class PacketListener { @Subscribe public void onPacketReceive(PacketReceiveEvent event) { final MinecraftPacket packet = event.getPacket(); if (packet instanceof KeyedPlayerCommand commandPacket) {...
  16. 4drian3d

    Plugin Release UnSignedVelocity | Allow your moderation or chat plugins to work again for users with versions 1.19.1 or higher

    New Update UnSignedVelocity 1.3.0 Added Support for Chat Messages There is a new option in the configuration to disable this (by default, it is set to true) Download it from: https://modrinth.com/plugin/unsignedvelocity
  17. 4drian3d

    Plugin Release UnSignedVelocity | Allow your moderation or chat plugins to work again for users with versions 1.19.1 or higher

    New Update UnSignedVelocity 1.1.0 Removed Protocolize dependency Download it from: https://modrinth.com/plugin/unsignedvelocity
  18. 4drian3d

    Plugin Release SimpleJumpPads | Simple JumpPads plugin, optimized for the latest version of Paper

    Requirements Java 17 Paper, Pufferfish or Purpur 1.19.3+ Features Configure multiple types of materials for your JumpPads (compatible with all types of pressure plates) Activate JumpPads for worlds, regions and more (via LuckPerms Contexts). Permission for JumpPads usage: simplejumppads.jump...
  19. 4drian3d

    Plugin Release LogFilter | Filter messages sent to your console

    New Beta Version LogFilter 3.0.5 Paper Plugins Implementation Download it from: https://modrinth.com/plugin/logfilter/version/3.0.5-BETA
  20. 4drian3d

    Plugin Release VLobby | Lobby commands with multilobby support

    New Update VLobby 2.0.1 Download it from: https://modrinth.com/plugin/vlobby/version/2.0.1
  21. 4drian3d

    Plugin Release ServerPermissions | Add permissions to access your servers

    New Update ServerPermission 1.2.0 Download it from: https://modrinth.com/plugin/serverpermissions/versions/
  22. 4drian3d

    Plugin Release MCKotlin | Get the ability to run and develop Kotlin plugins on your Minecraft server or proxy

    New Update MCKotlin 1.2.0 (Kotlin 1.8.20 BETA) Downloads: https://modrinth.com/plugin/mckotlin/versions
  23. 4drian3d

    Plugin Release AuthMeVelocity | AuthmeReloaded support for Velocity

    New Update: AuthMeVelocity 3.0.6 List of changes: https://github.com/4drian3d/AuthMeVelocity/releases/tag/3.0.6 Download: https://modrinth.com/plugin/authmevelocity/version/3.0.6
  24. 4drian3d

    Plugin Release KickRedirect | Redirect your players to a server after a server shutdown

    New Update: KickRedirect 2.0.6 Download it from: https://modrinth.com/plugin/kickredirect/versions
  25. 4drian3d

    Question How to solve "Unable to read/load/save your velocity.toml" ?

    The configuration of forwarding-secret-file is to configure in which file you will put the secret, in this option you do not put the secret
  26. 4drian3d

    Plugin Release MCKotlin | Get the ability to run and develop Kotlin plugins on your Minecraft server or proxy

    MCKotlin Get the ability to run and develop Kotlin plugins on your Minecraft server or proxy. This plugin includes the necessary Kotlin libraries to the server to avoid including them independently in several plugins at the same time Requirements - Java 8+ Compatibility Velocity 3+ Sponge 8...
  27. 4drian3d

    Plugin Release ServerPermissions | Add permissions to access your servers

    Add permissions to access your servers Compatibility Velocity 3.1.2+ Support Java 11+ Permissions For example: Survival Server SkyBlock Server
  28. 4drian3d

    Plugin Release VServerInfo | Get information from each of your servers in your Velocity network

    Get the information of each server in your Velocity network Requirements Velocity 3.2.0 build 224+ Java 17+ Commands Permission /vserverinfo This command will give you information about all the servers you have in your Velocity network. /vserverinfo <server> Get the information about a...
  29. 4drian3d

    Plugin Release VLobby | Lobby commands with multilobby support

    New Update: VLobby 2.0.0 List of changes and download: https://modrinth.com/plugin/vlobby/versions
  30. 4drian3d

    Plugin Release UnSignedVelocity | Allow your moderation or chat plugins to work again for users with versions 1.19.1 or higher

    UnSignedVelocity Allow your moderation or chat plugins to work again for users with versions 1.19.1 or higher This plugin works by removing signed information from commands and messages sent by clients 1.19.1 or higher, allowing plugins that cancel proxy messages, such as ChatRegulator or...