Skocz do zawartości
  • 0

Enderchest i permisje


Pytanie

Nie masz czego szukać :c

Siema ten kod wyżej działa tak że gdy gracz wejdzie na arene przez tabliczkę dostaje eq itd... Chce dla urozmaicenia zrobić sklep czyli jak gracz naciśnie na inną tabliczkę np (KUP Kox) i ma załóżmy 500 $ dostaje on permisje "vip.enderchest" i otrzymuje tego koxa do ENDERCHESTA (nie eq) problem w tym że ostatnie linijki mojego kodu:

				if player has permissions "vip.enderchest":        remove all items from player's enderchest        give 1 322:1 to the player's enderchest        send "&c&lDostales koxa!"

Nie działają wie ktoś jak to zrobić ? 

 

 

A Ps: Gdyby ktoś ogarnął tabliczkę że jak gracz ma 500 $ dostaje daną permisje to leci + :>

Edytowane przez franio3321
Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/
Udostępnij na innych stronach

Rekomendowane odpowiedzi

  • 0
boshe... Zamieńmy account na balance...variables:    {kox.%player%} = false[KOD]{kox.%player%} is false:    player's balance is greater than 500:        set {kox.%player%} to true        remove 500 from player's balance        execute console command "pex %player% add vip.enderchest"        send "&6Kupiles koxa, znajdziesz go w enderchescie!"    else:        send "&cMasz za malo &4$ &c(500$)" to playerelse:         send "&cJuz kupiles koxa!"  
Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4193
Udostępnij na innych stronach

  • 0
on rightclick on sign:    line 1 is "SerwerFranio":        line 2 is "BlaBla":            player doesn't have permission "vip.enderchest":                player's account is greater than 500:                    execute server command "/pex user %player% add vip.enderchest"                    remove 500 from player's account                    send "Kupiles koxa, znajdziesz go w Skrzyni Kresu"                else:                    send "Za malo hajsu"            else:                send "Juz kupiles koxa"
proszę :)
Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4228
Udostępnij na innych stronach

  • 0

Nie działa ani Dragona ani Herhora :c

 

 

 

LOGI:

