Çözüldü advancedban

  • Konuyu Başlatan Konuyu Başlatan Crotex
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 237
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Crotex

Altın Benim Yeni Sevgilim
Katılım
6 Kasım 2024
Mesajlar
442
Elmaslar
8
Puan
1.560
Yaş
26
Konum
Antalya
Minecraft
Crotex

Discord:

Crotex

advancedban velocity de kullanıyorum ama nasıl normal serverdaki rehberlere perm vericeğim yetkiyi kullana bilmeleri için
 
Velocityde advencedban ile oyuncuları nasıl yasaklayabiliyorsunuz? Ve velocityde nasıl kullanıcılara yetki vermeyi düşünüyorsunuz? Bunu çakmalobiden dener misiniz?
 
Velocityde advencedban ile oyuncuları nasıl yasaklayabiliyorsunuz? Ve velocityde nasıl kullanıcılara yetki vermeyi düşünüyorsunuz? Bunu çakmalobiden dener misiniz?
velocity de advancedban var ve bütün sunuculara bağlı yani mesela /tempban isim süre sebeb şeklinde banlıyacak rehber ama permissionu yok permissionu ayarlasam bile permission lazım diyor nasıl permissionu ayarlaya bilirim
 
bence velocity ye değilde tüm oyun modlarına koy cünkü o permi velocity de veremezsin diye biliyorum luckperms velocity indircen ama nası vercen bilmiyorum permi
 
Hocam eklentiyi her oyun moduna yüklemen gerek yükle öyle dene permi vermeyi ama normal sürümünü yükle baen bungee sürümleri oluyor onlar değil
 
velocity de advancedban var ve bütün sunuculara bağlı yani mesela /tempban isim süre sebeb şeklinde banlıyacak rehber ama permissionu yok permissionu ayarlasam bile permission lazım diyor nasıl permissionu ayarlaya bilirim
Direkt luckperms üzerinden serverlerde vermeyi denedin mi yetkiyi ve doğru yetkiyi verdiğine emin misin ? Rehber hiçbir sunucuda mi banlayamıyor?
 
bence velocity ye değilde tüm oyun modlarına koy cünkü o permi velocity de veremezsin diye biliyorum luckperms velocity indircen ama nası vercen bilmiyorum permi
Normal oyun modlarınada yerleştirsem permission istiyor
 
Direkt luckperms üzerinden serverlerde vermeyi denedin mi yetkiyi ve doğru yetkiyi verdiğine emin misin ? Rehber hiçbir sunucuda mi banlayamıyor?
evet verdiğime eminim ve hiçbir sunucuda banlayamıyor
 
config.yml yi atabilirmisin?
 
config.yml yi atabilirmisin?
# AdvancedBan v2 - Coded by Leoko
# For each setting, there is a small description.
# Please read each description carefully before changing anything.
# For more information visit:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

# Do you want your own Plugin or Website? Check out our Dev-Page:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


# If set to false all bans will be saved locally in a HSQLDB-Database
UseMySQL: false

MySQL:
IP: localhost
DB-Name: database-name
Username: admin
Password: superSecret
Port: 3306
Properties: 'verifyServerCertificate=false&useSSL=false&useUnicode=true&characterEncoding=utf8'

# Set to false if you want to have only short messages in the console
# On startup and on the shutdown.
DetailedEnableMessage: true
DetailedDisableMessage: true

# Whether to disallow connections to the server when there is an error
# with the database. (e.g.: if your MySQL Server goes down)
LockdownOnError: true

# This will be the default reason to be displayed if none is given
DefaultReason: "none"

# Change this if your server has a different time that your users.
# e.g.: ServerTime: 16:43 | Your Time: 13:43 | TimeDiff has to be set to -3
# You can check the server time with /systemPrefs
TimeDiff: 0

# This commands will be disabled for muted players
# A player wouldn't be able to bypass with eg "/minecraft:me"
MuteCommands:
- 'me'
- 'say'
- 'action'
- 'eaction'
- 'describe'
- 'edescribe'
- 'eme'
- 'w'
- 'm'
- 'pm'
- 'whisper'
- 'ewhisper'
- 'emsg'
- 'msg'
- 'etell'
- 'tell'
- 'er'
- 'r'
- 'reply'
- 'ereply'
- 'ac'
- 'eac'
- 'amsg'
- 'eamsg'
- 'ehelpop'
- 'p msg'

# These players will not be able to get punished in any way
# this also works if the player is offline
# Use Vault to make exempt permissions also work for offline players
ExemptPlayers:
- '.'

# The date-format which will be used for the %DATE% variable
DateFormat: "dd.MM.yyyy-HH:mm"

# This is useful for bungeecord servers or server with permission systems which do not support *-Perms
# So if you enable this you can use ab.all instead of ab.* or ab.ban.all instead of ab.ban.*
# This does not work with negative permissions! e.g. -ab.all would not block all commands for that user.
EnableAllPermissionNodes: true

# If you use external REST-APIs they will have to respond in JSON
# The given APIs will only be used for NAME -> UUID
# For UUID -> NAME will either use the official MojangAPI or the InternFetcher
# To check if you can use the intern fetcher do /systemPerfs and compare your uuid
# to the one you can see online on
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

# if they are similar we recommend using the InternFetcher
UUID-Fetcher:
# If dynamic it set to true it will override the 'enabled' and 'intern' settings
# and automatically detect the best possible uuid fetcher settings for your server.
# Our recommendation: don't set dynamic to false if you don't have any problems.
Dynamic: true
Enabled: true
Intern: false
REST-API:
URL: "
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
"
Key: "id"
BackUp-API:
URL: "
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
"
Key: "uuid"

# These are the commands that will be performed on warns
# If you skip a number the command from before will be performed
# You can also use non-AdvancedBan-Commands like 'broadcast' or 'clear %PLAYER%
# Variables: %PLAYER%, %REASON%, %COUNT%
WarnActions:
3: "kick %PLAYER% &c&o3. Uyarını aldın."
4: "tempban %PLAYER% &c&o3. Uyarını aldın."
5: "tempban %PLAYER% 5h &c&o5. Uyarını aldın."
6: "tempban %PLAYER% 7d &c&o6. Uyarını aldın."

# Here you can create permission-nodes for max-punishment-duration.
# The permission "ab.tempban.dur.1" would allow the player to ban max. for 600sec = 10min
# The permission "ab.tempwarn.dur.2" would allow the player to warn max. for 3600sec = 1h
# You can only create up to 10 perms. The perms can be overridden with "ab.COMMAND.dur.max"
TempPerms:
1: 600
2: 3600
3: 43200

# With this active will show more information in the console, such as errors, if
# the plugin works correctly is not recommended to activate it since it is
# designed to find bugs.
Debug: false

# This is the amount of days that we should keep plugin logs in the plugins/AdvancedBan/logs folder.
# By default is set to 10 days.
Log Purge Days: 10

# Removes the prefix of the plugin in every message.
Disable Prefix: false

# Register commands in a more friendly manner
# Off by default, so AdvancedBan can override /ban from other plugins
# This is a Bukkit-specific option. It has no meaning on BungeeCord
Friendly Register Commands: false
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst