Çözüldü Süreli Vip Verme Skript İsteği !?

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

MTMCcraft

Bir Kömür Göründü Kaptanım!
Katılım
10 Aralık 2019
Mesajlar
159
Elmaslar
34
Puan
2.170
Minecraft
YoungCrow_YT

Discord:

YoungCrow#0423

Selam Arkadaşlar.
Klasik Bir Skript İstiyorum.
/vipver (oyuncu) (vipçeşidi) (kaç saat vip olacak) Komudu İle Oyuncuya Vip Vereceğiz.
Oyuncunun Vipi Otomatik Kendi Kendine Biticek.
/vipsürem İle Vip Süresine Bakabilecek.
NOTLAR:
- Yetki Vermede GroupManager Kullanıyorum.
- VIP Çeşitleri: VIP, VIP+, MVIP, MVIP+, UVIP, UVIP+
 
Bunun yerine luckperms kullanabilirsiniz boşuna skript kullanmayın luckpermsde bu özellik var.
 
Grup eklentiniz groupmanager ise PixelVip veya VipZero kullanabilirsiniz.
 
Arkadaşlar haklı. PixelVIP, VipZero, LuckPerms kullanabilirsin. Eğer Skript ile yaparsan sunucu kapandığında oyuncunun VIP süresi üzerinde değişiklik yapamazsın. Skript ile yapılamaz bir şey yani bu, yapılsa bile çok kötü bir hal alır.
 
Luckperms'i Deniyorum.
 
Luckperms'i Deniyorum.
Eğer GroupManager kullanıyorsan LuckPerms pluginine geçiş yaparken sıkıntı çekiceksin. İstersen PixelVIP veya VipZero ile denemeye başla. Ama yinede sen bilirsin.
 
Pixel VIP'i İndirdim Allah Rızası İçin Birisi Ayarlıyabilir Mi Çook İşim Var Da.

CONFİG:

# =============== PixelVip Configuration Options ================
# The configuration is commented! If you need more help or have issues, use our github:
#
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

#
# Pixelvip by FabioZumbi12


# Group names like is in your permissions plugin (case sensitive)!
# Available placeholders:
# - {p|player} = Players Name
# - {vip} = Vip Group
# - {playergroup} = Player Group before Vip activation
# - {days} = Days of activated Vip
groups:
vipExample:
essentials-kit: 'ExampleKit'
title: '&bVip Example'
commands:
- 'broadcast &aThe player &6{p} &ahas acquired your &6{vip} &afor &6{days} &adays'
- 'give {p} minecraft:diamond 10'
- 'eco give {p} 10000'
cmdChances:
50:
- 'give {p} minecraft:diamond_block 5'
30:
- 'give {p} minecraft:mob_spawner 1'
0: []
run-on-vip-finish:
- 'broadcast [Example message from PixelVip on run-on-vip-finish] The vip of {p} (Vip {vip}) has ended and now is back to {playergroup}!'
configs:
database:
# Options: "file" or "mysql"
type: 'file'
# Database configuration!
# H2 uri: "jdbc:h2:%s/pixelvip.db;mode=MySQL" (%s will be replaced by pixelvip path)
# Mysql uri: "jdbc:mysql://localhost:3306/"
mysql:
host: 'jdbc:mysql://localhost:3306/'
db-name: 'pixelvip'
username: 'user'
password: 'pass'
keys:
table-name: 'pixelvip_keys'
columns:
key: 'col_key'
group: 'col_group'
duration: 'col_duration'
uses: 'col_uses'
cmds: 'col_cmds'
info: 'col_info'
comments: 'col_comments'
vips:
table-name: 'pixelvip_vips'
columns:
uuid: 'col_uuid'
vip: 'col_vip'
playerGroup: 'col_playerGroup'
duration: 'col_duration'
nick: 'col_nick'
expires-on-exact: 'col_expires'
active: 'col_active'
kits: 'col_kits'
comments: 'col_comments'
transactions:
table-name: 'pixelvip_transactions'
columns:
idt: 'col_idt'
payment: 'col_payment'
nick: 'col_nick'
spigot:
clickKeySuggest: true
clickSuggest: '/usekey {key}'
# Sets the length of your vip keys.
key-size: 10
# Should we alert the player about free inventory space before use the key?
useKeyWarning: true
Vault:
use: true
mode: 'set'
# Command to reload the permissions plugin after some action.
cmdToReloadPermPlugin: ''
# Command to run when a vip is removed by command.
cmdOnRemoveVip: 'lp user {p} parent remove {vip}'
# Run this commands when the vip of a player finish.
# Variables: {p|player} get the player name, {vip} get the actual vip, {playergroup} get the group before the player activate your vip.
commandsToRunOnVipFinish:
- 'nick {p} off'
# Run this commands on player change your vip to other.
# Variables: {p|player} get the player name, {newvip} get the new vip, {oldvip} get the vip group before change.
commandsToRunOnChangeVip:
- 'lp user {p} parent set {newvip}'
- 'lp user {p} parent remove {oldvip}'
queueCmdsForOfflinePlayers: false
worldCmdsAllowed:
- 'world'
- 'world_the_end'
- 'spawn1'
- 'world_nether'
- 'edit'
- 'ASkyBlock'
- 'ASkyBlock_nether'
- 'arena'
bungee:
enableSync: false
serverID: 'server1'
strings:
_pluginTag: '&7[&6PixelVip&7] '
noPlayersByName: '&cTheres no players with this name!'
onlyPlayers: '&cOnly players ca use this command!'
noKeys: '&aTheres no available keys! Use &6/newkey &aor &6/newikey &ato generate one.'
listKeys: '&aList of Keys:'
listItemKeys: '&aList of Item Keys:'
vipInfoFor: '&aVip info for '
playerNotVip: '&cThis player(or you) is not VIP!'
moreThanZero: '&cThis number need to be more than 0'
keyGenerated: '&aGenerated a key with the following:'
keySendTo: '&aYou received a key with the following:'
invalidKey: '&cThis key is invalid or not exists!'
vipActivated: '&aVip activated with success:'
usesLeftActivation: '&bThis key can be used for more: &6{uses} &btimes.'
activeVip: '&b- Vip: &6{vip}'
activeDays: '&b- Days: &6{days} &bdays'
timeLeft: '&b- Time left: &6'
totalTime: '&b- Days: &6'
timeKey: '&b- Key: &6'
hoverKey: '&7&o(Click to get the Key)&r'
timeGroup: '&b- Vip: &6'
timeActive: '&b- In Use: &6'
infoUses: '&b- Uses left: &6'
activeVipSetTo: '&aYour active VIP is '
noGroups: '&cNo groups with name &6'
days: ' &bdays'
hours: ' &bhours'
minutes: ' &bminutes'
and: ' &band'
vipEnded: ' &bYour vip &6{vip} &bhas ended. &eWe hope you enjoyed your Vip time &a:D'
lessThan: '&6Less than one minute to end your vip...'
vipsRemoved: '&aVip(s) of player removed with success!'
vipSet: '&aVip set with success for this player!'
sync-groups: '&aGroup configs send to all servers!'
list-of-vips: '&aList of active VIPs: '
vipAdded: '&aVip added with success for this player!'
item: '&a-- Item: &b'
itemsGiven: '&aGiven {items} item(s) using a key.'
itemsAdded: '&aItem(s) added to key:'
keyRemoved: '&aKey removed with success: &b'
noKeyRemoved: '&cTheres no keys to remove!'
cmdNotAllowedWorld: '&cThis command is not allowed in this world!'
true: '&atrue'
false: '&cfalse'
reload: '&aPixelvip reloaded with success!'
wait-cmd: '&cWait before use a pixelvip command again!'
confirmUsekey: '&4Warning: &cMake sure you have free space on your inventory to use this key for your vip or items. &6Use the same command again to confirm!'
pendent: '&cYou have some pendent activation(s) to use. Please select one before continue!'
payment:
waiting: '&c{payment}: Your purchase has not yet been approved!'
codeused: '&c{payment}: This code has already been used!'
expired: '&c{payment}: This code has expired!'
noitems: '&c{payment}: No items delivered. Code: {transaction} - Print this message and send to an Administrator!'