[14:52:49] [Server console handler/ERROR]: Exception handling console inputjava.io.IOException: Nieprawidłowe dojście	at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_55]	at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_55]	at java.io.BufferedInputStream.fill(Unknown Source) ~[?:1.7.0_55]	at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_55]	at java.io.FilterInputStream.read(Unknown Source) ~[?:1.7.0_55]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:1506) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1153) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1117) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1105) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at net.minecraft.server.v1_7_R1.ThreadCommandReader.run(ThreadCommandReader.java:34) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277][14:52:49] [Server thread/INFO]: Starting minecraft server version 1.7.2[14:52:49] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"[14:52:49] [Server thread/INFO]: Loading properties[14:52:49] [Server thread/INFO]: Default game type: SURVIVAL[14:52:50] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.2-R0.3-122-gb58e277 (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)[14:52:50] [Server thread/INFO]: Server Ping Player Sample Count: 12[14:52:50] [Server thread/INFO]: Using 4 threads for Netty based IO[14:52:50] [Server thread/INFO]: Generating keypair[14:52:50] [Server thread/INFO]: Starting Minecraft server on 192.168.0.100:25565[14:52:51] [Server thread/INFO]: [PermissionsEx] sql backend registered![14:52:51] [Server thread/INFO]: [PermissionsEx] file backend registered![14:52:51] [Server thread/INFO]: [PermissionsEx] PermissionEx plugin initialized.[14:52:51] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.3[14:52:51] [Server thread/INFO]: [Skript] Loading Skript v2.1.2[14:52:51] [Server thread/INFO]: [Vault] Loading Vault v1.2.31-b411[14:52:51] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.6.3[14:52:51] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.19.6[14:52:51] [Server thread/INFO]: [PermissionsEx] Initializing file backend[14:52:51] [Server thread/INFO]: Permissions file successfully reloaded[14:52:51] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527[14:52:51] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.7.1[14:52:51] [Server thread/INFO]: [FancyTab] Loading FancyTab v2.2 Release[14:52:51] [Server thread/INFO]: [Essentials] Loading Essentials v2.11.1[14:52:51] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.11.1[14:52:51] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548[14:52:51] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.5.10[14:52:51] [Server thread/INFO]: [AZRank] Loading AZRank v1.3.b4[14:52:51] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.0.2[14:52:51] [Server thread/INFO]: [1vs1] Loading 1vs1 v1.5.1 #199[14:52:51] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.11.1[14:52:51] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.3.4[14:52:51] [Server thread/INFO]: [BukkitSmerf] Loading BukkitSmerf v0.5[14:52:51] [Server thread/INFO]: [Vault] Enabling Vault v1.2.31-b411[14:52:51] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy found: Waiting[14:52:51] [Server thread/INFO]: [Vault] [Vault][Permission] PermissionsEx found: Waiting[14:52:51] [Server thread/INFO]: [Vault] [Vault][Permission] SuperPermissions loaded as backup permission system.[14:52:51] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx found: Waiting[14:52:51] [Server thread/INFO]: [Vault] [Vault] Enabled Version 1.2.31-b411[14:52:51] [Server thread/INFO]: Preparing level "world"[14:52:51] [Server thread/INFO]: -------- World Settings For [world] --------[14:52:51] [Server thread/INFO]: View Distance: 10[14:52:51] [Server thread/INFO]: Chunks to Grow per Tick: 650[14:52:51] [Server thread/INFO]: Clear tick list: false[14:52:51] [Server thread/INFO]: Experience Merge Radius: 3.0[14:52:51] [Server thread/INFO]: Item Despawn Rate: 6000[14:52:51] [Server thread/INFO]: Item Merge Radius: 2.5[14:52:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false[14:52:51] [Server thread/INFO]: Mob Spawn Range: 4[14:52:51] [Server thread/INFO]: Arrow Despawn Rate: 1200[14:52:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true[14:52:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true[14:52:51] [Server thread/INFO]: Cactus Growth Modifier: 100%[14:52:51] [Server thread/INFO]: Cane Growth Modifier: 100%[14:52:51] [Server thread/INFO]: Melon Growth Modifier: 100%[14:52:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%[14:52:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%[14:52:51] [Server thread/INFO]: Sapling Growth Modifier: 100%[14:52:51] [Server thread/INFO]: Wheat Growth Modifier: 100%[14:52:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16[14:52:51] [Server thread/INFO]: Sending up to 5 chunks per packet[14:52:51] [Server thread/INFO]: Max Entity Collisions: 8[14:52:51] [Server thread/INFO]: Anti X-Ray: true[14:52:51] [Server thread/INFO]: 	Engine Mode: 1[14:52:51] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130][14:52:51] [Server thread/INFO]: 	Replace Blocks: [1, 5][14:52:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64[14:52:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8[14:52:51] [Server thread/INFO]: Random Lighting Updates: false[14:52:51] [Server thread/INFO]: Structure Info Saving: true[14:52:51] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3317208454085435588)[14:52:52] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.3[14:52:52] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.[14:52:52] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2[14:52:53] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases[14:52:53] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~[14:52:53] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.6.3[14:52:53] [Server thread/WARN]: [ClearLag] --=[> This build was made for CraftBukkit 1.7.8 &lt]=---[14:52:53] [Server thread/WARN]: [ClearLag] The following features have been disabled: mob-range[14:52:53] [Server thread/INFO]: [ClearLag] No config updates found...[14:52:53] [Thread-10/INFO]: [ClearLag] Searching for updates..[14:52:53] [Server thread/INFO]: [ClearLag] Clearlag has been enabled![14:52:53] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.19.6[14:52:53] [Server thread/INFO]: [PermissionsEx] Superperms support enabled.[14:52:53] [Server thread/INFO]: [PermissionsEx] v1.19.6 enabled[14:52:53] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.[14:52:53] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.[14:52:53] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.[14:52:53] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527[14:52:53] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--[14:52:53] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527[14:52:54] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 3317208454085435588[14:52:54] [Server thread/INFO]: [Multiverse-Core] 1 - World(s) loaded.[14:52:54] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.7.1[14:52:54] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.[14:52:54] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.[14:52:54] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.[14:52:54] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.[14:52:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'[14:52:54] [Server thread/INFO]: [WorldGuard] 3 regions loaded for 'world'[14:52:54] [Server thread/INFO]: [FancyTab] Enabling FancyTab v2.2 Release[14:52:54] [Server thread/INFO]: [FancyTab] This Server is running with CraftBukkit version 1.7.2![14:52:54] [Server thread/INFO]: [FancyTab] Version 2.2 by Codebucket[14:52:54] [Server thread/INFO]: [Essentials] Enabling Essentials v2.11.1[14:52:54] [Server thread/INFO]: Format wersji Bukkita jest zmieniony. Wersja nie jest sprawdzana.[14:52:54] [Server thread/INFO]: git-Spigot-1.7.2-R0.3-122-gb58e277 (MC: 1.7.2)[14:52:54] [Server thread/INFO]: 1.7.2-R0.4-SNAPSHOT[14:52:54] [Server thread/INFO]: File C:UsersFranioDesktopPvP Spigot 1.7pluginsEssentialsconfig.yml is not utf-8 encoded, trying windows-1250[14:52:54] [Server thread/INFO]: File C:UsersFranioDesktopPvP Spigot 1.7pluginsEssentialsconfig.yml is not utf-8 encoded, trying windows-1250[14:52:54] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.[14:52:54] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.[14:52:54] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1[14:52:54] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548[14:52:54] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret[14:52:55] [Server thread/INFO]: [Multiverse-Portals]  8 - Portals(s) loaded[14:52:55] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.5.10[14:52:55] [Server thread/INFO]: [CombatLog] Loading messages.properties.[14:52:55] [Server thread/INFO]: [CombatLog] Loading config.yml.[14:52:55] [Server thread/INFO]: [CombatLog] Factions plugin not found! Safezone untagging will not work.[14:52:55] [Server thread/INFO]: [CombatLog] CombatLog v1.5.10 Enabled.[14:52:55] [Server thread/INFO]: [AZRank] Enabling AZRank v1.3.b4[14:52:55] [Server thread/INFO]: [AZRank] Found Vault and PermissionsEx and is good to go[14:52:55] [Server thread/INFO]: [AZRank][Config]option: 'message' is: +player is now a(n) +group for+time[14:52:55] [Server thread/INFO]: [AZRank][Config]option: 'aWhile' is:  a while[14:52:55] [Server thread/INFO]: [AZRank][Config]option: 'ever' is: ever[14:52:55] [Server thread/INFO]: [AZRank][Config]option: 'broadcastRankChange' is: true[14:52:55] [Server thread/INFO]: [AZRank][Config]option: 'allowOpsChanges' is: true[14:52:55] [Server thread/INFO]: [AZRank][Config]option: 'logEverything' is: false[14:52:55] [Server thread/INFO]: [AZRank][Config]option: 'checkInterval' is: 10seconds[14:52:55] [Server thread/INFO]: [AZRank] AZRank v1.3.b4 is now enabled.[14:52:55] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.0.2[14:52:55] [Server thread/INFO]: [1vs1] Enabling 1vs1 v1.5.1 #199[14:52:55] [Server thread/INFO]: [1vs1] Connecting to database...[14:52:55] [Server thread/INFO]: [1vs1] Connected![14:52:55] [Thread-10/INFO]: [ClearLag] No updates found![14:52:55] [Server thread/ERROR]: Error occurred while enabling 1vs1 v1.5.1 #199 (Is it up to date?)java.lang.NoSuchMethodError: org.mcstats.Metrics.createGraph(Ljava/lang/String;)Lorg/mcstats/Metrics$Graph;	at com.gmail.Orscrider.PvP1vs1.PvP1vs1.startMetrics(PvP1vs1.java:117) ~[?:?]	at com.gmail.Orscrider.PvP1vs1.PvP1vs1.onEnable(PvP1vs1.java:56) ~[?:?]	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:390) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:460) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:380) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:348) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:325) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:281) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:186) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:437) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277][14:52:55] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.11.1[14:52:55] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.3.4[14:52:55] [Server thread/INFO]: [AuthMe] Loading Configuration File...[14:52:55] [Server thread/WARN]: [AuthMe] Merge new Config Options if needed..[14:52:55] [Server thread/WARN]: [AuthMe] Please check your config.yml file![14:52:55] [Server thread/INFO]: [AuthMe] Set Language: en[14:52:55] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system[14:52:55] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations[14:52:55] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin[14:52:55] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin[14:52:55] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com[14:52:55] [Server thread/INFO]: [AuthMe] Authme 3.3.4 enabled[14:52:55] [Server thread/INFO]: [BukkitSmerf] Enabling BukkitSmerf v0.5[14:52:55] [Server thread/INFO]: You using AuthMe or xAuth as login plugin, maybe you try LogIt ( http://dev.bukkit.org/bukkit-plugins/logit/ ) it's much better, and without bugs, like cloning items :> (Have all options like AuthMe and xAuth, and even more)[14:52:55] [Server thread/INFO]: [BukkitSmerf] Found minecraft server engine, version: v1_7_R1 compatibility checking...[14:52:55] [Server thread/INFO]: [BukkitSmerf] Found Skript plugin, activate special skript functions!, list of it:     player (is|has) [not] premium    player is [not] exception    player has [not] enabledLogin    player is [not] whitelisted    player is [not] blacklisted    player add to blacklisted    player remove from blacklisted    player add to enabledLogin    player remove from enabledLogin    player add to exceptions    player remove from exceptions    disable premium for player    enable premium for player    remove premium for player    player add to whitelisted    player remove from whitelisted    enable AutoIn whitelist    disable AutoIn whitelist    on force login:            Skript support added by: Dzikoysk[14:52:55] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it[14:52:55] [Server thread/INFO]: Done (4,229s)! For help, type "help" or "?"[14:52:56] [Craft Scheduler Thread - 1/INFO]: [Skript] Checking for the latest version of Skript...[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '322:1' with e.g. 'enchanted golden apple'. (arena hardcore.sk, line 12: add 2 322:1 named "&6Jestes zwyciezca &6%player%" to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '322' (GOLDEN_APPLE) in aliases-english.sk or the script's aliases section and use that instead. (arena hardcore.sk, line 13: add 6 322 named "&6Jestes zwyciezca &6%player%" to player's inventory')[14:52:56] [Server thread/ERROR]: [Skript] Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (arena hardcore.sk, line 20: add 2 368 named "&6Perelka &6%player% to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '322:1' with e.g. 'enchanted golden apple'. (arena knock.sk, line 11: add 1 322:1 named "&6Jestes zwyciezca &6%player%" to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '322' (GOLDEN_APPLE) in aliases-english.sk or the script's aliases section and use that instead. (arena knock.sk, line 12: add 8 322 named "&6Jestes zwyciezca &6%player%" to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '322:1' with e.g. 'enchanted golden apple'. (arena potki.sk, line 12: add 1 322:1 named "&6Jestes zwyciezca &6%player%" to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 18: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 19: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 20: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 21: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 22: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 23: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 24: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 25: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 26: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 27: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 28: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 29: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 30: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 31: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 32: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 33: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 34: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 35: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 36: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 37: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 38: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 39: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 40: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 41: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 42: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 43: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 44: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 45: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 46: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 47: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 48: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 49: add 1 373:16421 to player's inventory')[14:52:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '373:16421' with e.g. 'unextended splash Health potion II item'. (arena potki.sk, line 50: add 1 373:16421 to player's inventory')[14:52:57] [Server thread/ERROR]: [Skript] indentation error: expected 24 spaces, but found 48 spaces (ranking.sk, line 32: send "&6ZRESETOWANO CALY RANKING I TOP!"')[14:52:57] [Server thread/ERROR]: [Skript] indentation error: expected 24 spaces, but found 28 spaces (ranking.sk, line 43: remove 5 from victim's account')[14:52:57] [Server thread/ERROR]: [Skript] indentation error: expected 24 spaces, but found 16 spaces (ranking.sk, line 49: give the victim's skull to attacker')[14:52:57] [Server thread/ERROR]: [Skript] indentation error: expected 24 spaces, but found 16 spaces (ranking.sk, line 50: strike lightning effect at the player')[14:52:57] [Server thread/ERROR]: [Skript] indentation error: expected 24 spaces, but found 16 spaces (ranking.sk, line 51: stop')[14:52:57] [Server thread/ERROR]: [Skript] Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (ranking.sk, line 10: send "&8#####"')[14:52:57] [Server thread/ERROR]: [Skript] Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (ranking.sk, line 16: send "&8#####"')[14:52:57] [Skript update thread/INFO]: [Skript] You're currently running the latest stable version of Skript.[14:52:57] [Server thread/ERROR]: [Skript] The percent sign is used for expressions (e.g. %player%). To insert a '%' type it twice: %%. (ranking.sk, line 29: delete {stone::%player}')[14:52:57] [Server thread/WARN]: [Skript] an entity cannot be saved, i.e. the contents of the variable {attacker.%the attacked entity%} will be lost when the server stops. (ranking.sk, line 34: set {attacker.%victim%} to attacker')[14:52:57] [Server thread/ERROR]: [Skript] Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (ranking.sk, line 62: send "&8#####"')[14:52:57] [Server thread/WARN]: [Skript] Possible name conflict of variables {stone::*} and {stone::%player%} (there might be more conflicts). (ranking.sk, line 68: set {_num} to size of {stone::*}')[14:52:57] [Server thread/ERROR]: [Skript] indentation error: expected 6 spaces, but found 7 spaces (sklep - beta.sk, line 6: line 2 is "&8SKLEP":')[14:52:57] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (sklep - beta.sk, line 5: line 1 is "&SerwerFranio":')[14:52:57] [Server thread/ERROR]: [Skript] can't understand this event: '{kox.%player%} is false' (sklep - beta.sk, line 7: {kox.%player%} is false:')[14:52:57] [Server thread/ERROR]: [Skript] can't understand this event: 'else' (sklep - beta.sk, line 15: else:')[14:52:57] [Server thread/INFO]: [Skript] Loaded 12 scripts with a total of 14 triggers and 15 commands in 1.43 seconds[14:52:57] [Server thread/INFO]: [Skript] Finished loading.[14:53:01] [Server thread/INFO]: Starting minecraft server version 1.7.2[14:53:01] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"[14:53:01] [Server thread/INFO]: Loading properties[14:53:01] [Server console handler/ERROR]: Exception handling console inputjava.io.IOException: Nieprawidłowe dojście	at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_55]	at java.io.FileInputStream.read(Unknown Source) ~[?:1.[14:53:10] [Server thread/INFO]: [AuthMe] franio3321 registered 192.168.0.100[14:54:04] [Server thread/INFO]: franio3321» ds[14:54:09] [Server thread/INFO]: franio3321: Opped franio3321) ~[?:1.7.0_55]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:1506) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1153) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1117) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1105) ~[spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]	at net.minecraft.server.v1_7_R1.ThreadCommandReader.run(ThreadCommandReader.java:34) [spigot-1.7.2-R0.4-SNAPSHOT.jar:git-Spigot-1.7.2-R0.3-122-gb58e277][14:53:02] [Server thread/INFO]: Default game type: SURVIVAL[14:53:02] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.2-R0.3-122-gb58e277 (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)[14:53:02] [Server thread/INFO]: Server Ping Player Sample Count: 12[14:53:02] [Server thread/INFO]: Using 4 threads for Netty based IO[14:53:02] [Server thread/INFO]: Generating keypair[14:53:02] [Server thread/INFO]: Starting Minecraft server on 192.168.0.100:25565[14:53:03] [Server thread/WARN]: **** FAILED TO BIND TO PORT![14:53:03] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind[14:53:03] [Server thread/WARN]: Perhaps a server is already running on that port?
Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4253
Udostępnij na innych stronach

  • 0
on rightclick on sign:    line 1 is "SerwerFranio":	    line 2 is "BlaBla":            {kox.%player%} is false:                player's balance is greater than 500:	                set {kox.%player%} to true	                remove 500 from player's balance	                execute console command "pex %player% add vip.enderchest"	                send "&6Kupiles koxa, znajdziesz go w enderchescie!"                else:	                send "&cMasz za malo &4$ &c(500$)" to player            else:	                 send "&cJuz kupiles koxa!"
Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4257
Udostępnij na innych stronach

  • 0

Kurde, za szybko napisalem u admina działa u gracza nie do końca:

Może kupić to działa 

Jak już kupił pisze że kupił koxa

Ale daje itemków na arene (koxa) :c

 

 

Noo plusy zostawiam bo ci się należą ale jak pomożesz w tym to dostaniesz kolejnego... 

Edytowane przez franio3321
Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4361
Udostępnij na innych stronach

  • 0

Skrypt pod arene:

options:    komenda: warp knock  on rightclick on sign:    line 1 is "&6SerwerFranio"    line 2 is "&4FOSA"    clear the player's inventory    execute player command "{@komenda}"    add diamond sword of sharpness 5 named "&6Treningowy Miecz" to player's inventory    add diamond sword of Knockback 2 named "&6Trenigowy Miecz II" to player's inventory    add 1 322:1 named "&6Jestes zwyciezca &6%player%" to player's inventory    add 8 322 named "&6Jestes zwyciezca &6%player%" to player's inventory    add 64 steak named "&6Papu" to player's inventory    add bow of infinity,Punch 2, named "&6PUNCH" to player's inventory    add arrow of power 10 named "&6Strzala" to player's inventory    add diamond helmet of protection 4 named "&6Czapeczka &6%player%" to the player's helmet    add diamond chestplate of protection 4 named "&6Klata &6%player%" to the player's chestplate    add diamond leggings of protection 4 named "&6Spodenki &6%player%" to the player's leggings    add diamond boots of protection 4 named "&6Adidasy &6%player%" to the player's boots    add 2 ender pearl to player's inventory    wait 1 second    execute console command "/playsound random.fizz %player%"    send "&6Doloczyles do areny &4FOSA&6!"    if player has permissions "vip.enderchest":        remove all items from player's enderchest        give 1 golden apple:1 to the player's enderchest        send "&c&lDostales koxa!"

Skrypt pod sklep:

on rightclick on sign:     line 1 is "SerwerFranio":        line 2 is "BlaBla":            {kox.%player%} is false:                player's balance is greater than 500:                    set {kox.%player%} to true                    remove 500 from player's balance                    execute console command "pex %player% add vip.enderchest"                    send "&6Kupiles koxa, znajdziesz go w enderchescie!"                else:                    send "&cMasz za malo &4$ &c(500$)" to player            else:                     send "&cJuz kupiles koxa!"

Są oddzielnie zapisane!

Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4373
Udostępnij na innych stronach

  • 0
on rightclick on sign:	line 1 is "SerwerFranio":		line 2 is "BlaBla":			{kox.%player%} is false:				player's balance is greater than 500:					set {kox.%player%} to true					remove 500 from player's balance                    give 1 enchanted apple:1 to player's enderchest					execute console command "pex %player% add vip.enderchest"					send "&6Kupiles koxa, znajdziesz go w enderchescie!"				else:					send "&cMasz za malo &4$ &c(500$)" to player			else:	 				send "&cJuz kupiles koxa!"
Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4390
Udostępnij na innych stronach

  • 0

Koxy sie powielają, nie wiem czy źle wytłumaczyłem ale miało działać tak po wejściu na arene jeżeli gracz wykupił koxa za każdym razem ma być tam 1, jeżeli go zostawi, nie weźmie i 2 raz wejdzie na aren to mu się on powiela mimo że jest linijka w kodzie:

 remove all items from player's enderchest

 

 

 

To była sprawa u admina co ma *

A gracz ? nic się nie dzieje :c

Edytowane przez franio3321
Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4417
Udostępnij na innych stronach

  • 0

Nie możesz odświeżać...

 

 

Spróbuj 

clear enderchest of player

 albo 

clear player's enderchest

Może, jeśli temat jest na drugiej lub dalszej stronie i miną 24 godziny (które nie minęły, więc warn za double). Znajomość regulaminu się kłania. //Sebek

Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4645
Udostępnij na innych stronach

  • 0

Wiesz, ale to nie główny problem nie daje koxów chyba dla tego że 

on rightclick on sign:    line 1 is "SerwerFranio":        line 2 is "BlaBla":            {kox.%player%} is false:                player's balance is greater than 500:                    set {kox.%player%} to true                    remove 500 from player's balance                    give 1 enchanted apple:1 to player's enderchest                     execute console command "pex %player% add vip.enderchest"                    send "&6Kupiles koxa, znajdziesz go w enderchescie!"                else:                    send "&cMasz za malo &4$ &c(500$)" to player            else:                     send "&cJuz kupiles koxa!"

Tu jest zmienna, a w 2 skrypcie pod to :

options:    komenda: warp knock  on rightclick on sign:    line 1 is "&6SerwerFranio"    line 2 is "&4FOSA"    clear the player's inventory    execute player command "{@komenda}"    add diamond sword of sharpness 5 named "&6Treningowy Miecz" to player's inventory    add diamond sword of Knockback 2 named "&6Trenigowy Miecz II" to player's inventory    add 1 322:1 named "&6Jestes zwyciezca &6%player%" to player's inventory    add 8 322 named "&6Jestes zwyciezca &6%player%" to player's inventory    add 64 steak named "&6Papu" to player's inventory    add bow of infinity,Punch 2, named "&6PUNCH" to player's inventory    add arrow of power 10 named "&6Strzala" to player's inventory    add diamond helmet of protection 4 named "&6Czapeczka &6%player%" to the player's helmet    add diamond chestplate of protection 4 named "&6Klata &6%player%" to the player's chestplate    add diamond leggings of protection 4 named "&6Spodenki &6%player%" to the player's leggings    add diamond boots of protection 4 named "&6Adidasy &6%player%" to the player's boots    add 2 ender pearl to player's inventory        remove all items from player's enderchest    wait 1 second    execute console command "/playsound random.fizz %player%"    send "&6Doloczyles do areny &4FOSA&6!"    if player has permissions "vip.enderchest":        give 1 golden apple:1 to the player's enderchest        send "&c&lDostales koxa!"

jest if player has permissions jak by ktoś umiał poprawić byłbym wdzięczny, umiem tylko czytać skrypty ale pisać nie zbyt xD (chyba że znajdę jakiś wzór którego się trzymam i go modyfikuje) 

 

 

PS Nie umiem stawiać spacji i tab'ów :c

Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4650
Udostępnij na innych stronach

  • 0
Może, jeśli temat jest na drugiej lub dalszej stronie i miną 24 godziny (które nie minęły, więc warn za double). Znajomość regulaminu się kłania. //Sebek

 

Naprawdę? Przecież właśnie o to mi chodziło... Jak chcesz wiedzieć, to znam regulamin(in add czytam codziennie)

 

@UP spróbuj wyegzekwować komendę

 

/execute console command "give <id jabłka> %player%"

Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4653
Udostępnij na innych stronach

  • 0
on rightclick on sign:    line 1 is "SerwerFranio":        line 2 is "BlaBla":            {kox.%player%} is false:                player's balance is greater than 500:                    set {kox.%player%} to true                    remove 500 from player's balance                    give 1 golden apple:1 to player's enderchest                    execute console command "pex %player% add vip.enderchest"                    send "&6Kupiles koxa, znajdziesz go w enderchescie!"                else:                    send "&cMasz za malo &4$ &c(500$)" to player            else:                     send "&cJuz kupiles koxa!"
Odnośnik do komentarza
https://skript.pl/temat/638-enderchest-i-permisje/#findComment-4959
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...