Compare commits
11 Commits
feature-42
...
develop
Author | SHA1 | Date | |
---|---|---|---|
54e9708e6d | |||
92c2c6e10f | |||
ccba748eee | |||
200c88a230 | |||
d18b7d4762 | |||
9f31fe13a0 | |||
6493498337 | |||
87aee184c4 | |||
c4fda21c32 | |||
9eb4e9f626 | |||
1584d8253f |
7
.github/workflows/build-docker.yml
vendored
7
.github/workflows/build-docker.yml
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- develop
|
- develop
|
||||||
|
tags:
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker:
|
build-docker:
|
||||||
@ -42,5 +44,6 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
# TODO: split tag names into multiple lines
|
# TODO: split tag names into multiple lines
|
||||||
tags: |
|
tags: |
|
||||||
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}/${{github.ref_name}}:${{github.sha}}
|
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}:${{github.sha}}
|
||||||
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}/${{github.ref_name}}:latest
|
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}:${{github.ref_name}}
|
||||||
|
${{env.registry}}/${{github.repository_owner}}/${{github.event.repository.name}}:latest
|
||||||
|
@ -180,7 +180,7 @@ playerCount:
|
|||||||
#
|
#
|
||||||
# Read more: https://asl.andre601.ch/profiles/#extraplayers-enabled
|
# Read more: https://asl.andre601.ch/profiles/#extraplayers-enabled
|
||||||
#
|
#
|
||||||
enabled: true
|
enabled: false
|
||||||
#
|
#
|
||||||
# Set the number that should be added to the online player count to then use as the new max player count.
|
# Set the number that should be added to the online player count to then use as the new max player count.
|
||||||
# Placeholders resolving to numbers can be used here.
|
# Placeholders resolving to numbers can be used here.
|
||||||
|
@ -181,6 +181,35 @@
|
|||||||
},
|
},
|
||||||
"role_moder": {
|
"role_moder": {
|
||||||
"nodes": [
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "velocityplayerlimit.bypass",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.list.others",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.adminsetcreator",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.admindelete",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "permission",
|
"type": "permission",
|
||||||
"key": "minecraft.command.gamemode.spectator",
|
"key": "minecraft.command.gamemode.spectator",
|
||||||
@ -577,6 +606,14 @@
|
|||||||
},
|
},
|
||||||
"role_elder": {
|
"role_elder": {
|
||||||
"nodes": [
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.createlimit.role_elder",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "permission",
|
"type": "permission",
|
||||||
"key": "commandwhitelist.group.role_elder",
|
"key": "commandwhitelist.group.role_elder",
|
||||||
@ -603,7 +640,7 @@
|
|||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
"type": "prefix",
|
"type": "prefix",
|
||||||
"key": "prefix.10.<aqua>Апатия 💰</aqua>",
|
"key": "prefix.10.<color:#c0c0c0>LA ⚔️</color>",
|
||||||
"value": true
|
"value": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -612,7 +649,7 @@
|
|||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
"type": "prefix",
|
"type": "prefix",
|
||||||
"key": "prefix.10.<dark_red>KAM ⚒</dark_red>",
|
"key": "prefix.10.<dark_red>КАМ ✯</dark_red>",
|
||||||
"value": true
|
"value": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -621,13 +658,69 @@
|
|||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
"type": "prefix",
|
"type": "prefix",
|
||||||
"key": "prefix.10.<black>ОКО 👁</black>",
|
"key": "prefix.10.<color:#ed7702>ОКО 👁</color>",
|
||||||
"value": true
|
"value": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
"nodes": [
|
"nodes": [
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.createlimit.default",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.create",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.create.animated",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.select",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.list",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.delete",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "imageframe.setaccess",
|
||||||
|
"value": true,
|
||||||
|
"context": {
|
||||||
|
"server": "survival"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "permission",
|
"type": "permission",
|
||||||
"key": "carbon.channel.global.see",
|
"key": "carbon.channel.global.see",
|
||||||
@ -921,6 +1014,11 @@
|
|||||||
"key": "skinsrestorer.command.set.url",
|
"key": "skinsrestorer.command.set.url",
|
||||||
"value": true
|
"value": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "permission",
|
||||||
|
"key": "skinsrestorer.command.update",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "permission",
|
"type": "permission",
|
||||||
"key": "velocity.command.server",
|
"key": "velocity.command.server",
|
||||||
|
BIN
src/plugins/velocity-player-limit-1.0.0.jar
(Stored with Git LFS)
Normal file
BIN
src/plugins/velocity-player-limit-1.0.0.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
9
src/plugins/velocity-player-limit/config.yml
Normal file
9
src/plugins/velocity-player-limit/config.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Configuration for Velocity Player Limit v1.0.0 by hpfxd.com
|
||||||
|
# https://github.com/hpfxd/VelocityPlayerLimit
|
||||||
|
#
|
||||||
|
# Permission to bypass limit: "velocityplayerlimit.bypass"
|
||||||
|
# Permission to use /playerlimit: "velocityplayerlimit.command"
|
||||||
|
|
||||||
|
show-in-player-list: true
|
||||||
|
player-limit: 30
|
||||||
|
kick-message: '&cСервер полон.'
|
@ -93,7 +93,7 @@ map-1_16-world-names:
|
|||||||
#
|
#
|
||||||
# What is the maximum per second a client can send (Use %pps to display their pps)
|
# What is the maximum per second a client can send (Use %pps to display their pps)
|
||||||
# Use -1 to disable.
|
# Use -1 to disable.
|
||||||
max-pps: 800
|
max-pps: -1
|
||||||
max-pps-kick-msg: You are sending too many packets!
|
max-pps-kick-msg: You are sending too many packets!
|
||||||
# If this setting is active, the main hand is used instead of the off-hand to trigger the blocking of the player.
|
# If this setting is active, the main hand is used instead of the off-hand to trigger the blocking of the player.
|
||||||
# With the main hand, the blocking starts way faster.
|
# With the main hand, the blocking starts way faster.
|
||||||
|
Loading…
Reference in New Issue
Block a user