PACKAGES:

pending-variants: {}
packages:
'999':
commands:
- givevip {p} vip1 10
- eco add {p} 1000
variants:
options: {}
message: ''
'998':
commands: []
variants:
options:
Masculino:
- addvip {p} vip2m 10
Feminino:
- addvip {p} vip2f 10
message: '&aSelect your tag gender (click): '
hand:
cmd: give {p} {item} {amount}
strings:
choose: '&bClick in one of the available variants to choose one: '
hover-info: '&eClick to select this variant!'
use-cmd: '&bUse the following command to select your variant: &e\givepackage %s
[variant]'
variants: '&bSelect a variant: '
no-package: '&cThere''s no package with id {id}'
no-pendent: '&cYou don''t have any pendent variants to use!'
removed: '&aPackage removed with success!'
added: '&aPackage added with success!'
exists: '&cA package with id {id} already exists!'
hand-empty: '&cYour hand is empty or an invalid item!'
only-players: '&cOnly players can use this command to add a item from hand!'

VIP,VIP+,MVIP,MVIP+,UVIP,UVIP+ OLUCAK.
Gönderi otomatik olarak birleştirildi:

Vip Verince "&aHayırlı Olsun &6VIP Oldun &a&n/vipödül'&aü Kullanmayı Unutma"
Gönderi otomatik olarak birleştirildi:

Yazıcak
Gönderi otomatik olarak birleştirildi:

Bu Arada Yapmanız Bitince /givevip'i /vipver Yapabilir Misiniz (skript ile)
 
Burası senin **çok fazla** isteklerini yapmak için değil **yardım** etmek için var.
Configleri kendin ayarlamalısın.
Duyuru işini site den komut gönderme yaparken /bc mesaj ekleyebilirsin
 
Ondan Değil.
PixelVIP İle İlgili Hiç Bilgim Yok Ondan Ayarlıyamam.
Tamam Hadi Skripti Yine Ben Yazarım da.
Nolur Ayarlayın.
 
Pardoon.
UVIP Ve UVIP+ Olmıyıcak.
Gönderi otomatik olarak birleştirildi:

PixelVIP'i Kullanmayı Bilmiyorum. Suç mu ?
Gönderi otomatik olarak birleştirildi:

Gereksiz Mesaj Atacaksanız Nolur Atmayın.
Ayarlayan Kişiden De Allah Razı Olsun.
Gönderi otomatik olarak birleştirildi:

Tamam Ayarladım.
KONU KİLİT.
 
Son düzenleme:
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