VRealmsConnector

# VRealms Connector

This is a simple server connector I made for Velocity, because I couldn’t find one that suited my needs. Currently, you can only register and unregister Servers through a Command, later it’s also planned to do so through a Rest API.

For now, this is how to use the Commands:
– `/addserver

[port]`
– `/removeserver `

The port uses 25565 by default

## THIS PROJECTS SOURCE CODE WILL NOT BE MADE PUBLIC (FOR NOW)
If you need the Source, decompile it, or just make it yourself

VPlayerLimit

# VPlayerLimit

![Discord](https://discord.gg/5NMMzK5mAn)

Limit how many players can join your server.

This is not a plugin to set the maximum number of players in motd, it simply limits the number of connected players.

![](https://www.bisecthosting.com/4drian3d)

## Installation
– Download VPlayerLimit from Modrinth
– Drag and drop on your plugins folder
– Start the server
– Configure the player limit and the expulsion message

VPingHost

# VPingHost

![Discord](https://discord.gg/5NMMzK5mAn)
![Telegram](https://t.me/Adrian3dUpdates)
![Telegram](https://t.me/Adrian3dSupport)

A simple Velocity plugin that allows you to get information about other servers instantly.

This plugin was born as a test from this Velocity pull request,
but I thought to make it a public test plugin to check the proxy server or backend servers connectivity or MOTD response.

![](https://www.bisecthosting.com/4drian3d)

## Installation
– Download VPingHost from Modrinth
– Drag and drop on your plugins folder
– Start the server

## Features
– Send a ping to any Minecraft server and get its corresponding motd
– Specifies the version to ping with
– Specifies the version with which to ping the server

## Command
`/pinghost [host] (protocol version)`

Permission: `pinghost.command`

Example: `/pinghost my.server.net 765`

If you need to specify a specific port, you can add it with the syntax `host:port`.

### Differences between this plugin and VServerInfo
VServerInfo allows you to display information about your servers that you have in your own network.
VPingHost allows you to display information about the motd of any available server.

VPacketLogger

# VPacketLogger

![WorkFlow](https://github.com/4drian3d/VPacketLogger/actions)
![Latest Version](https://img.shields.io/github/v/release/4drian3d/VPacketLogger?style=flat-square)
![Discord](https://discord.gg/5NMMzK5mAn)
![Modrinth Downloads](https://img.shields.io/modrinth/dt/jiplOHaa?logo=Modrinth&style=flat-square)
![GitHub Downloads](https://img.shields.io/github/downloads/4drian3d/VPacketLogger/total?logo=GitHub&style=flat-square)

Simple Velocity plugin to log Packet executions

![](https://www.bisecthosting.com/4drian3d?r=ModVPacketLogger)

## Installation
– Install VPacketEvents
– Download VPacketLogger from Modrinth
– Drag and drop on your plugins folder
– Start the server

## How it works

VPacketLogger simply logs every packet sent or received between the proxy and the player.
It can only intercept packets that are handled by Velocity, whether they are native or logged by other plugins.

In the configuration you can set which placeholders to use, MiniMessage format is supported.

VPacketEvents

# VPacketEvents

![Discord](https://discord.gg/5NMMzK5mAn)
![](https://img.shields.io/maven-central/v/io.github.4drian3d/vpacketevents-api?style=flat-square)
![GitHub Downloads](https://img.shields.io/github/downloads/4drian3d/VPacketEvents/total?logo=GitHub&style=flat-square)

Manage and register packets through Velocity’s native events

![](https://www.bisecthosting.com/4drian3d?r=ModVPacketEvents)

“`java
class PacketListener {
@Subscribe
public void onPacketReceive(PacketReceiveEvent event) {
final MinecraftPacket packet = event.getPacket();
if (packet instanceof KeyedPlayerCommand commandPacket) {
event.setResult(GenericResult.denied());
}
}

@Subscribe
public void onPacketSend(PacketSendEvent event) {
// some stuff
}

public void registerPacket() {
// UpdateTeamsPacket registration
PacketRegistration.of(UpdateTeamsPacket.class)
.direction(Direction.CLIENTBOUND)
.packetSupplier(UpdateTeamsPacket::new)
.stateRegistry(StateRegistry.PLAY)
.mapping(0x47, MINECRAFT_1_13, false)
.mapping(0x4B, MINECRAFT_1_14, false)
.mapping(0x4C, MINECRAFT_1_15, false)
.mapping(0x55, MINECRAFT_1_17, false)
.mapping(0x58, MINECRAFT_1_19_1, false)
.mapping(0x56, MINECRAFT_1_19_3, false)
.mapping(0x5A, MINECRAFT_1_19_4, false)
.register();
}
}
“`

## Installation
– Download VPacketEvents from Modrinth
– Drag and drop on your plugins folder
– Start the server

## Dev Setup

### Gradle

“`kotlin
repositories {
mavenCentral()
}
dependencies {
compileOnly(“io.github.4drian3d:vpacketevents-api:1.1.0”)
}
“`

## Javadocs
https://javadoc.io/doc/io.github.4drian3d/vpacketevents-api

unofficial translation of voxy

unofficial translation of voxy .You can share and save it to other websites.更多语言[准确性不知道]More languages ​​[Accuracy unknown]_(:з)∠)_
译者:F光荣进退有度![More languages ​​[Accuracy unknown]](https://cdn.modrinth.com/data/cached_images/b0b09b24ca82a7d3b6f7519328dec90b3ede2426.png)
– af_za.json-Afrikaans
– ar_sa.json-اللغة العربية
– ast_es.json-Asturianu
– az_az.json-Azərbaycanca
– ba_ru.json-Башҡортса
– bar.json-Boarisch
– be_by.json-Беларуская
– bg_bg.json-Български
– br_fr.json-Brezhoneg
– brb.json-Braobans
– bs_ba.json-Bosanski
– ca_es.json-Català
– cs_cz.json-Čeština
– cy_gb.json-Cymraeg
– da_dk.json-Dansk
– de_at.json-Österreichisches Deitsch
– de_ch.json-Schwiizerdutsch
– de_de.json-Deutsch
– el_gr.json-Ελληνικά
– en_au.json-English (Australia)
– en_ca.json-English (Canada)
– en_gb.json-English (United Kingdom)
– en_nz.json-English (New Zealand)
– en_pt.json-Pirate Speak
– en_ud.json-ɥsᴉꞁᵷuƎ (uʍoᗡ ǝpᴉsd∩)
– en_us.json-English (US)
– enp.json-Anglish
– enws.json-Shakespearean English
– eo_uy.json-Esperanto
– es_ar.json-Español (Argentina)
– es_cl.json-Español (Chile)
– es_ec.json-Español (Ecuador)
– es_es.json-Español (España)
– es_mx.json-Español (México)
– es_uy.json-Español (Uruguay)
– es_ve.json-Español (Venezuela)
– esan.json-Andalûh
– et_ee.json-Eesti
– eu_es.json-Euskara
– fa_ir.json-فارسی
– fi_fi.json-Suomi
– fil_ph.json-Filipino
– fo_fo.json-Føroyskt
– fr_ca.json-Français québécois
– fr_fr.json-Français
– fra_de.json-Frängisch
– fur_it.json-Furlan
– fy_nl.json-Frysk
– ga_ie.json-Gaeilge
– gd_gb.json-Gàidhlig
– gl_es.json-Galego
– haw_us.json-ʻŌlelo Hawaiʻi
– he_il.json-עברית
– hi_in.json-हिन्दी
– hr_hr.json-Hrvatski
– hu_hu.json-Magyar
– hy_am.json-Հայերեն
– id_id.json-Bahasa Indonesia
– ig_ng.json-Igbo
– io_en.json-Ido
– is_is.json-Íslenska
– isv.json-Medžuslovjansky
– it_it.json-Italiano
– ja_jp.json-日本語
– jbo_en.json-la .lojban.
– ka_ge.json-ქართული
– kk_kz.json-Қазақша
– kn_in.json-ಕನ್ನಡ
– ko_kr.json-한국어
– ksh.json-Kölsch/Ripoarisch
– kw_gb.json-Kernewek
– la_la.json-Latina
– lb_lu.json-Lëtzebuergesch
– li_li.json-Limburgs
– lmo.json-Lombard
– lo_la.json-ລາວ(ປະເທດລາວ)
– lol_us.json-LOLCAT
– lt_lt.json-Lietuvių
– lv_lv.json-Latviešu
– lzh.json-文言(華夏)
– mk_mk.json-Македонски
– mn_mn.json-Монгол
– ms_my.json-Bahasa Melayu
– mt_mt.json-Malti
– nah.json-Mēxikatlahtōlli
– nds_de.json-Platdüütsk
– nl_be.json-Vlaams
– nl_nl.json-Nederlands
– nn_no.json-Norsk nynorsk
– no_no.json-Norsk Bokmål
– oc_fr.json-Occitan
– ovd.json-Övdalsk
– pl_pl.json-Polski
– pt_br.json-Português (Brasil)
– pt_pt.json-Português (Portugal)
– qya_aa.json-Quenya
– ro_ro.json-Română
– rpr.json-Дореформенный русскій
– ru_ru.json-Русский
– ry_ua.json-руснацькый
– sah_sah.json-Сахалыы(Cаха Сирэ)
– se_no.json-Davvisámegiella
– sk_sk.json-Slovenčina
– sl_si.json-Slovenščina
– so_so.json-Af-Soomaali
– sq_al.json-Shqip
– sr_cs.json-Srpski
– sr_sp.json-Српски
– sv_se.json-Svenska
– sxu.json-Säggs’sch
– szl.json-Ślōnskŏ
– ta_in.json-தமிழ்
– th_th.json-ภาษาไทย
– tl_ph.json-Tagalog
– tlh_aa.json-tlhIngan Hol
– tok.json-toki pona
– tr_tr.json-Türkçe
– tt_ru.json-Татарча
– uk_ua.json-Українська
– val_es.json-Català (Valencià)
– vec_it.json-Vèneto
– vi_vn.json-Tiếng Việt
– yi_de.json-ייִדיש
– yo_ng.json-Yorùbá
– zh_cn.json-简体中文(中国大陆)
– zh_hk.json-繁體中文(香港特別行政區)
– zh_tw.json-繁體中文(台灣)
– zlm_arab.json-بهاس ملايو

Voxel Trains IR

![Full logo](https://cdn.modrinth.com/data/cached_images/72e049cc4d453a7e2586033b366df0336f441675.png)



## About

Voxel Trains is one of the largest Immersive Railroading content packs, it adds about 80 trains from many different countries, including Switzerland, Germany, the Netherlands, Portugal, the US, and more.
You can track our current progress both on our Discord and on our Trello.

Discord Button

Trello Button

IR Mod button

## Important

– If none of our trains are appearing in game, make sure you’ve activated the pack in the resource packs menu.
– If your train items are broken, try turning off OptiFine’s FastRender option.
– If you want to drive trains without fueling them, you can enter IR’s config in-game by pressing `numpad /` -> balance -> FuelRequired = False
– If you need help with anything else feel free to ask on our discord in the #support channel

## Content

Rolling Stock
Deutsche Bahn

**Locomotives**
– BR 143
– BR 146.2 TRAXX 2
– BR 185.2 TRAXX 2
– BR 218 V160
– V320
– Köf II

**Multiple Units**
– BR 407 Velaro D ICE 3 MS
– BR 481
– VT 98

**Passenger Cars**
– n-Wagen Bnrbdzf 480 and Bnrz 451
– IC1
– Dosto 1 DABbuzfa 778 and Dbuza 747

Union Pacific

**Locomotives**
– ALCO S-4
– 3rd Gen GTEL Big Blow
– 4884-1 Big Boy
– FEF-1

**Passenger Cars**
– UPP Passenger Car

**Auxiliary Tenders**
– UPP #809 ‘Jim Adams’
– UPP #814 ‘Joe Jordan’

Comboios de Portugal

**Locomotives**
– 0180
– 1400
– 1800
– 2600 Nez-Cassé
– 5600 Eurosprinter

**Passenger Cars**
– ACDt 481
– Schindler
– Sorefame Regional

SBB CFF FFS

**Locomotives**
– Re 420
– Re 421
– Re 460 Lok 2000
– Re 482 TRAXX 2
– BR 193 Vectron
– Am 843
– Ee 922
– Eem 923

**Multiple Units**
– Re 450 and DPZplus
– RABe 501 Giruno
– RABe 511 KISS
– RABe 514 DTZ
– Transrapid (Fictional)

**Passenger Cars**
– HVZ
– EW-IV
– EC
– IC2000/IC 2020

Nederlandse Spoorwegen

**Locomotives**
– E 186 TRAXX 2E
– NS 1700
– NS 700 G 400 B
– NS 600

**Multiple Units**
– SLT
– VIRMm
– ICMm

**Passenger Cars**
– ICR

Société Nationale des Chemins de Fer Français

**Locomotives**
– BB 8500

**Multiple Units**
– X2200

Other

**Locomotives**
– Amtrak ACS-64 Cities Sprinter
– Railpool TRAXX 2E
– Hectorrail TRAXX 2
– MÁV TRAXX 2
– H.F. Wiebe V320
– BLS Re 465
– BLS Am 843
– Sersa Am 843
– DSB Traktor 57

**Multiple Units**
– CD 810

**Trams and Light Rail**
– VBZ Tram 2000 (All variants)
– VBZ Be 5/6 Cobra
– VBG Be 5/6 Cobra
– Forchbahn Be 4/6
– DVB NGT6DD
– Rheinbahn GT8S
– Rheinbahn B80D

Freight

**European**
– DB Eaos-x 051
– DB Falns 121
– DB Samms 710
– DB Sggrs 716
– CP Ekklo 40s
– CP Carga Sgnss 455
– SBB Cargo Hbbillnss
– SBB Cargo Tagnpps
– Schweizer Zucker Tagnpps 061
– GEFCO Laeks 427
– Franz Jäger Berlin Safe Wagon

**American**
– BNSF Rotary Gondola
– TTX 53′ Intermodal Well Car

There are also a few buffer stops that are technically freight cars so you can place them on the tracks.

Tracks

There is an assortment of Tracks of different types and conditions. Some of them also exist as a meter gauge variant.

Vouchers

Vouchers is a lightweight and highly customizable plugin for creating vouchers and consumable items!

**Require**: PlaceholderAPI

## Features
– Fully customizable
– Cooldown and usage limit *per permission*
– *Global* usage limit
– Customize your consumable items!
– Execute multiple rewards per item
– **Shift** to bulk open!
– PlaceholderAPI support
– RGB support for items and messages
– Offline player support
– JSON logging

## Wiki
Visit the wiki to see how to use the plugin

![https://i.imgur.com/D11dUDP.png](https://i.imgur.com/D11dUDP.png)
![https://i.imgur.com/jijueD3.png](https://i.imgur.com/jijueD3.png)

## Support
Join my Discord server for plugin support

![https://i.imgur.com/qLjSqSU.png](https://i.imgur.com/qLjSqSU.png)

Votiful

## A High-Performance Vote Listener for NuVotifier

This plugin is a lightweight, high-performance addon for NuVotifier, designed specifically to handle a massive number of concurrent votes without impacting your server’s performance.

## Why Choose This Plugin?

Does your server lag when many players vote at once? This plugin was built to solve that exact problem. After struggling with performance issues on our own server, we developed a robust system capable of processing votes with extreme efficiency. It’s battle-tested and stable under pressure, ensuring your server remains responsive even during peak voting hours. If you run a demanding server and need a reliable vote-processing solution, this is the plugin for you.

## Features

This plugin expands NuVotifier by adding two core, performance-focused features:

* **Vote Statistics:** Track essential voting data with provided placeholders. Easily display total votes, top voters, and more on scoreboards, in GUIs, or anywhere else PlaceholderAPI is supported.
* **Vote Event:** A dedicated system allows admins to easily and reliably hook into the voting process to create custom rewards, trigger server commands, or integrate with other systems.

## Video

VotePass

“`text
_ __ __ ____
| | / /___ / /____ / __ ____ ___________
| | / / __ / __/ _ / /_/ / __ `/ ___/ ___/
| |/ / /_/ / /_/ __/ ____/ /_/ (__ |__ )
|___/____/__/___/_/ __,_/____/____/
“`

README LANGUAGES [ [**English**](README.md) | [中文](README_CN.md) ]

![CodeSize](https://img.shields.io/github/languages/code-size/ArtformGames/VotePass)
![Download](https://github.com/ArtformGames/VotePass/releases)
![Java CI with Maven](https://github.com/ArtformGames/VotePass/actions/workflows/maven.yml)
![Support](https://img.shields.io/badge/Minecraft-Java%201.16–Latest-green)

# **VotePass**

> You have been **”Passed by Vote”** !

An efficient and fair verification plugin for whitelisted servers,
which supports players to submit whitelist requests by themselves
and be reviewed by all players who have passed.

> This plugin has been published on SpigotMC and Modrinth.

Project logo

## Features & Advantages

– **Database Sync!** Based on database storage, data is safe and synchronized.
– **Easy to configure!** Simple and convenient configuration method, all content can be configured!
– **User-friendly GUI!** Full UI configuration, very easy for players to operate.
– **Player participation!** Players can participate in the management of the server, making them more involved.

## Screenshots

![REQUEST](https://github.com/ArtformGames/VotePass/raw/master/.doc/images/REQUEST.png)

![COMMENTS](https://github.com/ArtformGames/VotePass/raw/master/.doc/images/COMMENTS.png)

## Dependencies

– **[Recommend]** Placeholders based on PlaceholderAPI .

For development dependencies, please
see Dependencies .

## Extensions

> Have you developed an extension plugin related to this plugin?
> Welcome to submit your extension plugin in Issues
> and we will add it to the list!

### **VotePass-Mailer**

Support email notify for VotePass in game servers.

### **VotePass-QQNotify**

Support QQ notify for VotePass in lobby servers.

## Commands

The main command is `/VotePass` or `/vp`.

### Lobby side

“`text

# request
@ Player command
– Submit a whitelist request for a specific server.
– If the server has configured the rules, the rule agreement will be opened first;
– If not, the question-related GUI will be popped up directly for the player to fill in.

# accept
@ Player command
– Agree to the rules of the specified server and start filling in the answers to the questions.

# deny
@ Player command
– Refuse the rules of the specified server.

# reload
@ Admin command
– Reload the configuration file.

# toggle
@ Admin command
– Enable/Disable the vote application for the corresponding server.

“`

### Game side

“`text

# requests
@ Player command
– View all whitelist requests that have not been participated in.

# handle
@ Player command
– (Continue to) process the specified whitelist request.

# abstain
@ Player command
– Enable/Disable the auto abstain function.

# manage
@ Admin command
– Open the administrator operation GUI to directly operate the whitelist.

# reload
@ Admin command
– Reload the configuration file.

# sync
@ Admin command
– Synchronize the whitelist of the corresponding server to the database.

# migrate
@ Admin command
– Migrate the whitelist of the server from the “whitelist.json”.

# list
@ Admin command
– List all players in whitelist.

# add
@ Admin command
– Add a player to the whitelist.
– Player should joined the server(e.g lobby) at least once.

# remove
@ Admin command
– Remove a player from the whitelist.

“`

## Configurations

You can find configuration translations
at VotePass-Translations.

### Plugin Configuration (`config.yml`) .

Will be generated on the first boot up.

### Messages Configuration (`messages.yml`)

Will be generated on the first boot up.

### Server Application Configuration ([`servers/*.yml`](lobby/plugin/src/main/resources/servers/survival.yml))

All server’s application configuration are separate configuration files,
stored in the lobby’s `/servers/` for easy management.

You can edit the storage path of the server configuration file in the plugin configuration file.

## Permissions

“`text
# VotePass.admin
– The permissions for all admin commands and functions.

# VotePass.abstain
– The permission that allow user to toggle auto abstain.
“`

## Statistics

![bStats](https://bstats.org/plugin/bukkit/VotePass/18946)

![Alt](https://repobeats.axiom.co/api/embed/bb854d190c553c0ef2aaea241099ec886d23e691.svg “Repobeats analytics image”)

## Open Source Licence

The source code of this project adopts the GNU General Public License v3.0.

## Supports

This project is mainly developed by the Artfrom Games .

ArtformGames

Many thanks to Jetbrains for kindly providing a license for us to work on this and other open-source projects.

![](https://www.jetbrains.com/?from=https://github.com/ArtformGames/VotePass)