diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..6eca100 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +/.git/ diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..869a2b9 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,24 @@ +FROM openjdk:8-alpine + +MAINTAINER EstiNet + +ARG PORT_NUM +ENV PORT_NUM ${PORT_NUM:-25400} + +ARG EC_PORT_NUM +ENV EC_PORT_NUM ${EC_PORT_NUM:-7000} + +EXPOSE $EC_PORT_NUM $PORT_NUM + +COPY . /usr/src/server +WORKDIR /usr/src/server + +RUN echo server-port=$PORT_NUM >> server.properties +RUN echo port=$EC_PORT_NUM >> esticonsole.properties + +# RUN apk add --no-cache screen + +RUN mkdir /data + +# CMD screen -S -X 'java -jar EstiConsole.jar\n' +CMD exec java -jar EstiConsole.jar diff --git a/EstiConsole.jar b/EstiConsole.jar new file mode 100644 index 0000000..fa6177a Binary files /dev/null and b/EstiConsole.jar differ diff --git a/EstiNet/advancements/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.json b/EstiNet/advancements/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.json new file mode 100644 index 0000000..4aaae34 --- /dev/null +++ b/EstiNet/advancements/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.json @@ -0,0 +1,35 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-07-27 14:03:00 -0400" + }, + "done": true + }, + "minecraft:recipes/decorations/chest": { + "criteria": { + "has_lots_of_items": "2017-08-10 14:45:04 -0400" + }, + "done": true + }, + "minecraft:recipes/food/cake": { + "criteria": { + "has_egg": "2017-08-10 14:45:04 -0400" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "forest": "2017-08-10 14:51:47 -0400", + "birch_forest": "2017-08-10 14:45:26 -0400", + "swampland": "2017-08-10 14:51:41 -0400", + "extreme_hills_with_trees": "2017-08-10 14:47:31 -0400", + "desert_hills": "2017-08-10 14:51:36 -0400", + "plains": "2017-08-10 14:50:36 -0400", + "extreme_hills": "2017-08-10 14:44:19 -0400", + "roofed_forest": "2017-08-10 14:44:18 -0400", + "river": "2017-08-10 14:48:43 -0400", + "desert": "2017-08-10 14:50:56 -0400" + }, + "done": false + } +} \ No newline at end of file diff --git a/EstiNet/advancements/37c7d90b-053b-4fd9-807d-101d46f58537.json b/EstiNet/advancements/37c7d90b-053b-4fd9-807d-101d46f58537.json new file mode 100644 index 0000000..c6160ce --- /dev/null +++ b/EstiNet/advancements/37c7d90b-053b-4fd9-807d-101d46f58537.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-08-31 13:19:21 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.json b/EstiNet/advancements/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.json new file mode 100644 index 0000000..c719c4f --- /dev/null +++ b/EstiNet/advancements/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-08-19 17:12:04 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/55618dfa-b17f-4e8a-814f-41768360af09.json b/EstiNet/advancements/55618dfa-b17f-4e8a-814f-41768360af09.json new file mode 100644 index 0000000..06337f4 --- /dev/null +++ b/EstiNet/advancements/55618dfa-b17f-4e8a-814f-41768360af09.json @@ -0,0 +1,44 @@ +{ + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "entered_water": "2017-07-15 01:01:30 -0400" + }, + "done": true + }, + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-07-15 01:01:21 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "entered_water": "2017-07-15 01:01:30 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "entered_water": "2017-07-15 01:01:30 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/boat": { + "criteria": { + "entered_water": "2017-07-15 01:01:30 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "entered_water": "2017-07-15 01:01:30 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "entered_water": "2017-07-15 01:01:30 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/6108e35d-c0df-4f9d-8e68-665a69d4b871.json b/EstiNet/advancements/6108e35d-c0df-4f9d-8e68-665a69d4b871.json new file mode 100644 index 0000000..7adb1d2 --- /dev/null +++ b/EstiNet/advancements/6108e35d-c0df-4f9d-8e68-665a69d4b871.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-07-22 10:04:15 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/7565be25-9f5f-4269-9e78-9b1d91abfc3b.json b/EstiNet/advancements/7565be25-9f5f-4269-9e78-9b1d91abfc3b.json new file mode 100644 index 0000000..e7093fa --- /dev/null +++ b/EstiNet/advancements/7565be25-9f5f-4269-9e78-9b1d91abfc3b.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-07-17 16:23:53 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/75a53a06-1ab1-4b00-9f97-c8235a78f588.json b/EstiNet/advancements/75a53a06-1ab1-4b00-9f97-c8235a78f588.json new file mode 100644 index 0000000..f98122d --- /dev/null +++ b/EstiNet/advancements/75a53a06-1ab1-4b00-9f97-c8235a78f588.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-07-17 12:49:42 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.json b/EstiNet/advancements/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.json new file mode 100644 index 0000000..b34d474 --- /dev/null +++ b/EstiNet/advancements/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-08-15 11:12:27 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/948f3446-1979-499f-889b-2991bea10125.json b/EstiNet/advancements/948f3446-1979-499f-889b-2991bea10125.json new file mode 100644 index 0000000..b270a00 --- /dev/null +++ b/EstiNet/advancements/948f3446-1979-499f-889b-2991bea10125.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-07-19 12:28:21 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/b48083c2-19ca-4959-a0d0-a967a93d0fd3.json b/EstiNet/advancements/b48083c2-19ca-4959-a0d0-a967a93d0fd3.json new file mode 100644 index 0000000..7ab4d35 --- /dev/null +++ b/EstiNet/advancements/b48083c2-19ca-4959-a0d0-a967a93d0fd3.json @@ -0,0 +1,44 @@ +{ + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "entered_water": "2017-07-29 18:24:37 -0400" + }, + "done": true + }, + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-07-16 21:30:34 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "entered_water": "2017-07-29 18:24:37 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "entered_water": "2017-07-29 18:24:37 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/boat": { + "criteria": { + "entered_water": "2017-07-29 18:24:37 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "entered_water": "2017-07-29 18:24:37 -0400" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "entered_water": "2017-07-29 18:24:37 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/b9d938ca-64e1-452f-b11f-446274738957.json b/EstiNet/advancements/b9d938ca-64e1-452f-b11f-446274738957.json new file mode 100644 index 0000000..42a6d86 --- /dev/null +++ b/EstiNet/advancements/b9d938ca-64e1-452f-b11f-446274738957.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-09-09 20:49:02 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/f3e8c48b-ba49-41d8-853b-67d9886952fc.json b/EstiNet/advancements/f3e8c48b-ba49-41d8-853b-67d9886952fc.json new file mode 100644 index 0000000..a090505 --- /dev/null +++ b/EstiNet/advancements/f3e8c48b-ba49-41d8-853b-67d9886952fc.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-07-17 13:43:41 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/advancements/fcd36c61-406b-4e43-90f1-d4452071e6f2.json b/EstiNet/advancements/fcd36c61-406b-4e43-90f1-d4452071e6f2.json new file mode 100644 index 0000000..3940318 --- /dev/null +++ b/EstiNet/advancements/fcd36c61-406b-4e43-90f1-d4452071e6f2.json @@ -0,0 +1,8 @@ +{ + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2017-09-05 17:22:59 -0400" + }, + "done": true + } +} \ No newline at end of file diff --git a/EstiNet/data/Temple.dat b/EstiNet/data/Temple.dat new file mode 100644 index 0000000..a33ff42 Binary files /dev/null and b/EstiNet/data/Temple.dat differ diff --git a/EstiNet/data/Village.dat b/EstiNet/data/Village.dat new file mode 100644 index 0000000..7746669 Binary files /dev/null and b/EstiNet/data/Village.dat differ diff --git a/EstiNet/data/scoreboard.dat b/EstiNet/data/scoreboard.dat new file mode 100644 index 0000000..f30495f Binary files /dev/null and b/EstiNet/data/scoreboard.dat differ diff --git a/EstiNet/data/villages.dat b/EstiNet/data/villages.dat new file mode 100644 index 0000000..2a38698 Binary files /dev/null and b/EstiNet/data/villages.dat differ diff --git a/EstiNet/data/villages_end.dat b/EstiNet/data/villages_end.dat new file mode 100644 index 0000000..dd344ed Binary files /dev/null and b/EstiNet/data/villages_end.dat differ diff --git a/EstiNet/level.dat b/EstiNet/level.dat new file mode 100644 index 0000000..1cbcfaf Binary files /dev/null and b/EstiNet/level.dat differ diff --git a/EstiNet/level.dat_old b/EstiNet/level.dat_old new file mode 100644 index 0000000..cf417d3 Binary files /dev/null and b/EstiNet/level.dat_old differ diff --git a/EstiNet/playerdata/034a3db8-539f-4afb-84de-959c61d11f6a.dat b/EstiNet/playerdata/034a3db8-539f-4afb-84de-959c61d11f6a.dat new file mode 100644 index 0000000..01d2dcf Binary files /dev/null and b/EstiNet/playerdata/034a3db8-539f-4afb-84de-959c61d11f6a.dat differ diff --git a/EstiNet/playerdata/092c669d-2cd6-495c-9275-6ee2f6bb20b3.dat b/EstiNet/playerdata/092c669d-2cd6-495c-9275-6ee2f6bb20b3.dat new file mode 100644 index 0000000..a92d9e3 Binary files /dev/null and b/EstiNet/playerdata/092c669d-2cd6-495c-9275-6ee2f6bb20b3.dat differ diff --git a/EstiNet/playerdata/12b97a12-52bd-49c2-9add-78ed0450fc5a.dat b/EstiNet/playerdata/12b97a12-52bd-49c2-9add-78ed0450fc5a.dat new file mode 100644 index 0000000..2ef65dc Binary files /dev/null and b/EstiNet/playerdata/12b97a12-52bd-49c2-9add-78ed0450fc5a.dat differ diff --git a/EstiNet/playerdata/1b654131-e359-4df8-9fba-ab438aea3768.dat b/EstiNet/playerdata/1b654131-e359-4df8-9fba-ab438aea3768.dat new file mode 100644 index 0000000..9f6655b Binary files /dev/null and b/EstiNet/playerdata/1b654131-e359-4df8-9fba-ab438aea3768.dat differ diff --git a/EstiNet/playerdata/1d4070ad-e41b-4ad7-a6d7-088c15ab0073.dat b/EstiNet/playerdata/1d4070ad-e41b-4ad7-a6d7-088c15ab0073.dat new file mode 100644 index 0000000..28dcaec Binary files /dev/null and b/EstiNet/playerdata/1d4070ad-e41b-4ad7-a6d7-088c15ab0073.dat differ diff --git a/EstiNet/playerdata/20ae9880-b524-42c9-a8c5-fcbf6a8c484a.dat b/EstiNet/playerdata/20ae9880-b524-42c9-a8c5-fcbf6a8c484a.dat new file mode 100644 index 0000000..aaf2672 Binary files /dev/null and b/EstiNet/playerdata/20ae9880-b524-42c9-a8c5-fcbf6a8c484a.dat differ diff --git a/EstiNet/playerdata/227fe0f2-f521-4fa9-a30c-2e609708597c.dat b/EstiNet/playerdata/227fe0f2-f521-4fa9-a30c-2e609708597c.dat new file mode 100644 index 0000000..7a30d11 Binary files /dev/null and b/EstiNet/playerdata/227fe0f2-f521-4fa9-a30c-2e609708597c.dat differ diff --git a/EstiNet/playerdata/239276e9-d34b-42c8-8ad0-08b5b15b8b30.dat b/EstiNet/playerdata/239276e9-d34b-42c8-8ad0-08b5b15b8b30.dat new file mode 100644 index 0000000..857a090 Binary files /dev/null and b/EstiNet/playerdata/239276e9-d34b-42c8-8ad0-08b5b15b8b30.dat differ diff --git a/EstiNet/playerdata/25da0b60-29f5-4d0f-a938-c0f69861e7ad.dat b/EstiNet/playerdata/25da0b60-29f5-4d0f-a938-c0f69861e7ad.dat new file mode 100644 index 0000000..ca390e9 Binary files /dev/null and b/EstiNet/playerdata/25da0b60-29f5-4d0f-a938-c0f69861e7ad.dat differ diff --git a/EstiNet/playerdata/2a287d07-9bb7-4562-935d-b4ad78037a2e.dat b/EstiNet/playerdata/2a287d07-9bb7-4562-935d-b4ad78037a2e.dat new file mode 100644 index 0000000..78b7cd7 Binary files /dev/null and b/EstiNet/playerdata/2a287d07-9bb7-4562-935d-b4ad78037a2e.dat differ diff --git a/EstiNet/playerdata/33170d51-4bba-4a71-b991-9a92f37f5089.dat b/EstiNet/playerdata/33170d51-4bba-4a71-b991-9a92f37f5089.dat new file mode 100644 index 0000000..4084c04 Binary files /dev/null and b/EstiNet/playerdata/33170d51-4bba-4a71-b991-9a92f37f5089.dat differ diff --git a/EstiNet/playerdata/349468ee-fc2c-48e2-9cee-b4d420a35ddd.dat b/EstiNet/playerdata/349468ee-fc2c-48e2-9cee-b4d420a35ddd.dat new file mode 100644 index 0000000..84df3a5 Binary files /dev/null and b/EstiNet/playerdata/349468ee-fc2c-48e2-9cee-b4d420a35ddd.dat differ diff --git a/EstiNet/playerdata/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.dat b/EstiNet/playerdata/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.dat new file mode 100644 index 0000000..5d0bb16 Binary files /dev/null and b/EstiNet/playerdata/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.dat differ diff --git a/EstiNet/playerdata/37c7d90b-053b-4fd9-807d-101d46f58537.dat b/EstiNet/playerdata/37c7d90b-053b-4fd9-807d-101d46f58537.dat new file mode 100644 index 0000000..390c02b Binary files /dev/null and b/EstiNet/playerdata/37c7d90b-053b-4fd9-807d-101d46f58537.dat differ diff --git a/EstiNet/playerdata/3996be22-39ab-419e-bbcb-9ddfd938de77.dat b/EstiNet/playerdata/3996be22-39ab-419e-bbcb-9ddfd938de77.dat new file mode 100644 index 0000000..449e206 Binary files /dev/null and b/EstiNet/playerdata/3996be22-39ab-419e-bbcb-9ddfd938de77.dat differ diff --git a/EstiNet/playerdata/3c075d54-1f4e-41b6-8c19-c5a641aa7f70.dat b/EstiNet/playerdata/3c075d54-1f4e-41b6-8c19-c5a641aa7f70.dat new file mode 100644 index 0000000..600752d Binary files /dev/null and b/EstiNet/playerdata/3c075d54-1f4e-41b6-8c19-c5a641aa7f70.dat differ diff --git a/EstiNet/playerdata/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.dat b/EstiNet/playerdata/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.dat new file mode 100644 index 0000000..8dbaa01 Binary files /dev/null and b/EstiNet/playerdata/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.dat differ diff --git a/EstiNet/playerdata/4437a682-7adb-4410-8f1d-a9b05ccbc18f.dat b/EstiNet/playerdata/4437a682-7adb-4410-8f1d-a9b05ccbc18f.dat new file mode 100644 index 0000000..8ec5c27 Binary files /dev/null and b/EstiNet/playerdata/4437a682-7adb-4410-8f1d-a9b05ccbc18f.dat differ diff --git a/EstiNet/playerdata/46d7ba71-3081-45a0-bfaa-a7dc82fed55d.dat b/EstiNet/playerdata/46d7ba71-3081-45a0-bfaa-a7dc82fed55d.dat new file mode 100644 index 0000000..c211c05 Binary files /dev/null and b/EstiNet/playerdata/46d7ba71-3081-45a0-bfaa-a7dc82fed55d.dat differ diff --git a/EstiNet/playerdata/4824d772-38ce-4f88-a555-5fbdc780c2fb.dat b/EstiNet/playerdata/4824d772-38ce-4f88-a555-5fbdc780c2fb.dat new file mode 100644 index 0000000..2a7c99d Binary files /dev/null and b/EstiNet/playerdata/4824d772-38ce-4f88-a555-5fbdc780c2fb.dat differ diff --git a/EstiNet/playerdata/55618dfa-b17f-4e8a-814f-41768360af09.dat b/EstiNet/playerdata/55618dfa-b17f-4e8a-814f-41768360af09.dat new file mode 100644 index 0000000..20371a7 Binary files /dev/null and b/EstiNet/playerdata/55618dfa-b17f-4e8a-814f-41768360af09.dat differ diff --git a/EstiNet/playerdata/56d57790-3aad-45c5-8892-677efc1c973e.dat b/EstiNet/playerdata/56d57790-3aad-45c5-8892-677efc1c973e.dat new file mode 100644 index 0000000..cc5bd69 Binary files /dev/null and b/EstiNet/playerdata/56d57790-3aad-45c5-8892-677efc1c973e.dat differ diff --git a/EstiNet/playerdata/5834666b-6873-4ccf-96a7-a77051988756.dat b/EstiNet/playerdata/5834666b-6873-4ccf-96a7-a77051988756.dat new file mode 100644 index 0000000..3374ebc Binary files /dev/null and b/EstiNet/playerdata/5834666b-6873-4ccf-96a7-a77051988756.dat differ diff --git a/EstiNet/playerdata/6108e35d-c0df-4f9d-8e68-665a69d4b871.dat b/EstiNet/playerdata/6108e35d-c0df-4f9d-8e68-665a69d4b871.dat new file mode 100644 index 0000000..b562979 Binary files /dev/null and b/EstiNet/playerdata/6108e35d-c0df-4f9d-8e68-665a69d4b871.dat differ diff --git a/EstiNet/playerdata/72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f.dat b/EstiNet/playerdata/72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f.dat new file mode 100644 index 0000000..eca9895 Binary files /dev/null and b/EstiNet/playerdata/72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f.dat differ diff --git a/EstiNet/playerdata/7565be25-9f5f-4269-9e78-9b1d91abfc3b.dat b/EstiNet/playerdata/7565be25-9f5f-4269-9e78-9b1d91abfc3b.dat new file mode 100644 index 0000000..bfd0f71 Binary files /dev/null and b/EstiNet/playerdata/7565be25-9f5f-4269-9e78-9b1d91abfc3b.dat differ diff --git a/EstiNet/playerdata/75734341-fe09-44ee-be5b-416579e2fcf6.dat b/EstiNet/playerdata/75734341-fe09-44ee-be5b-416579e2fcf6.dat new file mode 100644 index 0000000..6f16640 Binary files /dev/null and b/EstiNet/playerdata/75734341-fe09-44ee-be5b-416579e2fcf6.dat differ diff --git a/EstiNet/playerdata/75a53a06-1ab1-4b00-9f97-c8235a78f588.dat b/EstiNet/playerdata/75a53a06-1ab1-4b00-9f97-c8235a78f588.dat new file mode 100644 index 0000000..9c4a6dc Binary files /dev/null and b/EstiNet/playerdata/75a53a06-1ab1-4b00-9f97-c8235a78f588.dat differ diff --git a/EstiNet/playerdata/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.dat b/EstiNet/playerdata/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.dat new file mode 100644 index 0000000..75d12ab Binary files /dev/null and b/EstiNet/playerdata/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.dat differ diff --git a/EstiNet/playerdata/7c6de3d1-3981-4f6e-9c36-00c8b2e42662.dat b/EstiNet/playerdata/7c6de3d1-3981-4f6e-9c36-00c8b2e42662.dat new file mode 100644 index 0000000..1d11498 Binary files /dev/null and b/EstiNet/playerdata/7c6de3d1-3981-4f6e-9c36-00c8b2e42662.dat differ diff --git a/EstiNet/playerdata/7e6c6c77-2972-4392-a407-820c658f710b.dat b/EstiNet/playerdata/7e6c6c77-2972-4392-a407-820c658f710b.dat new file mode 100644 index 0000000..9ffbb6c Binary files /dev/null and b/EstiNet/playerdata/7e6c6c77-2972-4392-a407-820c658f710b.dat differ diff --git a/EstiNet/playerdata/7fde85fa-3f3d-4c93-9632-7c25e56ebddc.dat b/EstiNet/playerdata/7fde85fa-3f3d-4c93-9632-7c25e56ebddc.dat new file mode 100644 index 0000000..d7c4393 Binary files /dev/null and b/EstiNet/playerdata/7fde85fa-3f3d-4c93-9632-7c25e56ebddc.dat differ diff --git a/EstiNet/playerdata/83cf013e-00fa-4abf-9050-f6f38d285948.dat b/EstiNet/playerdata/83cf013e-00fa-4abf-9050-f6f38d285948.dat new file mode 100644 index 0000000..1b7f6a8 Binary files /dev/null and b/EstiNet/playerdata/83cf013e-00fa-4abf-9050-f6f38d285948.dat differ diff --git a/EstiNet/playerdata/87b3d0fe-4097-4ff3-a90c-9b837132ef58.dat b/EstiNet/playerdata/87b3d0fe-4097-4ff3-a90c-9b837132ef58.dat new file mode 100644 index 0000000..e84ea8a Binary files /dev/null and b/EstiNet/playerdata/87b3d0fe-4097-4ff3-a90c-9b837132ef58.dat differ diff --git a/EstiNet/playerdata/914cc9cc-31ce-480a-87a9-1378f87f1440.dat b/EstiNet/playerdata/914cc9cc-31ce-480a-87a9-1378f87f1440.dat new file mode 100644 index 0000000..3b07459 Binary files /dev/null and b/EstiNet/playerdata/914cc9cc-31ce-480a-87a9-1378f87f1440.dat differ diff --git a/EstiNet/playerdata/948f3446-1979-499f-889b-2991bea10125.dat b/EstiNet/playerdata/948f3446-1979-499f-889b-2991bea10125.dat new file mode 100644 index 0000000..9406209 Binary files /dev/null and b/EstiNet/playerdata/948f3446-1979-499f-889b-2991bea10125.dat differ diff --git a/EstiNet/playerdata/96a4bc26-5928-4360-a06c-9f99f62c9293.dat b/EstiNet/playerdata/96a4bc26-5928-4360-a06c-9f99f62c9293.dat new file mode 100644 index 0000000..a55d6f1 Binary files /dev/null and b/EstiNet/playerdata/96a4bc26-5928-4360-a06c-9f99f62c9293.dat differ diff --git a/EstiNet/playerdata/98cc6dd5-48e2-44e1-a999-0d1c880db5bb.dat b/EstiNet/playerdata/98cc6dd5-48e2-44e1-a999-0d1c880db5bb.dat new file mode 100644 index 0000000..57938aa Binary files /dev/null and b/EstiNet/playerdata/98cc6dd5-48e2-44e1-a999-0d1c880db5bb.dat differ diff --git a/EstiNet/playerdata/990aab78-dcab-4d97-884d-75f8d9d38f84.dat b/EstiNet/playerdata/990aab78-dcab-4d97-884d-75f8d9d38f84.dat new file mode 100644 index 0000000..1ccf394 Binary files /dev/null and b/EstiNet/playerdata/990aab78-dcab-4d97-884d-75f8d9d38f84.dat differ diff --git a/EstiNet/playerdata/a02cd407-4fad-4906-8cc1-59ae79f85185.dat b/EstiNet/playerdata/a02cd407-4fad-4906-8cc1-59ae79f85185.dat new file mode 100644 index 0000000..856fdb7 Binary files /dev/null and b/EstiNet/playerdata/a02cd407-4fad-4906-8cc1-59ae79f85185.dat differ diff --git a/EstiNet/playerdata/a7f22160-908b-44be-9f94-1b3e460cf943.dat b/EstiNet/playerdata/a7f22160-908b-44be-9f94-1b3e460cf943.dat new file mode 100644 index 0000000..b1fdf91 Binary files /dev/null and b/EstiNet/playerdata/a7f22160-908b-44be-9f94-1b3e460cf943.dat differ diff --git a/EstiNet/playerdata/ade21d41-274e-4cd0-a251-03cf67642e4e.dat b/EstiNet/playerdata/ade21d41-274e-4cd0-a251-03cf67642e4e.dat new file mode 100644 index 0000000..0ce4e61 Binary files /dev/null and b/EstiNet/playerdata/ade21d41-274e-4cd0-a251-03cf67642e4e.dat differ diff --git a/EstiNet/playerdata/b07b3040-f81a-4179-9262-435b42a7bfd2.dat b/EstiNet/playerdata/b07b3040-f81a-4179-9262-435b42a7bfd2.dat new file mode 100644 index 0000000..fd29943 Binary files /dev/null and b/EstiNet/playerdata/b07b3040-f81a-4179-9262-435b42a7bfd2.dat differ diff --git a/EstiNet/playerdata/b11319c8-795b-4de4-ba1a-6f09b467f675.dat b/EstiNet/playerdata/b11319c8-795b-4de4-ba1a-6f09b467f675.dat new file mode 100644 index 0000000..1e8df3e Binary files /dev/null and b/EstiNet/playerdata/b11319c8-795b-4de4-ba1a-6f09b467f675.dat differ diff --git a/EstiNet/playerdata/b2a7e927-c847-4060-bfd7-99cabee7aecc.dat b/EstiNet/playerdata/b2a7e927-c847-4060-bfd7-99cabee7aecc.dat new file mode 100644 index 0000000..98b5e59 Binary files /dev/null and b/EstiNet/playerdata/b2a7e927-c847-4060-bfd7-99cabee7aecc.dat differ diff --git a/EstiNet/playerdata/b48083c2-19ca-4959-a0d0-a967a93d0fd3.dat b/EstiNet/playerdata/b48083c2-19ca-4959-a0d0-a967a93d0fd3.dat new file mode 100644 index 0000000..48fb5e3 Binary files /dev/null and b/EstiNet/playerdata/b48083c2-19ca-4959-a0d0-a967a93d0fd3.dat differ diff --git a/EstiNet/playerdata/b72a5ac1-ef33-4543-bb73-17043360959d.dat b/EstiNet/playerdata/b72a5ac1-ef33-4543-bb73-17043360959d.dat new file mode 100644 index 0000000..2b81c4b Binary files /dev/null and b/EstiNet/playerdata/b72a5ac1-ef33-4543-bb73-17043360959d.dat differ diff --git a/EstiNet/playerdata/b9d938ca-64e1-452f-b11f-446274738957.dat b/EstiNet/playerdata/b9d938ca-64e1-452f-b11f-446274738957.dat new file mode 100644 index 0000000..be9d825 Binary files /dev/null and b/EstiNet/playerdata/b9d938ca-64e1-452f-b11f-446274738957.dat differ diff --git a/EstiNet/playerdata/bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad.dat b/EstiNet/playerdata/bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad.dat new file mode 100644 index 0000000..8763334 Binary files /dev/null and b/EstiNet/playerdata/bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad.dat differ diff --git a/EstiNet/playerdata/bc8e7aaf-d8db-4166-bfe9-c753b70d9374.dat b/EstiNet/playerdata/bc8e7aaf-d8db-4166-bfe9-c753b70d9374.dat new file mode 100644 index 0000000..962cbd3 Binary files /dev/null and b/EstiNet/playerdata/bc8e7aaf-d8db-4166-bfe9-c753b70d9374.dat differ diff --git a/EstiNet/playerdata/be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2.dat b/EstiNet/playerdata/be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2.dat new file mode 100644 index 0000000..5085231 Binary files /dev/null and b/EstiNet/playerdata/be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2.dat differ diff --git a/EstiNet/playerdata/c04a026f-0566-47af-9c50-85de9da5ab2d.dat b/EstiNet/playerdata/c04a026f-0566-47af-9c50-85de9da5ab2d.dat new file mode 100644 index 0000000..a00c26e Binary files /dev/null and b/EstiNet/playerdata/c04a026f-0566-47af-9c50-85de9da5ab2d.dat differ diff --git a/EstiNet/playerdata/da361299-8276-41f9-b461-d6db3f1ff8c2.dat b/EstiNet/playerdata/da361299-8276-41f9-b461-d6db3f1ff8c2.dat new file mode 100644 index 0000000..4cbcea4 Binary files /dev/null and b/EstiNet/playerdata/da361299-8276-41f9-b461-d6db3f1ff8c2.dat differ diff --git a/EstiNet/playerdata/dafa2c55-dd7e-4334-abcd-47b9e6e33bec.dat b/EstiNet/playerdata/dafa2c55-dd7e-4334-abcd-47b9e6e33bec.dat new file mode 100644 index 0000000..9fe5ec3 Binary files /dev/null and b/EstiNet/playerdata/dafa2c55-dd7e-4334-abcd-47b9e6e33bec.dat differ diff --git a/EstiNet/playerdata/dff10fd7-af75-4e18-a898-b76499971648.dat b/EstiNet/playerdata/dff10fd7-af75-4e18-a898-b76499971648.dat new file mode 100644 index 0000000..511507f Binary files /dev/null and b/EstiNet/playerdata/dff10fd7-af75-4e18-a898-b76499971648.dat differ diff --git a/EstiNet/playerdata/efd87d42-48d5-4431-9cc4-766ee5eba6e9.dat b/EstiNet/playerdata/efd87d42-48d5-4431-9cc4-766ee5eba6e9.dat new file mode 100644 index 0000000..5d583ed Binary files /dev/null and b/EstiNet/playerdata/efd87d42-48d5-4431-9cc4-766ee5eba6e9.dat differ diff --git a/EstiNet/playerdata/f3e8c48b-ba49-41d8-853b-67d9886952fc.dat b/EstiNet/playerdata/f3e8c48b-ba49-41d8-853b-67d9886952fc.dat new file mode 100644 index 0000000..f6bd22a Binary files /dev/null and b/EstiNet/playerdata/f3e8c48b-ba49-41d8-853b-67d9886952fc.dat differ diff --git a/EstiNet/playerdata/f4ec7607-feea-442c-b5de-592f48e5d9e3.dat b/EstiNet/playerdata/f4ec7607-feea-442c-b5de-592f48e5d9e3.dat new file mode 100644 index 0000000..b5c9d94 Binary files /dev/null and b/EstiNet/playerdata/f4ec7607-feea-442c-b5de-592f48e5d9e3.dat differ diff --git a/EstiNet/playerdata/f7035c9c-6a22-4250-8ac1-52a4d9c0f08a.dat b/EstiNet/playerdata/f7035c9c-6a22-4250-8ac1-52a4d9c0f08a.dat new file mode 100644 index 0000000..0da58a3 Binary files /dev/null and b/EstiNet/playerdata/f7035c9c-6a22-4250-8ac1-52a4d9c0f08a.dat differ diff --git a/EstiNet/playerdata/fc0c0e90-b720-46ff-936b-b0c8652ca371.dat b/EstiNet/playerdata/fc0c0e90-b720-46ff-936b-b0c8652ca371.dat new file mode 100644 index 0000000..e11269f Binary files /dev/null and b/EstiNet/playerdata/fc0c0e90-b720-46ff-936b-b0c8652ca371.dat differ diff --git a/EstiNet/playerdata/fcd36c61-406b-4e43-90f1-d4452071e6f2.dat b/EstiNet/playerdata/fcd36c61-406b-4e43-90f1-d4452071e6f2.dat new file mode 100644 index 0000000..4d75856 Binary files /dev/null and b/EstiNet/playerdata/fcd36c61-406b-4e43-90f1-d4452071e6f2.dat differ diff --git a/EstiNet/playerdata/fe2b15d4-6bfe-491c-a7e7-4a891dd511a1.dat b/EstiNet/playerdata/fe2b15d4-6bfe-491c-a7e7-4a891dd511a1.dat new file mode 100644 index 0000000..4e03673 Binary files /dev/null and b/EstiNet/playerdata/fe2b15d4-6bfe-491c-a7e7-4a891dd511a1.dat differ diff --git a/EstiNet/region/r.-1.-1.mca b/EstiNet/region/r.-1.-1.mca new file mode 100644 index 0000000..faf32ae Binary files /dev/null and b/EstiNet/region/r.-1.-1.mca differ diff --git a/EstiNet/region/r.-1.0.mca b/EstiNet/region/r.-1.0.mca new file mode 100644 index 0000000..09bb0fb Binary files /dev/null and b/EstiNet/region/r.-1.0.mca differ diff --git a/EstiNet/region/r.-1.1.mca b/EstiNet/region/r.-1.1.mca new file mode 100644 index 0000000..cbdfbea Binary files /dev/null and b/EstiNet/region/r.-1.1.mca differ diff --git a/EstiNet/region/r.-1.2.mca b/EstiNet/region/r.-1.2.mca new file mode 100644 index 0000000..ca61ec3 Binary files /dev/null and b/EstiNet/region/r.-1.2.mca differ diff --git a/EstiNet/region/r.-1.3.mca b/EstiNet/region/r.-1.3.mca new file mode 100644 index 0000000..225437b Binary files /dev/null and b/EstiNet/region/r.-1.3.mca differ diff --git a/EstiNet/region/r.-2.-1.mca b/EstiNet/region/r.-2.-1.mca new file mode 100644 index 0000000..847d911 Binary files /dev/null and b/EstiNet/region/r.-2.-1.mca differ diff --git a/EstiNet/region/r.-2.0.mca b/EstiNet/region/r.-2.0.mca new file mode 100644 index 0000000..9992e39 Binary files /dev/null and b/EstiNet/region/r.-2.0.mca differ diff --git a/EstiNet/region/r.-2.1.mca b/EstiNet/region/r.-2.1.mca new file mode 100644 index 0000000..93af334 Binary files /dev/null and b/EstiNet/region/r.-2.1.mca differ diff --git a/EstiNet/region/r.-2.2.mca b/EstiNet/region/r.-2.2.mca new file mode 100644 index 0000000..7d7f94e Binary files /dev/null and b/EstiNet/region/r.-2.2.mca differ diff --git a/EstiNet/region/r.0.-1.mca b/EstiNet/region/r.0.-1.mca new file mode 100644 index 0000000..659d056 Binary files /dev/null and b/EstiNet/region/r.0.-1.mca differ diff --git a/EstiNet/region/r.0.0.mca b/EstiNet/region/r.0.0.mca new file mode 100644 index 0000000..2ef5567 Binary files /dev/null and b/EstiNet/region/r.0.0.mca differ diff --git a/EstiNet/region/r.0.1.mca b/EstiNet/region/r.0.1.mca new file mode 100644 index 0000000..de0cdcc Binary files /dev/null and b/EstiNet/region/r.0.1.mca differ diff --git a/EstiNet/region/r.1.-1.mca b/EstiNet/region/r.1.-1.mca new file mode 100644 index 0000000..5ae2d71 Binary files /dev/null and b/EstiNet/region/r.1.-1.mca differ diff --git a/EstiNet/region/r.1.0.mca b/EstiNet/region/r.1.0.mca new file mode 100644 index 0000000..d528276 Binary files /dev/null and b/EstiNet/region/r.1.0.mca differ diff --git a/EstiNet/region/r.2.-1.mca b/EstiNet/region/r.2.-1.mca new file mode 100644 index 0000000..a2ee57b Binary files /dev/null and b/EstiNet/region/r.2.-1.mca differ diff --git a/EstiNet/region/r.2.-3.mca b/EstiNet/region/r.2.-3.mca new file mode 100644 index 0000000..40e4dff Binary files /dev/null and b/EstiNet/region/r.2.-3.mca differ diff --git a/EstiNet/region/r.2.0.mca b/EstiNet/region/r.2.0.mca new file mode 100644 index 0000000..bb6f9ca Binary files /dev/null and b/EstiNet/region/r.2.0.mca differ diff --git a/EstiNet/region/r.3.-1.mca b/EstiNet/region/r.3.-1.mca new file mode 100644 index 0000000..9b86aef Binary files /dev/null and b/EstiNet/region/r.3.-1.mca differ diff --git a/EstiNet/region/r.3.0.mca b/EstiNet/region/r.3.0.mca new file mode 100644 index 0000000..0c0d448 Binary files /dev/null and b/EstiNet/region/r.3.0.mca differ diff --git a/EstiNet/session.lock b/EstiNet/session.lock new file mode 100644 index 0000000..b6fda35 Binary files /dev/null and b/EstiNet/session.lock differ diff --git a/EstiNet/stats/034a3db8-539f-4afb-84de-959c61d11f6a.json b/EstiNet/stats/034a3db8-539f-4afb-84de-959c61d11f6a.json new file mode 100644 index 0000000..905e38c --- /dev/null +++ b/EstiNet/stats/034a3db8-539f-4afb-84de-959c61d11f6a.json @@ -0,0 +1 @@ +{"stat.flyOneCm":36938,"stat.walkOneCm":208,"stat.jump":4,"stat.playOneMinute":728,"stat.leaveGame":1,"stat.timeSinceDeath":728,"stat.sprintOneCm":609,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/092c669d-2cd6-495c-9275-6ee2f6bb20b3.json b/EstiNet/stats/092c669d-2cd6-495c-9275-6ee2f6bb20b3.json new file mode 100644 index 0000000..973a8b6 --- /dev/null +++ b/EstiNet/stats/092c669d-2cd6-495c-9275-6ee2f6bb20b3.json @@ -0,0 +1 @@ +{"stat.flyOneCm":17338,"stat.walkOneCm":939,"stat.jump":5,"stat.playOneMinute":1171,"stat.leaveGame":2,"stat.timeSinceDeath":1171,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/12b97a12-52bd-49c2-9add-78ed0450fc5a.json b/EstiNet/stats/12b97a12-52bd-49c2-9add-78ed0450fc5a.json new file mode 100644 index 0000000..aa3624a --- /dev/null +++ b/EstiNet/stats/12b97a12-52bd-49c2-9add-78ed0450fc5a.json @@ -0,0 +1 @@ +{"stat.playOneMinute":1704,"stat.leaveGame":1,"stat.timeSinceDeath":1704,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/1b654131-e359-4df8-9fba-ab438aea3768.json b/EstiNet/stats/1b654131-e359-4df8-9fba-ab438aea3768.json new file mode 100644 index 0000000..1458f7f --- /dev/null +++ b/EstiNet/stats/1b654131-e359-4df8-9fba-ab438aea3768.json @@ -0,0 +1 @@ +{"stat.flyOneCm":22974,"stat.walkOneCm":1695,"stat.jump":8,"stat.playOneMinute":1276,"stat.leaveGame":1,"stat.timeSinceDeath":1276,"stat.sprintOneCm":3783,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/1d4070ad-e41b-4ad7-a6d7-088c15ab0073.json b/EstiNet/stats/1d4070ad-e41b-4ad7-a6d7-088c15ab0073.json new file mode 100644 index 0000000..57b7a88 --- /dev/null +++ b/EstiNet/stats/1d4070ad-e41b-4ad7-a6d7-088c15ab0073.json @@ -0,0 +1 @@ +{"stat.flyOneCm":14959,"stat.walkOneCm":665,"stat.jump":14,"stat.swimOneCm":82,"stat.playOneMinute":614,"achievement.openInventory":2,"stat.leaveGame":1,"stat.timeSinceDeath":614,"stat.sprintOneCm":1112,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/20ae9880-b524-42c9-a8c5-fcbf6a8c484a.json b/EstiNet/stats/20ae9880-b524-42c9-a8c5-fcbf6a8c484a.json new file mode 100644 index 0000000..6832dc0 --- /dev/null +++ b/EstiNet/stats/20ae9880-b524-42c9-a8c5-fcbf6a8c484a.json @@ -0,0 +1 @@ +{"stat.flyOneCm":10735,"stat.walkOneCm":679,"stat.jump":1,"stat.playOneMinute":568,"achievement.openInventory":1,"stat.leaveGame":2,"stat.timeSinceDeath":568,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/227fe0f2-f521-4fa9-a30c-2e609708597c.json b/EstiNet/stats/227fe0f2-f521-4fa9-a30c-2e609708597c.json new file mode 100644 index 0000000..d2c5a91 --- /dev/null +++ b/EstiNet/stats/227fe0f2-f521-4fa9-a30c-2e609708597c.json @@ -0,0 +1 @@ +{"stat.flyOneCm":19007,"stat.walkOneCm":5085,"stat.jump":3,"stat.playOneMinute":921,"stat.leaveGame":1,"stat.timeSinceDeath":921,"stat.sprintOneCm":411,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/239276e9-d34b-42c8-8ad0-08b5b15b8b30.json b/EstiNet/stats/239276e9-d34b-42c8-8ad0-08b5b15b8b30.json new file mode 100644 index 0000000..5965f17 --- /dev/null +++ b/EstiNet/stats/239276e9-d34b-42c8-8ad0-08b5b15b8b30.json @@ -0,0 +1 @@ +{"stat.flyOneCm":75124,"stat.walkOneCm":2692,"stat.jump":15,"stat.playOneMinute":1521,"achievement.openInventory":2,"stat.leaveGame":3,"stat.timeSinceDeath":1521,"stat.sprintOneCm":4504,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/25da0b60-29f5-4d0f-a938-c0f69861e7ad.json b/EstiNet/stats/25da0b60-29f5-4d0f-a938-c0f69861e7ad.json new file mode 100644 index 0000000..3036ea6 --- /dev/null +++ b/EstiNet/stats/25da0b60-29f5-4d0f-a938-c0f69861e7ad.json @@ -0,0 +1 @@ +{"stat.flyOneCm":26801,"stat.walkOneCm":765,"stat.jump":3,"stat.playOneMinute":335,"stat.leaveGame":1,"stat.timeSinceDeath":335,"stat.sprintOneCm":1741,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/2a287d07-9bb7-4562-935d-b4ad78037a2e.json b/EstiNet/stats/2a287d07-9bb7-4562-935d-b4ad78037a2e.json new file mode 100644 index 0000000..aa3af3a --- /dev/null +++ b/EstiNet/stats/2a287d07-9bb7-4562-935d-b4ad78037a2e.json @@ -0,0 +1 @@ +{"stat.walkOneCm":548,"stat.playOneMinute":573,"stat.leaveGame":1,"stat.timeSinceDeath":573,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/33170d51-4bba-4a71-b991-9a92f37f5089.json b/EstiNet/stats/33170d51-4bba-4a71-b991-9a92f37f5089.json new file mode 100644 index 0000000..87609cf --- /dev/null +++ b/EstiNet/stats/33170d51-4bba-4a71-b991-9a92f37f5089.json @@ -0,0 +1 @@ +{"stat.flyOneCm":327,"stat.walkOneCm":1266,"stat.jump":1,"stat.playOneMinute":1569,"stat.leaveGame":1,"stat.timeSinceDeath":1569,"stat.sprintOneCm":499,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/349468ee-fc2c-48e2-9cee-b4d420a35ddd.json b/EstiNet/stats/349468ee-fc2c-48e2-9cee-b4d420a35ddd.json new file mode 100644 index 0000000..0990b19 --- /dev/null +++ b/EstiNet/stats/349468ee-fc2c-48e2-9cee-b4d420a35ddd.json @@ -0,0 +1 @@ +{"stat.flyOneCm":26793,"stat.walkOneCm":7578,"stat.jump":3,"stat.playOneMinute":1688,"stat.leaveGame":1,"stat.timeSinceDeath":1688,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.json b/EstiNet/stats/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.json new file mode 100644 index 0000000..28e9b46 --- /dev/null +++ b/EstiNet/stats/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1522231,"stat.walkOneCm":24835,"stat.jump":59,"stat.pickup.minecraft.egg":1,"stat.playOneMinute":1488818,"stat.leaveGame":5,"stat.sneakTime":27,"stat.crouchOneCm":124,"stat.timeSinceDeath":1488818,"stat.sprintOneCm":20493} \ No newline at end of file diff --git a/EstiNet/stats/37c7d90b-053b-4fd9-807d-101d46f58537.json b/EstiNet/stats/37c7d90b-053b-4fd9-807d-101d46f58537.json new file mode 100644 index 0000000..8a1c9e6 --- /dev/null +++ b/EstiNet/stats/37c7d90b-053b-4fd9-807d-101d46f58537.json @@ -0,0 +1 @@ +{"stat.flyOneCm":2568815,"stat.walkOneCm":32522,"stat.jump":851,"stat.swimOneCm":6402,"stat.playOneMinute":52712,"stat.leaveGame":63,"stat.sneakTime":629,"stat.crouchOneCm":1346,"stat.timeSinceDeath":52712,"stat.sprintOneCm":114183} \ No newline at end of file diff --git a/EstiNet/stats/3996be22-39ab-419e-bbcb-9ddfd938de77.json b/EstiNet/stats/3996be22-39ab-419e-bbcb-9ddfd938de77.json new file mode 100644 index 0000000..2436409 --- /dev/null +++ b/EstiNet/stats/3996be22-39ab-419e-bbcb-9ddfd938de77.json @@ -0,0 +1 @@ +{"stat.walkOneCm":5348,"achievement.openInventory":2,"stat.leaveGame":7,"stat.flyOneCm":126717,"stat.jump":37,"stat.swimOneCm":306,"stat.playOneMinute":12187,"stat.sneakTime":8,"stat.timeSinceDeath":12187,"stat.sprintOneCm":10142,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/3c075d54-1f4e-41b6-8c19-c5a641aa7f70.json b/EstiNet/stats/3c075d54-1f4e-41b6-8c19-c5a641aa7f70.json new file mode 100644 index 0000000..8919269 --- /dev/null +++ b/EstiNet/stats/3c075d54-1f4e-41b6-8c19-c5a641aa7f70.json @@ -0,0 +1 @@ +{"stat.flyOneCm":45733,"stat.walkOneCm":11713,"stat.jump":3,"stat.playOneMinute":3564,"achievement.openInventory":5,"stat.leaveGame":2,"stat.timeSinceDeath":3564,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.json b/EstiNet/stats/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.json new file mode 100644 index 0000000..b021ed5 --- /dev/null +++ b/EstiNet/stats/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.json @@ -0,0 +1 @@ +{"stat.flyOneCm":126685,"stat.walkOneCm":6568,"stat.jump":9,"stat.playOneMinute":2560,"stat.leaveGame":2,"stat.timeSinceDeath":2560,"stat.sprintOneCm":833} \ No newline at end of file diff --git a/EstiNet/stats/4437a682-7adb-4410-8f1d-a9b05ccbc18f.json b/EstiNet/stats/4437a682-7adb-4410-8f1d-a9b05ccbc18f.json new file mode 100644 index 0000000..40a0fdd --- /dev/null +++ b/EstiNet/stats/4437a682-7adb-4410-8f1d-a9b05ccbc18f.json @@ -0,0 +1 @@ +{"stat.flyOneCm":95117,"stat.walkOneCm":5688,"stat.jump":13,"stat.playOneMinute":2080,"achievement.openInventory":1,"stat.leaveGame":1,"stat.sneakTime":50,"stat.crouchOneCm":293,"stat.timeSinceDeath":2080,"stat.sprintOneCm":3606,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/46d7ba71-3081-45a0-bfaa-a7dc82fed55d.json b/EstiNet/stats/46d7ba71-3081-45a0-bfaa-a7dc82fed55d.json new file mode 100644 index 0000000..b0fd78f --- /dev/null +++ b/EstiNet/stats/46d7ba71-3081-45a0-bfaa-a7dc82fed55d.json @@ -0,0 +1 @@ +{"stat.walkOneCm":9846,"achievement.openInventory":1,"stat.leaveGame":4,"stat.flyOneCm":197973,"stat.jump":20,"stat.playOneMinute":5993,"stat.sneakTime":449,"stat.crouchOneCm":473,"stat.timeSinceDeath":5993,"stat.sprintOneCm":11242,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/4824d772-38ce-4f88-a555-5fbdc780c2fb.json b/EstiNet/stats/4824d772-38ce-4f88-a555-5fbdc780c2fb.json new file mode 100644 index 0000000..c580956 --- /dev/null +++ b/EstiNet/stats/4824d772-38ce-4f88-a555-5fbdc780c2fb.json @@ -0,0 +1 @@ +{"stat.flyOneCm":154808,"stat.walkOneCm":13342,"stat.jump":41,"stat.swimOneCm":2994,"stat.playOneMinute":7399,"stat.leaveGame":1,"stat.sneakTime":708,"stat.crouchOneCm":2431,"stat.timeSinceDeath":7399,"stat.sprintOneCm":14710,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/55618dfa-b17f-4e8a-814f-41768360af09.json b/EstiNet/stats/55618dfa-b17f-4e8a-814f-41768360af09.json new file mode 100644 index 0000000..064406f --- /dev/null +++ b/EstiNet/stats/55618dfa-b17f-4e8a-814f-41768360af09.json @@ -0,0 +1 @@ +{"stat.walkOneCm":230971,"stat.leaveGame":219,"stat.flyOneCm":9633942,"stat.jump":1524,"stat.swimOneCm":13618,"stat.playOneMinute":1149259,"stat.fallOneCm":18123,"stat.sneakTime":5241,"stat.crouchOneCm":24377,"stat.timeSinceDeath":1149259,"stat.sprintOneCm":584636,"stat.diveOneCm":1089} \ No newline at end of file diff --git a/EstiNet/stats/56d57790-3aad-45c5-8892-677efc1c973e.json b/EstiNet/stats/56d57790-3aad-45c5-8892-677efc1c973e.json new file mode 100644 index 0000000..90eb2d9 --- /dev/null +++ b/EstiNet/stats/56d57790-3aad-45c5-8892-677efc1c973e.json @@ -0,0 +1 @@ +{"stat.playOneMinute":917,"stat.leaveGame":1,"stat.timeSinceDeath":917,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/5834666b-6873-4ccf-96a7-a77051988756.json b/EstiNet/stats/5834666b-6873-4ccf-96a7-a77051988756.json new file mode 100644 index 0000000..7316e04 --- /dev/null +++ b/EstiNet/stats/5834666b-6873-4ccf-96a7-a77051988756.json @@ -0,0 +1 @@ +{"stat.playOneMinute":927,"stat.leaveGame":1,"stat.timeSinceDeath":927,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/6108e35d-c0df-4f9d-8e68-665a69d4b871.json b/EstiNet/stats/6108e35d-c0df-4f9d-8e68-665a69d4b871.json new file mode 100644 index 0000000..47f06e1 --- /dev/null +++ b/EstiNet/stats/6108e35d-c0df-4f9d-8e68-665a69d4b871.json @@ -0,0 +1 @@ +{"stat.flyOneCm":399342,"stat.walkOneCm":52980,"stat.jump":96,"stat.swimOneCm":1702,"stat.playOneMinute":53417,"stat.leaveGame":25,"stat.timeSinceDeath":53417,"stat.sprintOneCm":31645} \ No newline at end of file diff --git a/EstiNet/stats/72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f.json b/EstiNet/stats/72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f.json new file mode 100644 index 0000000..37ffa20 --- /dev/null +++ b/EstiNet/stats/72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f.json @@ -0,0 +1 @@ +{"stat.flyOneCm":24497,"stat.walkOneCm":362,"stat.jump":8,"stat.playOneMinute":744,"stat.leaveGame":1,"stat.timeSinceDeath":744,"stat.sprintOneCm":645,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/7565be25-9f5f-4269-9e78-9b1d91abfc3b.json b/EstiNet/stats/7565be25-9f5f-4269-9e78-9b1d91abfc3b.json new file mode 100644 index 0000000..8674231 --- /dev/null +++ b/EstiNet/stats/7565be25-9f5f-4269-9e78-9b1d91abfc3b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":22525,"stat.walkOneCm":2037,"stat.jump":1,"stat.playOneMinute":639,"stat.leaveGame":1,"stat.timeSinceDeath":639,"stat.sprintOneCm":313} \ No newline at end of file diff --git a/EstiNet/stats/75734341-fe09-44ee-be5b-416579e2fcf6.json b/EstiNet/stats/75734341-fe09-44ee-be5b-416579e2fcf6.json new file mode 100644 index 0000000..00f4e5d --- /dev/null +++ b/EstiNet/stats/75734341-fe09-44ee-be5b-416579e2fcf6.json @@ -0,0 +1 @@ +{"stat.flyOneCm":30284,"stat.walkOneCm":1304,"stat.jump":4,"stat.playOneMinute":1630,"achievement.openInventory":1,"stat.leaveGame":1,"stat.timeSinceDeath":1630,"stat.sprintOneCm":1511,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/75a53a06-1ab1-4b00-9f97-c8235a78f588.json b/EstiNet/stats/75a53a06-1ab1-4b00-9f97-c8235a78f588.json new file mode 100644 index 0000000..f75f237 --- /dev/null +++ b/EstiNet/stats/75a53a06-1ab1-4b00-9f97-c8235a78f588.json @@ -0,0 +1 @@ +{"stat.flyOneCm":389006,"stat.walkOneCm":50190,"stat.jump":175,"stat.playOneMinute":281367,"stat.leaveGame":239,"stat.sneakTime":409,"stat.crouchOneCm":2793,"stat.timeSinceDeath":281367,"stat.sprintOneCm":71592} \ No newline at end of file diff --git a/EstiNet/stats/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.json b/EstiNet/stats/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.json new file mode 100644 index 0000000..e8098ec --- /dev/null +++ b/EstiNet/stats/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.json @@ -0,0 +1 @@ +{"stat.flyOneCm":946088,"stat.walkOneCm":42588,"stat.jump":555,"stat.swimOneCm":8918,"stat.playOneMinute":93665,"stat.leaveGame":16,"stat.sneakTime":322,"stat.crouchOneCm":3316,"stat.timeSinceDeath":93665,"stat.sprintOneCm":89070} \ No newline at end of file diff --git a/EstiNet/stats/7c6de3d1-3981-4f6e-9c36-00c8b2e42662.json b/EstiNet/stats/7c6de3d1-3981-4f6e-9c36-00c8b2e42662.json new file mode 100644 index 0000000..a267ada --- /dev/null +++ b/EstiNet/stats/7c6de3d1-3981-4f6e-9c36-00c8b2e42662.json @@ -0,0 +1 @@ +{"stat.flyOneCm":46246,"stat.walkOneCm":3023,"stat.jump":4,"stat.playOneMinute":4516,"achievement.openInventory":2,"stat.leaveGame":6,"stat.timeSinceDeath":4516,"stat.sprintOneCm":757,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/7e6c6c77-2972-4392-a407-820c658f710b.json b/EstiNet/stats/7e6c6c77-2972-4392-a407-820c658f710b.json new file mode 100644 index 0000000..53ecfb2 --- /dev/null +++ b/EstiNet/stats/7e6c6c77-2972-4392-a407-820c658f710b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":26185,"stat.walkOneCm":3069,"stat.jump":10,"stat.playOneMinute":887,"stat.leaveGame":1,"stat.timeSinceDeath":887,"stat.sprintOneCm":1229,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/7fde85fa-3f3d-4c93-9632-7c25e56ebddc.json b/EstiNet/stats/7fde85fa-3f3d-4c93-9632-7c25e56ebddc.json new file mode 100644 index 0000000..1a3df9b --- /dev/null +++ b/EstiNet/stats/7fde85fa-3f3d-4c93-9632-7c25e56ebddc.json @@ -0,0 +1 @@ +{"stat.flyOneCm":23996,"stat.walkOneCm":2422,"stat.jump":5,"stat.playOneMinute":1052,"stat.leaveGame":1,"stat.timeSinceDeath":1052,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/83cf013e-00fa-4abf-9050-f6f38d285948.json b/EstiNet/stats/83cf013e-00fa-4abf-9050-f6f38d285948.json new file mode 100644 index 0000000..1148d88 --- /dev/null +++ b/EstiNet/stats/83cf013e-00fa-4abf-9050-f6f38d285948.json @@ -0,0 +1 @@ +{"stat.flyOneCm":33575,"stat.walkOneCm":4503,"stat.jump":6,"stat.playOneMinute":3379,"stat.leaveGame":3,"stat.timeSinceDeath":3379,"stat.sprintOneCm":3194,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/87b3d0fe-4097-4ff3-a90c-9b837132ef58.json b/EstiNet/stats/87b3d0fe-4097-4ff3-a90c-9b837132ef58.json new file mode 100644 index 0000000..ee831bf --- /dev/null +++ b/EstiNet/stats/87b3d0fe-4097-4ff3-a90c-9b837132ef58.json @@ -0,0 +1 @@ +{"stat.walkOneCm":21985,"achievement.openInventory":3,"stat.leaveGame":5,"stat.flyOneCm":662864,"stat.jump":50,"stat.playOneMinute":10586,"stat.sneakTime":400,"stat.crouchOneCm":2156,"stat.timeSinceDeath":10586,"stat.sprintOneCm":14553,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/914cc9cc-31ce-480a-87a9-1378f87f1440.json b/EstiNet/stats/914cc9cc-31ce-480a-87a9-1378f87f1440.json new file mode 100644 index 0000000..916109d --- /dev/null +++ b/EstiNet/stats/914cc9cc-31ce-480a-87a9-1378f87f1440.json @@ -0,0 +1 @@ +{"stat.flyOneCm":14299,"stat.walkOneCm":1574,"stat.jump":2,"stat.playOneMinute":1929,"stat.leaveGame":2,"stat.timeSinceDeath":1929,"stat.sprintOneCm":1143,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/948f3446-1979-499f-889b-2991bea10125.json b/EstiNet/stats/948f3446-1979-499f-889b-2991bea10125.json new file mode 100644 index 0000000..b271d85 --- /dev/null +++ b/EstiNet/stats/948f3446-1979-499f-889b-2991bea10125.json @@ -0,0 +1 @@ +{"stat.flyOneCm":774687,"stat.walkOneCm":56642,"stat.jump":455,"stat.swimOneCm":2453,"stat.playOneMinute":39877,"stat.leaveGame":65,"stat.sneakTime":1089,"stat.crouchOneCm":5273,"stat.timeSinceDeath":39877,"stat.sprintOneCm":75690} \ No newline at end of file diff --git a/EstiNet/stats/96a4bc26-5928-4360-a06c-9f99f62c9293.json b/EstiNet/stats/96a4bc26-5928-4360-a06c-9f99f62c9293.json new file mode 100644 index 0000000..4c45e4f --- /dev/null +++ b/EstiNet/stats/96a4bc26-5928-4360-a06c-9f99f62c9293.json @@ -0,0 +1 @@ +{"stat.flyOneCm":16469,"stat.walkOneCm":3757,"stat.jump":3,"stat.playOneMinute":720,"achievement.openInventory":1,"stat.leaveGame":1,"stat.timeSinceDeath":720,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/98cc6dd5-48e2-44e1-a999-0d1c880db5bb.json b/EstiNet/stats/98cc6dd5-48e2-44e1-a999-0d1c880db5bb.json new file mode 100644 index 0000000..4ab5e94 --- /dev/null +++ b/EstiNet/stats/98cc6dd5-48e2-44e1-a999-0d1c880db5bb.json @@ -0,0 +1 @@ +{"stat.flyOneCm":23299,"stat.walkOneCm":3451,"stat.jump":27,"stat.swimOneCm":51,"stat.playOneMinute":2331,"achievement.openInventory":1,"stat.leaveGame":4,"stat.timeSinceDeath":2331,"stat.sprintOneCm":3413,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/990aab78-dcab-4d97-884d-75f8d9d38f84.json b/EstiNet/stats/990aab78-dcab-4d97-884d-75f8d9d38f84.json new file mode 100644 index 0000000..35683cb --- /dev/null +++ b/EstiNet/stats/990aab78-dcab-4d97-884d-75f8d9d38f84.json @@ -0,0 +1 @@ +{"stat.flyOneCm":20360,"stat.walkOneCm":957,"stat.jump":14,"stat.swimOneCm":163,"stat.playOneMinute":1567,"stat.leaveGame":1,"stat.sneakTime":26,"stat.crouchOneCm":19,"stat.timeSinceDeath":1567,"stat.sprintOneCm":3074,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/a02cd407-4fad-4906-8cc1-59ae79f85185.json b/EstiNet/stats/a02cd407-4fad-4906-8cc1-59ae79f85185.json new file mode 100644 index 0000000..4a030c0 --- /dev/null +++ b/EstiNet/stats/a02cd407-4fad-4906-8cc1-59ae79f85185.json @@ -0,0 +1 @@ +{"stat.flyOneCm":221456,"stat.walkOneCm":4835,"stat.jump":45,"stat.swimOneCm":714,"stat.playOneMinute":4212,"stat.leaveGame":2,"stat.timeSinceDeath":4212,"stat.sprintOneCm":21801,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","River","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/a7f22160-908b-44be-9f94-1b3e460cf943.json b/EstiNet/stats/a7f22160-908b-44be-9f94-1b3e460cf943.json new file mode 100644 index 0000000..5c539ef --- /dev/null +++ b/EstiNet/stats/a7f22160-908b-44be-9f94-1b3e460cf943.json @@ -0,0 +1 @@ +{"stat.walkOneCm":6542,"achievement.openInventory":3,"stat.leaveGame":4,"stat.flyOneCm":83552,"stat.jump":55,"stat.swimOneCm":177,"stat.playOneMinute":5647,"stat.sneakTime":130,"stat.crouchOneCm":288,"stat.timeSinceDeath":5647,"stat.sprintOneCm":10103,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ade21d41-274e-4cd0-a251-03cf67642e4e.json b/EstiNet/stats/ade21d41-274e-4cd0-a251-03cf67642e4e.json new file mode 100644 index 0000000..cb8906d --- /dev/null +++ b/EstiNet/stats/ade21d41-274e-4cd0-a251-03cf67642e4e.json @@ -0,0 +1 @@ +{"stat.walkOneCm":15386,"stat.leaveGame":7,"stat.flyOneCm":616108,"stat.jump":42,"stat.swimOneCm":1296,"stat.playOneMinute":7537,"stat.sneakTime":272,"stat.crouchOneCm":4722,"stat.timeSinceDeath":7537,"stat.sprintOneCm":2238,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","River"]}} \ No newline at end of file diff --git a/EstiNet/stats/b07b3040-f81a-4179-9262-435b42a7bfd2.json b/EstiNet/stats/b07b3040-f81a-4179-9262-435b42a7bfd2.json new file mode 100644 index 0000000..0b16d71 --- /dev/null +++ b/EstiNet/stats/b07b3040-f81a-4179-9262-435b42a7bfd2.json @@ -0,0 +1 @@ +{"stat.flyOneCm":50125,"stat.walkOneCm":3225,"stat.jump":16,"stat.swimOneCm":1130,"stat.playOneMinute":3640,"achievement.openInventory":4,"stat.leaveGame":3,"stat.timeSinceDeath":3640,"stat.sprintOneCm":4979,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/b11319c8-795b-4de4-ba1a-6f09b467f675.json b/EstiNet/stats/b11319c8-795b-4de4-ba1a-6f09b467f675.json new file mode 100644 index 0000000..86888dd --- /dev/null +++ b/EstiNet/stats/b11319c8-795b-4de4-ba1a-6f09b467f675.json @@ -0,0 +1 @@ +{"stat.flyOneCm":32136,"stat.walkOneCm":4412,"stat.jump":19,"stat.swimOneCm":340,"stat.playOneMinute":6879,"achievement.openInventory":1,"stat.leaveGame":1,"stat.sneakTime":97,"stat.crouchOneCm":1,"stat.timeSinceDeath":6879,"stat.sprintOneCm":10007,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/b2a7e927-c847-4060-bfd7-99cabee7aecc.json b/EstiNet/stats/b2a7e927-c847-4060-bfd7-99cabee7aecc.json new file mode 100644 index 0000000..2c36413 --- /dev/null +++ b/EstiNet/stats/b2a7e927-c847-4060-bfd7-99cabee7aecc.json @@ -0,0 +1 @@ +{"stat.walkOneCm":88452,"achievement.openInventory":10,"stat.leaveGame":38,"stat.flyOneCm":2129031,"stat.jump":162,"stat.swimOneCm":5951,"stat.playOneMinute":55848,"stat.sneakTime":42,"stat.crouchOneCm":41,"stat.timeSinceDeath":55848,"stat.sprintOneCm":36410,"achievement.exploreAllBiomes":{"value":0,"progress":["Birch Forest Hills","Sunflower Plains","Birch Forest","Roofed Forest","Extreme Hills M","Plains","Extreme Hills+ M","Savanna Plateau M","Extreme Hills+","River","Desert","Savanna M","Extreme Hills","Savanna"]}} \ No newline at end of file diff --git a/EstiNet/stats/b48083c2-19ca-4959-a0d0-a967a93d0fd3.json b/EstiNet/stats/b48083c2-19ca-4959-a0d0-a967a93d0fd3.json new file mode 100644 index 0000000..6ec0d94 --- /dev/null +++ b/EstiNet/stats/b48083c2-19ca-4959-a0d0-a967a93d0fd3.json @@ -0,0 +1 @@ +{"stat.flyOneCm":6439774,"stat.walkOneCm":226338,"stat.jump":4720,"stat.swimOneCm":44156,"stat.playOneMinute":746969,"stat.leaveGame":123,"stat.sneakTime":944,"stat.crouchOneCm":2370,"stat.timeSinceDeath":746969,"stat.sprintOneCm":683191} \ No newline at end of file diff --git a/EstiNet/stats/b72a5ac1-ef33-4543-bb73-17043360959d.json b/EstiNet/stats/b72a5ac1-ef33-4543-bb73-17043360959d.json new file mode 100644 index 0000000..1302930 --- /dev/null +++ b/EstiNet/stats/b72a5ac1-ef33-4543-bb73-17043360959d.json @@ -0,0 +1 @@ +{"stat.flyOneCm":13128,"stat.walkOneCm":2286,"stat.jump":5,"stat.swimOneCm":285,"stat.playOneMinute":836,"stat.leaveGame":1,"stat.sneakTime":6,"stat.crouchOneCm":29,"stat.timeSinceDeath":836,"stat.sprintOneCm":3250,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/b9d938ca-64e1-452f-b11f-446274738957.json b/EstiNet/stats/b9d938ca-64e1-452f-b11f-446274738957.json new file mode 100644 index 0000000..27c46a1 --- /dev/null +++ b/EstiNet/stats/b9d938ca-64e1-452f-b11f-446274738957.json @@ -0,0 +1 @@ +{"stat.playOneMinute":13,"stat.leaveGame":1,"stat.timeSinceDeath":13} \ No newline at end of file diff --git a/EstiNet/stats/bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad.json b/EstiNet/stats/bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad.json new file mode 100644 index 0000000..8953d0f --- /dev/null +++ b/EstiNet/stats/bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad.json @@ -0,0 +1 @@ +{"stat.walkOneCm":126614,"achievement.openInventory":12,"stat.leaveGame":19,"stat.flyOneCm":4514337,"stat.jump":272,"stat.swimOneCm":8126,"stat.playOneMinute":58971,"stat.sneakTime":691,"stat.crouchOneCm":4154,"stat.timeSinceDeath":58971,"stat.sprintOneCm":32862,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","River","Plains","Swampland","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/bc8e7aaf-d8db-4166-bfe9-c753b70d9374.json b/EstiNet/stats/bc8e7aaf-d8db-4166-bfe9-c753b70d9374.json new file mode 100644 index 0000000..1db53e4 --- /dev/null +++ b/EstiNet/stats/bc8e7aaf-d8db-4166-bfe9-c753b70d9374.json @@ -0,0 +1 @@ +{"stat.playOneMinute":242,"stat.leaveGame":1,"stat.timeSinceDeath":242,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2.json b/EstiNet/stats/be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2.json new file mode 100644 index 0000000..41f88d3 --- /dev/null +++ b/EstiNet/stats/be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2.json @@ -0,0 +1 @@ +{"stat.walkOneCm":36207,"achievement.openInventory":21,"stat.leaveGame":13,"stat.flyOneCm":1256236,"stat.jump":140,"stat.swimOneCm":50,"stat.playOneMinute":48721,"stat.sneakTime":36,"stat.timeSinceDeath":48721,"stat.sprintOneCm":17572,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","River","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/c04a026f-0566-47af-9c50-85de9da5ab2d.json b/EstiNet/stats/c04a026f-0566-47af-9c50-85de9da5ab2d.json new file mode 100644 index 0000000..a6751b3 --- /dev/null +++ b/EstiNet/stats/c04a026f-0566-47af-9c50-85de9da5ab2d.json @@ -0,0 +1 @@ +{"stat.walkOneCm":50450,"achievement.openInventory":1,"stat.leaveGame":5,"stat.flyOneCm":2386974,"stat.jump":304,"stat.swimOneCm":3931,"stat.playOneMinute":37510,"stat.sneakTime":297,"stat.crouchOneCm":823,"stat.timeSinceDeath":37510,"stat.sprintOneCm":110652,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+","River","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/c32a7680-a1d6-4dd5-8df1-3c0c7f3e6338.json b/EstiNet/stats/c32a7680-a1d6-4dd5-8df1-3c0c7f3e6338.json new file mode 100644 index 0000000..4d1ca05 --- /dev/null +++ b/EstiNet/stats/c32a7680-a1d6-4dd5-8df1-3c0c7f3e6338.json @@ -0,0 +1 @@ +{"stat.flyOneCm":21633,"stat.walkOneCm":9780,"stat.jump":1,"stat.playOneMinute":6107,"achievement.openInventory":3,"stat.leaveGame":3,"stat.timeSinceDeath":6107,"stat.sprintOneCm":300,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c38700dc-279d-4394-8e59-a3ae8fdb6c10.json b/EstiNet/stats/c38700dc-279d-4394-8e59-a3ae8fdb6c10.json new file mode 100644 index 0000000..a1db2ce --- /dev/null +++ b/EstiNet/stats/c38700dc-279d-4394-8e59-a3ae8fdb6c10.json @@ -0,0 +1 @@ +{"stat.walkOneCm":127132,"achievement.openInventory":3,"stat.leaveGame":72,"stat.flyOneCm":220083,"stat.jump":240,"stat.swimOneCm":1302,"stat.playOneMinute":34653,"stat.crouchOneCm":345,"stat.timeSinceDeath":34653,"stat.sprintOneCm":67058,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/c3c0e534-a695-4d42-81c2-877b2e75405b.json b/EstiNet/stats/c3c0e534-a695-4d42-81c2-877b2e75405b.json new file mode 100644 index 0000000..71a4b28 --- /dev/null +++ b/EstiNet/stats/c3c0e534-a695-4d42-81c2-877b2e75405b.json @@ -0,0 +1 @@ +{"stat.jump":2,"stat.playOneMinute":134,"stat.leaveGame":1,"stat.timeSinceDeath":134,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c3eee9a1-296e-47ae-a9fc-c6fea50e1513.json b/EstiNet/stats/c3eee9a1-296e-47ae-a9fc-c6fea50e1513.json new file mode 100644 index 0000000..4d6d5a5 --- /dev/null +++ b/EstiNet/stats/c3eee9a1-296e-47ae-a9fc-c6fea50e1513.json @@ -0,0 +1 @@ +{"stat.flyOneCm":41363,"stat.walkOneCm":3299,"stat.jump":3,"stat.playOneMinute":1428,"stat.leaveGame":1,"stat.timeSinceDeath":1428,"stat.sprintOneCm":356,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c403cd0e-7f0d-46a1-b95a-44ac74550b3a.json b/EstiNet/stats/c403cd0e-7f0d-46a1-b95a-44ac74550b3a.json new file mode 100644 index 0000000..4c70c14 --- /dev/null +++ b/EstiNet/stats/c403cd0e-7f0d-46a1-b95a-44ac74550b3a.json @@ -0,0 +1 @@ +{"stat.walkOneCm":768,"stat.playOneMinute":599,"stat.leaveGame":1,"stat.timeSinceDeath":599,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c44cfaf0-8696-421c-929c-e8f577ddee87.json b/EstiNet/stats/c44cfaf0-8696-421c-929c-e8f577ddee87.json new file mode 100644 index 0000000..fa1aec5 --- /dev/null +++ b/EstiNet/stats/c44cfaf0-8696-421c-929c-e8f577ddee87.json @@ -0,0 +1 @@ +{"stat.flyOneCm":37011,"stat.walkOneCm":7743,"stat.jump":18,"stat.swimOneCm":438,"stat.playOneMinute":1160,"stat.leaveGame":2,"stat.timeSinceDeath":1160,"stat.sprintOneCm":3516,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c469f2d8-49b4-418b-ab43-3613fb66e6c1.json b/EstiNet/stats/c469f2d8-49b4-418b-ab43-3613fb66e6c1.json new file mode 100644 index 0000000..c246268 --- /dev/null +++ b/EstiNet/stats/c469f2d8-49b4-418b-ab43-3613fb66e6c1.json @@ -0,0 +1 @@ +{"stat.flyOneCm":696,"stat.walkOneCm":2466,"stat.jump":4,"stat.playOneMinute":1044,"achievement.openInventory":1,"stat.leaveGame":1,"stat.timeSinceDeath":1044,"stat.sprintOneCm":1166,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c4e623c2-6865-4696-a0ea-0ea213031405.json b/EstiNet/stats/c4e623c2-6865-4696-a0ea-0ea213031405.json new file mode 100644 index 0000000..6485656 --- /dev/null +++ b/EstiNet/stats/c4e623c2-6865-4696-a0ea-0ea213031405.json @@ -0,0 +1 @@ +{"stat.flyOneCm":8701,"stat.walkOneCm":4475,"stat.jump":6,"stat.swimOneCm":216,"stat.playOneMinute":717,"stat.leaveGame":1,"stat.timeSinceDeath":717,"stat.sprintOneCm":2232,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c4ff326c-ca9b-4e14-8f42-a0db8bf4d740.json b/EstiNet/stats/c4ff326c-ca9b-4e14-8f42-a0db8bf4d740.json new file mode 100644 index 0000000..f268cc3 --- /dev/null +++ b/EstiNet/stats/c4ff326c-ca9b-4e14-8f42-a0db8bf4d740.json @@ -0,0 +1 @@ +{"stat.playOneMinute":547,"stat.leaveGame":2,"stat.timeSinceDeath":547,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c50c16d7-8aed-4478-90ee-2197e01e1c9e.json b/EstiNet/stats/c50c16d7-8aed-4478-90ee-2197e01e1c9e.json new file mode 100644 index 0000000..d45b15e --- /dev/null +++ b/EstiNet/stats/c50c16d7-8aed-4478-90ee-2197e01e1c9e.json @@ -0,0 +1 @@ +{"stat.walkOneCm":7411,"stat.playOneMinute":1082,"stat.leaveGame":1,"stat.timeSinceDeath":1082,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c5837566-4d20-47b9-b980-c4567af0ed01.json b/EstiNet/stats/c5837566-4d20-47b9-b980-c4567af0ed01.json new file mode 100644 index 0000000..5510452 --- /dev/null +++ b/EstiNet/stats/c5837566-4d20-47b9-b980-c4567af0ed01.json @@ -0,0 +1 @@ +{"stat.walkOneCm":15,"stat.playOneMinute":673,"stat.leaveGame":2,"stat.timeSinceDeath":673,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c59d9f05-7cd2-4894-a657-23ac1de6c2cf.json b/EstiNet/stats/c59d9f05-7cd2-4894-a657-23ac1de6c2cf.json new file mode 100644 index 0000000..b22ab0c --- /dev/null +++ b/EstiNet/stats/c59d9f05-7cd2-4894-a657-23ac1de6c2cf.json @@ -0,0 +1 @@ +{"stat.flyOneCm":68580,"stat.walkOneCm":50990,"stat.jump":24,"stat.swimOneCm":388,"stat.playOneMinute":8083,"stat.leaveGame":7,"stat.crouchOneCm":4690,"stat.timeSinceDeath":8083,"stat.sprintOneCm":11828,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c62a54a6-2d3f-4d8b-b4c9-cd3deeefca31.json b/EstiNet/stats/c62a54a6-2d3f-4d8b-b4c9-cd3deeefca31.json new file mode 100644 index 0000000..9159983 --- /dev/null +++ b/EstiNet/stats/c62a54a6-2d3f-4d8b-b4c9-cd3deeefca31.json @@ -0,0 +1 @@ +{"stat.flyOneCm":506,"stat.walkOneCm":3671,"stat.jump":2,"stat.playOneMinute":962,"stat.leaveGame":1,"stat.timeSinceDeath":962,"stat.sprintOneCm":1033,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c679c3b6-46f3-4bc6-86fc-69fbf77e376e.json b/EstiNet/stats/c679c3b6-46f3-4bc6-86fc-69fbf77e376e.json new file mode 100644 index 0000000..2aa115e --- /dev/null +++ b/EstiNet/stats/c679c3b6-46f3-4bc6-86fc-69fbf77e376e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1014,"stat.walkOneCm":4130,"stat.jump":3,"stat.playOneMinute":623,"stat.leaveGame":1,"stat.timeSinceDeath":623,"stat.sprintOneCm":2676,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c6aa3057-8a94-43b6-9027-9e4edf1ed343.json b/EstiNet/stats/c6aa3057-8a94-43b6-9027-9e4edf1ed343.json new file mode 100644 index 0000000..4195ce2 --- /dev/null +++ b/EstiNet/stats/c6aa3057-8a94-43b6-9027-9e4edf1ed343.json @@ -0,0 +1 @@ +{"stat.flyOneCm":6368,"stat.walkOneCm":10945,"stat.jump":23,"stat.swimOneCm":1610,"stat.playOneMinute":3206,"stat.leaveGame":1,"stat.timeSinceDeath":3206,"stat.sprintOneCm":8490,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c6ec83a9-f016-4ff5-84a4-561792997081.json b/EstiNet/stats/c6ec83a9-f016-4ff5-84a4-561792997081.json new file mode 100644 index 0000000..881a1ab --- /dev/null +++ b/EstiNet/stats/c6ec83a9-f016-4ff5-84a4-561792997081.json @@ -0,0 +1 @@ +{"stat.flyOneCm":125036,"stat.walkOneCm":19679,"stat.jump":23,"stat.playOneMinute":6127,"achievement.openInventory":2,"stat.leaveGame":3,"stat.timeSinceDeath":6127,"stat.sprintOneCm":7949,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]},"stat.diveOneCm":1614} \ No newline at end of file diff --git a/EstiNet/stats/c73abe88-9409-4e3c-8690-cb55ea12b816.json b/EstiNet/stats/c73abe88-9409-4e3c-8690-cb55ea12b816.json new file mode 100644 index 0000000..f15bc61 --- /dev/null +++ b/EstiNet/stats/c73abe88-9409-4e3c-8690-cb55ea12b816.json @@ -0,0 +1 @@ +{"stat.flyOneCm":19546,"stat.walkOneCm":2942,"stat.jump":23,"stat.swimOneCm":163,"stat.playOneMinute":1948,"stat.leaveGame":2,"stat.timeSinceDeath":1948,"stat.sprintOneCm":4624,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c865ea42-78dd-4c5c-bb15-336ddcf211f4.json b/EstiNet/stats/c865ea42-78dd-4c5c-bb15-336ddcf211f4.json new file mode 100644 index 0000000..da83a72 --- /dev/null +++ b/EstiNet/stats/c865ea42-78dd-4c5c-bb15-336ddcf211f4.json @@ -0,0 +1 @@ +{"stat.flyOneCm":13748,"stat.walkOneCm":7567,"stat.jump":29,"stat.swimOneCm":1833,"stat.playOneMinute":1856,"achievement.openInventory":1,"stat.leaveGame":3,"stat.timeSinceDeath":1856,"stat.sprintOneCm":5658,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c8ff6194-804a-4edc-806e-267ba7a0308d.json b/EstiNet/stats/c8ff6194-804a-4edc-806e-267ba7a0308d.json new file mode 100644 index 0000000..38af1b5 --- /dev/null +++ b/EstiNet/stats/c8ff6194-804a-4edc-806e-267ba7a0308d.json @@ -0,0 +1 @@ +{"stat.flyOneCm":103740,"stat.walkOneCm":6530,"stat.jump":7,"stat.swimOneCm":366,"stat.playOneMinute":1309,"achievement.openInventory":1,"stat.leaveGame":1,"stat.crouchOneCm":138,"stat.timeSinceDeath":1309,"stat.sprintOneCm":967,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c929eec3-1fd7-4a7d-be72-852cd2588d24.json b/EstiNet/stats/c929eec3-1fd7-4a7d-be72-852cd2588d24.json new file mode 100644 index 0000000..a88643c --- /dev/null +++ b/EstiNet/stats/c929eec3-1fd7-4a7d-be72-852cd2588d24.json @@ -0,0 +1 @@ +{"stat.flyOneCm":64263,"stat.walkOneCm":9396,"stat.jump":27,"stat.playOneMinute":9526,"stat.leaveGame":11,"stat.sneakTime":13,"stat.crouchOneCm":178,"stat.timeSinceDeath":9526,"stat.sprintOneCm":6143,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c9d674e5-c261-45a8-9c8f-a2317f01e1cd.json b/EstiNet/stats/c9d674e5-c261-45a8-9c8f-a2317f01e1cd.json new file mode 100644 index 0000000..67419f8 --- /dev/null +++ b/EstiNet/stats/c9d674e5-c261-45a8-9c8f-a2317f01e1cd.json @@ -0,0 +1 @@ +{"stat.flyOneCm":28076,"stat.walkOneCm":2042,"stat.jump":11,"stat.playOneMinute":983,"stat.leaveGame":3,"stat.timeSinceDeath":983,"stat.sprintOneCm":1323,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/c9d67bf3-afe1-48cc-9f3c-81fdfa15f2b1.json b/EstiNet/stats/c9d67bf3-afe1-48cc-9f3c-81fdfa15f2b1.json new file mode 100644 index 0000000..10b1a81 --- /dev/null +++ b/EstiNet/stats/c9d67bf3-afe1-48cc-9f3c-81fdfa15f2b1.json @@ -0,0 +1 @@ +{"stat.flyOneCm":18096,"stat.walkOneCm":7455,"stat.jump":27,"stat.swimOneCm":635,"stat.playOneMinute":18675,"achievement.openInventory":1,"stat.leaveGame":1,"stat.sneakTime":9,"stat.crouchOneCm":70,"stat.timeSinceDeath":18675,"stat.sprintOneCm":4909,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ca25888d-56d1-45a1-9c1e-d8ece1f0a9f8.json b/EstiNet/stats/ca25888d-56d1-45a1-9c1e-d8ece1f0a9f8.json new file mode 100644 index 0000000..d36c344 --- /dev/null +++ b/EstiNet/stats/ca25888d-56d1-45a1-9c1e-d8ece1f0a9f8.json @@ -0,0 +1 @@ +{"stat.flyOneCm":212667,"stat.walkOneCm":84709,"stat.jump":103,"stat.swimOneCm":1653,"stat.playOneMinute":20702,"stat.leaveGame":9,"stat.crouchOneCm":2739,"stat.timeSinceDeath":20702,"stat.sprintOneCm":16859,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/ca871a3f-349c-474c-9c45-c36f2e679ab3.json b/EstiNet/stats/ca871a3f-349c-474c-9c45-c36f2e679ab3.json new file mode 100644 index 0000000..067e6db --- /dev/null +++ b/EstiNet/stats/ca871a3f-349c-474c-9c45-c36f2e679ab3.json @@ -0,0 +1 @@ +{"stat.flyOneCm":20616,"stat.walkOneCm":15500,"stat.jump":17,"stat.playOneMinute":2170,"stat.fallOneCm":592,"stat.leaveGame":2,"stat.crouchOneCm":334,"stat.timeSinceDeath":2170,"stat.sprintOneCm":10268,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/ca9dec1b-a289-4363-9857-08d2018347c5.json b/EstiNet/stats/ca9dec1b-a289-4363-9857-08d2018347c5.json new file mode 100644 index 0000000..604d9c0 --- /dev/null +++ b/EstiNet/stats/ca9dec1b-a289-4363-9857-08d2018347c5.json @@ -0,0 +1 @@ +{"stat.flyOneCm":6490,"stat.walkOneCm":1292,"stat.jump":8,"stat.playOneMinute":263,"stat.leaveGame":1,"stat.timeSinceDeath":263,"stat.sprintOneCm":1107,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/cb3045dc-a518-4ed7-8f04-ed95afce8afc.json b/EstiNet/stats/cb3045dc-a518-4ed7-8f04-ed95afce8afc.json new file mode 100644 index 0000000..d122cf4 --- /dev/null +++ b/EstiNet/stats/cb3045dc-a518-4ed7-8f04-ed95afce8afc.json @@ -0,0 +1 @@ +{"stat.flyOneCm":10602,"stat.walkOneCm":58,"stat.jump":1,"stat.playOneMinute":273,"stat.leaveGame":1,"stat.timeSinceDeath":273,"stat.sprintOneCm":41,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/cb53799e-0ad8-4926-948f-4e4669bffe3f.json b/EstiNet/stats/cb53799e-0ad8-4926-948f-4e4669bffe3f.json new file mode 100644 index 0000000..67b3ee6 --- /dev/null +++ b/EstiNet/stats/cb53799e-0ad8-4926-948f-4e4669bffe3f.json @@ -0,0 +1 @@ +{"stat.walkOneCm":13059,"achievement.openInventory":2,"stat.leaveGame":2,"stat.flyOneCm":141871,"stat.jump":26,"stat.swimOneCm":391,"stat.playOneMinute":3496,"stat.sneakTime":86,"stat.crouchOneCm":55,"stat.timeSinceDeath":3496,"stat.sprintOneCm":7396,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest"]}} \ No newline at end of file diff --git a/EstiNet/stats/cbf791ff-7cc6-4546-9855-877693a19129.json b/EstiNet/stats/cbf791ff-7cc6-4546-9855-877693a19129.json new file mode 100644 index 0000000..c0fb376 --- /dev/null +++ b/EstiNet/stats/cbf791ff-7cc6-4546-9855-877693a19129.json @@ -0,0 +1 @@ +{"stat.flyOneCm":363434,"stat.walkOneCm":41205,"stat.jump":57,"stat.swimOneCm":1132,"stat.playOneMinute":10305,"stat.leaveGame":3,"stat.timeSinceDeath":10305,"stat.sprintOneCm":30330,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/cc03b494-035f-492f-a423-e3c4e1c9d01c.json b/EstiNet/stats/cc03b494-035f-492f-a423-e3c4e1c9d01c.json new file mode 100644 index 0000000..ec61eee --- /dev/null +++ b/EstiNet/stats/cc03b494-035f-492f-a423-e3c4e1c9d01c.json @@ -0,0 +1 @@ +{"stat.flyOneCm":46729,"stat.walkOneCm":2721,"stat.jump":37,"stat.swimOneCm":206,"stat.playOneMinute":2109,"stat.leaveGame":3,"stat.timeSinceDeath":2109,"stat.sprintOneCm":1787,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]},"stat.diveOneCm":1274} \ No newline at end of file diff --git a/EstiNet/stats/ccf48200-115a-4e5f-8345-4e79a1f8e2c6.json b/EstiNet/stats/ccf48200-115a-4e5f-8345-4e79a1f8e2c6.json new file mode 100644 index 0000000..852688e --- /dev/null +++ b/EstiNet/stats/ccf48200-115a-4e5f-8345-4e79a1f8e2c6.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1726,"stat.walkOneCm":2185,"stat.jump":3,"stat.playOneMinute":394,"stat.leaveGame":2,"stat.timeSinceDeath":394,"stat.sprintOneCm":790,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/cd108a60-68c1-4b2d-a513-4de8accfacd0.json b/EstiNet/stats/cd108a60-68c1-4b2d-a513-4de8accfacd0.json new file mode 100644 index 0000000..deca613 --- /dev/null +++ b/EstiNet/stats/cd108a60-68c1-4b2d-a513-4de8accfacd0.json @@ -0,0 +1 @@ +{"stat.flyOneCm":31282,"stat.walkOneCm":7710,"stat.jump":18,"stat.swimOneCm":444,"stat.playOneMinute":2155,"achievement.openInventory":1,"stat.leaveGame":1,"stat.timeSinceDeath":2155,"stat.sprintOneCm":3697,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ce3e01d5-6cac-4d17-886a-fe1f79994691.json b/EstiNet/stats/ce3e01d5-6cac-4d17-886a-fe1f79994691.json new file mode 100644 index 0000000..241c3d3 --- /dev/null +++ b/EstiNet/stats/ce3e01d5-6cac-4d17-886a-fe1f79994691.json @@ -0,0 +1 @@ +{"stat.flyOneCm":16674,"stat.walkOneCm":4170,"stat.jump":4,"stat.playOneMinute":1188,"stat.leaveGame":2,"stat.timeSinceDeath":1188,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ce4dfdd7-bef3-4083-badd-c8e9e6412b7a.json b/EstiNet/stats/ce4dfdd7-bef3-4083-badd-c8e9e6412b7a.json new file mode 100644 index 0000000..3cd5988 --- /dev/null +++ b/EstiNet/stats/ce4dfdd7-bef3-4083-badd-c8e9e6412b7a.json @@ -0,0 +1 @@ +{"stat.playOneMinute":447,"achievement.openInventory":1,"stat.leaveGame":2,"stat.timeSinceDeath":447,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ceb10ccb-7e42-4d1f-b001-dd59a0a0ddea.json b/EstiNet/stats/ceb10ccb-7e42-4d1f-b001-dd59a0a0ddea.json new file mode 100644 index 0000000..52efa20 --- /dev/null +++ b/EstiNet/stats/ceb10ccb-7e42-4d1f-b001-dd59a0a0ddea.json @@ -0,0 +1 @@ +{"stat.flyOneCm":4172,"stat.walkOneCm":2707,"stat.jump":12,"stat.playOneMinute":925,"achievement.openInventory":2,"stat.leaveGame":1,"stat.crouchOneCm":3,"stat.timeSinceDeath":925,"stat.sprintOneCm":2089,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/cecdaa90-d31e-41da-906f-75a52e12f41f.json b/EstiNet/stats/cecdaa90-d31e-41da-906f-75a52e12f41f.json new file mode 100644 index 0000000..41ff825 --- /dev/null +++ b/EstiNet/stats/cecdaa90-d31e-41da-906f-75a52e12f41f.json @@ -0,0 +1 @@ +{"stat.playOneMinute":178,"stat.leaveGame":3,"stat.timeSinceDeath":178,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/cfc12204-54ee-4e6e-bf5f-2b5c7c2d382c.json b/EstiNet/stats/cfc12204-54ee-4e6e-bf5f-2b5c7c2d382c.json new file mode 100644 index 0000000..337b393 --- /dev/null +++ b/EstiNet/stats/cfc12204-54ee-4e6e-bf5f-2b5c7c2d382c.json @@ -0,0 +1 @@ +{"stat.flyOneCm":34643,"stat.walkOneCm":14824,"stat.jump":11,"stat.swimOneCm":722,"stat.playOneMinute":2979,"stat.leaveGame":3,"stat.timeSinceDeath":2979,"stat.sprintOneCm":2932,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d09b31d0-4153-43db-bb9d-3f393e062cfe.json b/EstiNet/stats/d09b31d0-4153-43db-bb9d-3f393e062cfe.json new file mode 100644 index 0000000..7062c10 --- /dev/null +++ b/EstiNet/stats/d09b31d0-4153-43db-bb9d-3f393e062cfe.json @@ -0,0 +1 @@ +{"stat.flyOneCm":12474,"stat.walkOneCm":4089,"stat.jump":6,"stat.playOneMinute":775,"stat.leaveGame":1,"stat.timeSinceDeath":775,"stat.sprintOneCm":2975,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d0bad65f-8ba1-467e-b2eb-d506a37d4b26.json b/EstiNet/stats/d0bad65f-8ba1-467e-b2eb-d506a37d4b26.json new file mode 100644 index 0000000..73df85b --- /dev/null +++ b/EstiNet/stats/d0bad65f-8ba1-467e-b2eb-d506a37d4b26.json @@ -0,0 +1 @@ +{"stat.flyOneCm":85211,"stat.walkOneCm":37269,"stat.jump":17,"stat.swimOneCm":526,"stat.playOneMinute":3770,"stat.fallOneCm":20895,"stat.leaveGame":4,"stat.timeSinceDeath":3770,"stat.sprintOneCm":10590,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d0d83074-6da5-4cc1-b1ea-4423700937b2.json b/EstiNet/stats/d0d83074-6da5-4cc1-b1ea-4423700937b2.json new file mode 100644 index 0000000..149cfd3 --- /dev/null +++ b/EstiNet/stats/d0d83074-6da5-4cc1-b1ea-4423700937b2.json @@ -0,0 +1 @@ +{"stat.flyOneCm":32445,"stat.walkOneCm":6227,"stat.jump":7,"stat.playOneMinute":1098,"stat.leaveGame":1,"stat.crouchOneCm":195,"stat.timeSinceDeath":1098,"stat.sprintOneCm":2756,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d0e7707f-65ab-4004-8655-d2bc5ba38fa3.json b/EstiNet/stats/d0e7707f-65ab-4004-8655-d2bc5ba38fa3.json new file mode 100644 index 0000000..cc4ed8e --- /dev/null +++ b/EstiNet/stats/d0e7707f-65ab-4004-8655-d2bc5ba38fa3.json @@ -0,0 +1 @@ +{"stat.flyOneCm":33830,"stat.walkOneCm":22226,"stat.jump":15,"stat.playOneMinute":2732,"stat.leaveGame":5,"stat.crouchOneCm":296,"stat.timeSinceDeath":2732,"stat.sprintOneCm":3505,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d217fb2c-d9e6-4ddc-b8d3-fa98a20cc6aa.json b/EstiNet/stats/d217fb2c-d9e6-4ddc-b8d3-fa98a20cc6aa.json new file mode 100644 index 0000000..431e765 --- /dev/null +++ b/EstiNet/stats/d217fb2c-d9e6-4ddc-b8d3-fa98a20cc6aa.json @@ -0,0 +1 @@ +{"stat.flyOneCm":17297,"stat.walkOneCm":3213,"stat.jump":38,"stat.swimOneCm":860,"stat.playOneMinute":1877,"stat.leaveGame":1,"stat.timeSinceDeath":1877,"stat.sprintOneCm":2861,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d2281336-c27d-41bc-b199-5b0ee4bdfd39.json b/EstiNet/stats/d2281336-c27d-41bc-b199-5b0ee4bdfd39.json new file mode 100644 index 0000000..5419baf --- /dev/null +++ b/EstiNet/stats/d2281336-c27d-41bc-b199-5b0ee4bdfd39.json @@ -0,0 +1 @@ +{"stat.flyOneCm":44375,"stat.walkOneCm":17604,"stat.jump":8,"stat.swimOneCm":429,"stat.playOneMinute":4281,"stat.leaveGame":2,"stat.crouchOneCm":167,"stat.timeSinceDeath":4281,"stat.sprintOneCm":8841,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d265ef5b-21e6-4ba6-a164-32e98033bafd.json b/EstiNet/stats/d265ef5b-21e6-4ba6-a164-32e98033bafd.json new file mode 100644 index 0000000..ff0746f --- /dev/null +++ b/EstiNet/stats/d265ef5b-21e6-4ba6-a164-32e98033bafd.json @@ -0,0 +1 @@ +{"stat.flyOneCm":33400,"stat.walkOneCm":5423,"stat.jump":29,"stat.swimOneCm":1522,"stat.playOneMinute":2851,"stat.leaveGame":2,"stat.timeSinceDeath":2851,"stat.sprintOneCm":448,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d26f61db-660d-42cb-93e5-1e9f29a26997.json b/EstiNet/stats/d26f61db-660d-42cb-93e5-1e9f29a26997.json new file mode 100644 index 0000000..8528c1a --- /dev/null +++ b/EstiNet/stats/d26f61db-660d-42cb-93e5-1e9f29a26997.json @@ -0,0 +1 @@ +{"stat.flyOneCm":17756,"stat.walkOneCm":1477,"stat.jump":3,"stat.swimOneCm":77,"stat.playOneMinute":705,"stat.leaveGame":1,"stat.timeSinceDeath":705,"stat.sprintOneCm":1189,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d27291f2-85d2-45dd-b8fe-6caf3eaca11a.json b/EstiNet/stats/d27291f2-85d2-45dd-b8fe-6caf3eaca11a.json new file mode 100644 index 0000000..57ee57e --- /dev/null +++ b/EstiNet/stats/d27291f2-85d2-45dd-b8fe-6caf3eaca11a.json @@ -0,0 +1 @@ +{"stat.flyOneCm":272048,"stat.walkOneCm":68291,"stat.jump":240,"stat.swimOneCm":1985,"stat.playOneMinute":20204,"stat.leaveGame":27,"stat.crouchOneCm":34,"stat.timeSinceDeath":20204,"stat.sprintOneCm":37237,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d294af55-849a-43eb-8b2e-0f809ac1bdf0.json b/EstiNet/stats/d294af55-849a-43eb-8b2e-0f809ac1bdf0.json new file mode 100644 index 0000000..9ec5ae1 --- /dev/null +++ b/EstiNet/stats/d294af55-849a-43eb-8b2e-0f809ac1bdf0.json @@ -0,0 +1 @@ +{"stat.flyOneCm":36442,"stat.walkOneCm":2894,"stat.jump":14,"stat.playOneMinute":1026,"stat.leaveGame":1,"stat.sneakTime":14,"stat.crouchOneCm":65,"stat.timeSinceDeath":1026,"stat.sprintOneCm":2145,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d29d9db0-3de6-4fc4-9bb3-100e3e3f5004.json b/EstiNet/stats/d29d9db0-3de6-4fc4-9bb3-100e3e3f5004.json new file mode 100644 index 0000000..2cf4453 --- /dev/null +++ b/EstiNet/stats/d29d9db0-3de6-4fc4-9bb3-100e3e3f5004.json @@ -0,0 +1 @@ +{"stat.flyOneCm":13584,"stat.walkOneCm":3415,"stat.swimOneCm":388,"stat.jump":2,"stat.playOneMinute":1688,"achievement.openInventory":2,"stat.leaveGame":1,"stat.timeSinceDeath":1688,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d2cd75d9-8adc-4bf8-962e-7b0bce7de532.json b/EstiNet/stats/d2cd75d9-8adc-4bf8-962e-7b0bce7de532.json new file mode 100644 index 0000000..6d125b2 --- /dev/null +++ b/EstiNet/stats/d2cd75d9-8adc-4bf8-962e-7b0bce7de532.json @@ -0,0 +1 @@ +{"stat.flyOneCm":68252,"stat.walkOneCm":9044,"stat.jump":14,"stat.swimOneCm":60,"stat.playOneMinute":2090,"achievement.openInventory":1,"stat.leaveGame":1,"stat.crouchOneCm":49,"stat.timeSinceDeath":2090,"stat.sprintOneCm":1495,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d2cf0632-0533-4610-b1e7-4bed1e03ed95.json b/EstiNet/stats/d2cf0632-0533-4610-b1e7-4bed1e03ed95.json new file mode 100644 index 0000000..576f5cb --- /dev/null +++ b/EstiNet/stats/d2cf0632-0533-4610-b1e7-4bed1e03ed95.json @@ -0,0 +1 @@ +{"stat.walkOneCm":1558,"stat.jump":3,"stat.playOneMinute":310,"stat.leaveGame":1,"stat.timeSinceDeath":310,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d2d196ee-f826-4fbf-9473-e43ec9b2306a.json b/EstiNet/stats/d2d196ee-f826-4fbf-9473-e43ec9b2306a.json new file mode 100644 index 0000000..cffd2d3 --- /dev/null +++ b/EstiNet/stats/d2d196ee-f826-4fbf-9473-e43ec9b2306a.json @@ -0,0 +1 @@ +{"stat.walkOneCm":511665,"achievement.openInventory":6,"stat.killEntity.Chicken":1,"stat.useItem.minecraft.egg":1,"stat.leaveGame":109,"stat.mobKills":1,"stat.flyOneCm":1403221,"stat.jump":597,"stat.swimOneCm":6448,"stat.playOneMinute":275381,"stat.fallOneCm":132221,"stat.damageDealt":40,"stat.crouchOneCm":2667,"stat.timeSinceDeath":275381,"stat.sprintOneCm":50442,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+","Jungle","River","Forest","Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d3644321-b232-40b0-bcac-f74b2bd79082.json b/EstiNet/stats/d3644321-b232-40b0-bcac-f74b2bd79082.json new file mode 100644 index 0000000..0f1ad7c --- /dev/null +++ b/EstiNet/stats/d3644321-b232-40b0-bcac-f74b2bd79082.json @@ -0,0 +1 @@ +{"stat.walkOneCm":61060,"achievement.openInventory":2,"stat.leaveGame":2,"stat.flyOneCm":121682,"stat.jump":57,"stat.swimOneCm":907,"stat.playOneMinute":8516,"stat.fallOneCm":43845,"stat.timeSinceDeath":8516,"stat.sprintOneCm":13609,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+","Forest","Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d3ab8442-2815-4ed4-98ec-322bd49dd616.json b/EstiNet/stats/d3ab8442-2815-4ed4-98ec-322bd49dd616.json new file mode 100644 index 0000000..3268567 --- /dev/null +++ b/EstiNet/stats/d3ab8442-2815-4ed4-98ec-322bd49dd616.json @@ -0,0 +1 @@ +{"stat.flyOneCm":10057,"stat.walkOneCm":1847,"stat.jump":3,"stat.playOneMinute":1074,"stat.leaveGame":2,"stat.timeSinceDeath":1074,"stat.sprintOneCm":447,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d3bf627e-e205-4e0a-ac9d-ab4dc027ad66.json b/EstiNet/stats/d3bf627e-e205-4e0a-ac9d-ab4dc027ad66.json new file mode 100644 index 0000000..69e6219 --- /dev/null +++ b/EstiNet/stats/d3bf627e-e205-4e0a-ac9d-ab4dc027ad66.json @@ -0,0 +1 @@ +{"stat.walkOneCm":173150,"achievement.openInventory":7,"stat.leaveGame":3,"stat.flyOneCm":2717362,"stat.jump":347,"stat.swimOneCm":11271,"stat.playOneMinute":24534,"stat.crouchOneCm":240,"stat.timeSinceDeath":24534,"stat.sprintOneCm":75307,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest"]}} \ No newline at end of file diff --git a/EstiNet/stats/d3c0d144-f0ad-495d-a135-e8915255e3cf.json b/EstiNet/stats/d3c0d144-f0ad-495d-a135-e8915255e3cf.json new file mode 100644 index 0000000..abb3ac3 --- /dev/null +++ b/EstiNet/stats/d3c0d144-f0ad-495d-a135-e8915255e3cf.json @@ -0,0 +1 @@ +{"stat.flyOneCm":8601,"stat.walkOneCm":7160,"stat.jump":23,"stat.swimOneCm":374,"stat.playOneMinute":1054,"stat.leaveGame":1,"stat.timeSinceDeath":1054,"stat.sprintOneCm":3260,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d3fd6eb2-ad8b-4619-9702-006295cbb973.json b/EstiNet/stats/d3fd6eb2-ad8b-4619-9702-006295cbb973.json new file mode 100644 index 0000000..664f5b4 --- /dev/null +++ b/EstiNet/stats/d3fd6eb2-ad8b-4619-9702-006295cbb973.json @@ -0,0 +1 @@ +{"stat.walkOneCm":40848,"achievement.openInventory":1,"stat.leaveGame":9,"stat.flyOneCm":159053,"stat.jump":19,"stat.swimOneCm":183,"stat.playOneMinute":9098,"stat.crouchOneCm":189,"stat.timeSinceDeath":9098,"stat.sprintOneCm":18379,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]},"stat.diveOneCm":644} \ No newline at end of file diff --git a/EstiNet/stats/d401e0e5-73ef-4b1e-9387-5090cb9626ad.json b/EstiNet/stats/d401e0e5-73ef-4b1e-9387-5090cb9626ad.json new file mode 100644 index 0000000..32d7836 --- /dev/null +++ b/EstiNet/stats/d401e0e5-73ef-4b1e-9387-5090cb9626ad.json @@ -0,0 +1 @@ +{"stat.flyOneCm":120530,"stat.walkOneCm":46123,"stat.jump":20,"stat.swimOneCm":515,"stat.playOneMinute":10226,"stat.leaveGame":7,"stat.timeSinceDeath":10226,"stat.sprintOneCm":24078,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]},"stat.diveOneCm":1488} \ No newline at end of file diff --git a/EstiNet/stats/d448c88c-3ddb-496b-a0d8-94d44ebe9413.json b/EstiNet/stats/d448c88c-3ddb-496b-a0d8-94d44ebe9413.json new file mode 100644 index 0000000..dabe671 --- /dev/null +++ b/EstiNet/stats/d448c88c-3ddb-496b-a0d8-94d44ebe9413.json @@ -0,0 +1 @@ +{"stat.walkOneCm":1385,"stat.playOneMinute":702,"stat.leaveGame":1,"stat.timeSinceDeath":702,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d463222c-5d8f-4719-8983-8cf78e0232e0.json b/EstiNet/stats/d463222c-5d8f-4719-8983-8cf78e0232e0.json new file mode 100644 index 0000000..030fb36 --- /dev/null +++ b/EstiNet/stats/d463222c-5d8f-4719-8983-8cf78e0232e0.json @@ -0,0 +1 @@ +{"stat.flyOneCm":21800,"stat.walkOneCm":4839,"stat.jump":13,"stat.playOneMinute":1830,"stat.leaveGame":3,"stat.timeSinceDeath":1830,"stat.sprintOneCm":1907,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d4b55d35-88be-4dbb-bbff-1ad6418e0792.json b/EstiNet/stats/d4b55d35-88be-4dbb-bbff-1ad6418e0792.json new file mode 100644 index 0000000..98a40dc --- /dev/null +++ b/EstiNet/stats/d4b55d35-88be-4dbb-bbff-1ad6418e0792.json @@ -0,0 +1 @@ +{"stat.flyOneCm":55,"stat.walkOneCm":6711,"stat.jump":7,"stat.playOneMinute":760,"stat.leaveGame":1,"stat.timeSinceDeath":760,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d556cd8b-3638-49e7-962f-e3869e398b0e.json b/EstiNet/stats/d556cd8b-3638-49e7-962f-e3869e398b0e.json new file mode 100644 index 0000000..ce5dc1b --- /dev/null +++ b/EstiNet/stats/d556cd8b-3638-49e7-962f-e3869e398b0e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":61242,"stat.walkOneCm":18423,"stat.jump":23,"stat.playOneMinute":6628,"achievement.openInventory":1,"stat.leaveGame":3,"stat.timeSinceDeath":6628,"stat.sprintOneCm":7200,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d57c42d1-ad28-4785-8329-f0e67b96b2a7.json b/EstiNet/stats/d57c42d1-ad28-4785-8329-f0e67b96b2a7.json new file mode 100644 index 0000000..782ad91 --- /dev/null +++ b/EstiNet/stats/d57c42d1-ad28-4785-8329-f0e67b96b2a7.json @@ -0,0 +1 @@ +{"stat.flyOneCm":241392,"stat.walkOneCm":17604,"stat.jump":24,"stat.playOneMinute":4284,"stat.fallOneCm":33937,"achievement.openInventory":2,"stat.leaveGame":2,"stat.timeSinceDeath":4284,"stat.sprintOneCm":8273,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+","River","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d5b4ac6a-0662-4c7a-afda-6f0df3a6f9ad.json b/EstiNet/stats/d5b4ac6a-0662-4c7a-afda-6f0df3a6f9ad.json new file mode 100644 index 0000000..ad9c216 --- /dev/null +++ b/EstiNet/stats/d5b4ac6a-0662-4c7a-afda-6f0df3a6f9ad.json @@ -0,0 +1 @@ +{"stat.flyOneCm":69684,"stat.walkOneCm":11321,"stat.jump":14,"stat.playOneMinute":1245,"stat.leaveGame":1,"stat.timeSinceDeath":1245,"stat.sprintOneCm":7922,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d626fe77-f32b-41b5-b27f-5e3fcb7a6b39.json b/EstiNet/stats/d626fe77-f32b-41b5-b27f-5e3fcb7a6b39.json new file mode 100644 index 0000000..663e1f2 --- /dev/null +++ b/EstiNet/stats/d626fe77-f32b-41b5-b27f-5e3fcb7a6b39.json @@ -0,0 +1 @@ +{"stat.flyOneCm":29385,"stat.walkOneCm":509,"stat.jump":7,"stat.playOneMinute":992,"achievement.openInventory":1,"stat.leaveGame":2,"stat.timeSinceDeath":992,"stat.sprintOneCm":2838,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d6287373-b978-46fb-ba5d-38a02aae19e9.json b/EstiNet/stats/d6287373-b978-46fb-ba5d-38a02aae19e9.json new file mode 100644 index 0000000..5577a97 --- /dev/null +++ b/EstiNet/stats/d6287373-b978-46fb-ba5d-38a02aae19e9.json @@ -0,0 +1 @@ +{"stat.playOneMinute":1226,"stat.leaveGame":3,"stat.timeSinceDeath":1226,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d671902b-5089-45f7-a114-fc04c2bee06b.json b/EstiNet/stats/d671902b-5089-45f7-a114-fc04c2bee06b.json new file mode 100644 index 0000000..0ea2509 --- /dev/null +++ b/EstiNet/stats/d671902b-5089-45f7-a114-fc04c2bee06b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":53496,"stat.walkOneCm":5916,"stat.jump":12,"stat.swimOneCm":634,"stat.playOneMinute":1908,"stat.leaveGame":3,"stat.crouchOneCm":62,"stat.timeSinceDeath":1908,"stat.sprintOneCm":2604,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d6baaffb-e435-4600-b07f-0405aa91c093.json b/EstiNet/stats/d6baaffb-e435-4600-b07f-0405aa91c093.json new file mode 100644 index 0000000..feb794f --- /dev/null +++ b/EstiNet/stats/d6baaffb-e435-4600-b07f-0405aa91c093.json @@ -0,0 +1 @@ +{"stat.flyOneCm":16951,"stat.walkOneCm":3869,"stat.jump":16,"stat.playOneMinute":908,"stat.leaveGame":1,"stat.timeSinceDeath":908,"stat.sprintOneCm":778,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d6d2bf51-cae9-44bb-ba97-a08142835782.json b/EstiNet/stats/d6d2bf51-cae9-44bb-ba97-a08142835782.json new file mode 100644 index 0000000..fecb000 --- /dev/null +++ b/EstiNet/stats/d6d2bf51-cae9-44bb-ba97-a08142835782.json @@ -0,0 +1 @@ +{"stat.flyOneCm":62470,"stat.walkOneCm":33717,"stat.jump":7,"stat.swimOneCm":488,"stat.playOneMinute":4190,"stat.leaveGame":5,"stat.timeSinceDeath":4190,"stat.sprintOneCm":14605,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d6f4da8a-3eca-489c-95f3-602eb9fedfa4.json b/EstiNet/stats/d6f4da8a-3eca-489c-95f3-602eb9fedfa4.json new file mode 100644 index 0000000..723caf0 --- /dev/null +++ b/EstiNet/stats/d6f4da8a-3eca-489c-95f3-602eb9fedfa4.json @@ -0,0 +1 @@ +{"stat.flyOneCm":183994,"stat.walkOneCm":16194,"stat.jump":36,"stat.swimOneCm":290,"stat.playOneMinute":6174,"stat.leaveGame":2,"stat.crouchOneCm":1141,"stat.timeSinceDeath":6174,"stat.sprintOneCm":7239,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d73d05b3-6f10-48d5-8bce-b1fe76d11e4f.json b/EstiNet/stats/d73d05b3-6f10-48d5-8bce-b1fe76d11e4f.json new file mode 100644 index 0000000..ee4c025 --- /dev/null +++ b/EstiNet/stats/d73d05b3-6f10-48d5-8bce-b1fe76d11e4f.json @@ -0,0 +1 @@ +{"stat.flyOneCm":338402,"stat.walkOneCm":42722,"stat.jump":25,"stat.swimOneCm":33,"stat.playOneMinute":12883,"stat.leaveGame":12,"stat.crouchOneCm":548,"stat.timeSinceDeath":12883,"stat.sprintOneCm":5376,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d78880ff-b923-4f7b-865c-fc13eb95d7c9.json b/EstiNet/stats/d78880ff-b923-4f7b-865c-fc13eb95d7c9.json new file mode 100644 index 0000000..657a0c7 --- /dev/null +++ b/EstiNet/stats/d78880ff-b923-4f7b-865c-fc13eb95d7c9.json @@ -0,0 +1 @@ +{"stat.flyOneCm":7047,"stat.walkOneCm":1168,"stat.jump":5,"stat.playOneMinute":459,"stat.leaveGame":3,"stat.timeSinceDeath":459,"stat.sprintOneCm":826,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d80079cf-cb06-491f-b9bc-341ad6f48f43.json b/EstiNet/stats/d80079cf-cb06-491f-b9bc-341ad6f48f43.json new file mode 100644 index 0000000..28fc7e0 --- /dev/null +++ b/EstiNet/stats/d80079cf-cb06-491f-b9bc-341ad6f48f43.json @@ -0,0 +1 @@ +{"stat.flyOneCm":2248,"stat.walkOneCm":4233,"stat.jump":9,"stat.playOneMinute":853,"stat.leaveGame":1,"stat.sneakTime":15,"stat.crouchOneCm":63,"stat.timeSinceDeath":853,"stat.sprintOneCm":2489,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d895196a-f5f3-418d-8f44-9215c6f7b74e.json b/EstiNet/stats/d895196a-f5f3-418d-8f44-9215c6f7b74e.json new file mode 100644 index 0000000..7e49c6b --- /dev/null +++ b/EstiNet/stats/d895196a-f5f3-418d-8f44-9215c6f7b74e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":16738,"stat.walkOneCm":11552,"stat.jump":1,"stat.playOneMinute":2921,"stat.leaveGame":1,"stat.timeSinceDeath":2921,"stat.sprintOneCm":3711,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d92cd433-11a9-41da-b883-0a9da4ba383e.json b/EstiNet/stats/d92cd433-11a9-41da-b883-0a9da4ba383e.json new file mode 100644 index 0000000..b8e4e18 --- /dev/null +++ b/EstiNet/stats/d92cd433-11a9-41da-b883-0a9da4ba383e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":25993,"stat.walkOneCm":2243,"stat.jump":34,"stat.playOneMinute":2285,"stat.leaveGame":1,"stat.sneakTime":78,"stat.crouchOneCm":201,"stat.timeSinceDeath":2285,"stat.sprintOneCm":6228,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d977e8d0-1775-440d-b41a-f88906a4892e.json b/EstiNet/stats/d977e8d0-1775-440d-b41a-f88906a4892e.json new file mode 100644 index 0000000..b69babf --- /dev/null +++ b/EstiNet/stats/d977e8d0-1775-440d-b41a-f88906a4892e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":3702,"stat.walkOneCm":7141,"stat.jump":18,"stat.playOneMinute":1081,"stat.leaveGame":1,"stat.timeSinceDeath":1081,"stat.sprintOneCm":2708,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d9a898a9-da2f-44e3-8d5d-81e884b6085a.json b/EstiNet/stats/d9a898a9-da2f-44e3-8d5d-81e884b6085a.json new file mode 100644 index 0000000..512b098 --- /dev/null +++ b/EstiNet/stats/d9a898a9-da2f-44e3-8d5d-81e884b6085a.json @@ -0,0 +1 @@ +{"stat.flyOneCm":50164,"stat.walkOneCm":24445,"stat.jump":6,"stat.swimOneCm":72,"stat.playOneMinute":5512,"stat.leaveGame":3,"stat.timeSinceDeath":5512,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/d9e130d2-5063-47a6-b6cb-14dbecc5afdf.json b/EstiNet/stats/d9e130d2-5063-47a6-b6cb-14dbecc5afdf.json new file mode 100644 index 0000000..15b12d5 --- /dev/null +++ b/EstiNet/stats/d9e130d2-5063-47a6-b6cb-14dbecc5afdf.json @@ -0,0 +1 @@ +{"stat.flyOneCm":45158,"stat.walkOneCm":20191,"stat.jump":47,"stat.playOneMinute":4427,"stat.leaveGame":6,"stat.crouchOneCm":1889,"stat.timeSinceDeath":4427,"stat.sprintOneCm":8609,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/d9e45fd0-e5c6-4b5f-8dac-44cb7c367bed.json b/EstiNet/stats/d9e45fd0-e5c6-4b5f-8dac-44cb7c367bed.json new file mode 100644 index 0000000..e7003e7 --- /dev/null +++ b/EstiNet/stats/d9e45fd0-e5c6-4b5f-8dac-44cb7c367bed.json @@ -0,0 +1 @@ +{"stat.flyOneCm":11764,"stat.walkOneCm":4620,"stat.jump":34,"stat.swimOneCm":1122,"stat.playOneMinute":2142,"achievement.openInventory":1,"stat.leaveGame":1,"stat.sneakTime":127,"stat.crouchOneCm":316,"stat.timeSinceDeath":2142,"stat.sprintOneCm":6199,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/da361299-8276-41f9-b461-d6db3f1ff8c2.json b/EstiNet/stats/da361299-8276-41f9-b461-d6db3f1ff8c2.json new file mode 100644 index 0000000..a5b9dc7 --- /dev/null +++ b/EstiNet/stats/da361299-8276-41f9-b461-d6db3f1ff8c2.json @@ -0,0 +1 @@ +{"stat.flyOneCm":49501,"stat.walkOneCm":881,"stat.jump":23,"stat.swimOneCm":421,"stat.playOneMinute":2078,"stat.leaveGame":1,"stat.timeSinceDeath":2078,"stat.sprintOneCm":2704,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dad38be0-d055-4c7d-b347-c4c7926051f4.json b/EstiNet/stats/dad38be0-d055-4c7d-b347-c4c7926051f4.json new file mode 100644 index 0000000..6337cd0 --- /dev/null +++ b/EstiNet/stats/dad38be0-d055-4c7d-b347-c4c7926051f4.json @@ -0,0 +1 @@ +{"stat.flyOneCm":301816,"stat.walkOneCm":12453,"stat.jump":46,"stat.swimOneCm":718,"stat.playOneMinute":3353,"achievement.openInventory":2,"stat.leaveGame":2,"stat.timeSinceDeath":3353,"stat.sprintOneCm":3826,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dafa2c55-dd7e-4334-abcd-47b9e6e33bec.json b/EstiNet/stats/dafa2c55-dd7e-4334-abcd-47b9e6e33bec.json new file mode 100644 index 0000000..fd3dfa7 --- /dev/null +++ b/EstiNet/stats/dafa2c55-dd7e-4334-abcd-47b9e6e33bec.json @@ -0,0 +1 @@ +{"stat.flyOneCm":9025,"stat.walkOneCm":107,"stat.playOneMinute":1301,"achievement.openInventory":1,"stat.leaveGame":1,"stat.sneakTime":2,"stat.timeSinceDeath":1301,"stat.sprintOneCm":254,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/db9554ce-8e1f-441f-b747-5808b9c73d69.json b/EstiNet/stats/db9554ce-8e1f-441f-b747-5808b9c73d69.json new file mode 100644 index 0000000..53e6e2c --- /dev/null +++ b/EstiNet/stats/db9554ce-8e1f-441f-b747-5808b9c73d69.json @@ -0,0 +1 @@ +{"stat.flyOneCm":80504,"stat.walkOneCm":28807,"stat.jump":40,"stat.playOneMinute":9335,"stat.leaveGame":9,"stat.crouchOneCm":111,"stat.timeSinceDeath":9335,"stat.sprintOneCm":7609,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dbf0436c-a8ae-4ed6-8d8e-9dc62be28a29.json b/EstiNet/stats/dbf0436c-a8ae-4ed6-8d8e-9dc62be28a29.json new file mode 100644 index 0000000..7bcc3dd --- /dev/null +++ b/EstiNet/stats/dbf0436c-a8ae-4ed6-8d8e-9dc62be28a29.json @@ -0,0 +1 @@ +{"stat.flyOneCm":25386,"stat.walkOneCm":13548,"stat.jump":7,"stat.playOneMinute":1677,"stat.leaveGame":2,"stat.crouchOneCm":125,"stat.timeSinceDeath":1677,"stat.sprintOneCm":10253,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dcab6099-9dda-46a1-81bb-ccd46c0d138b.json b/EstiNet/stats/dcab6099-9dda-46a1-81bb-ccd46c0d138b.json new file mode 100644 index 0000000..f2760d4 --- /dev/null +++ b/EstiNet/stats/dcab6099-9dda-46a1-81bb-ccd46c0d138b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":95275,"stat.walkOneCm":9595,"stat.jump":11,"stat.swimOneCm":655,"stat.playOneMinute":1260,"stat.leaveGame":1,"stat.timeSinceDeath":1260,"stat.sprintOneCm":4470,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/dd056097-06ab-4c80-95cd-1412434dfbab.json b/EstiNet/stats/dd056097-06ab-4c80-95cd-1412434dfbab.json new file mode 100644 index 0000000..d593fe4 --- /dev/null +++ b/EstiNet/stats/dd056097-06ab-4c80-95cd-1412434dfbab.json @@ -0,0 +1 @@ +{"stat.flyOneCm":329520,"stat.walkOneCm":31455,"stat.jump":41,"stat.swimOneCm":761,"stat.playOneMinute":5346,"achievement.openInventory":1,"stat.leaveGame":7,"stat.crouchOneCm":75,"stat.timeSinceDeath":5346,"stat.sprintOneCm":14867,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dd0c2668-ab61-40e8-b330-f2fa7eff83b9.json b/EstiNet/stats/dd0c2668-ab61-40e8-b330-f2fa7eff83b9.json new file mode 100644 index 0000000..a483bc3 --- /dev/null +++ b/EstiNet/stats/dd0c2668-ab61-40e8-b330-f2fa7eff83b9.json @@ -0,0 +1 @@ +{"stat.flyOneCm":2968,"stat.walkOneCm":3771,"stat.jump":4,"stat.playOneMinute":389,"stat.leaveGame":1,"stat.timeSinceDeath":389,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dd4dd6b2-5365-4944-a13a-412b5393143f.json b/EstiNet/stats/dd4dd6b2-5365-4944-a13a-412b5393143f.json new file mode 100644 index 0000000..0c7c8dd --- /dev/null +++ b/EstiNet/stats/dd4dd6b2-5365-4944-a13a-412b5393143f.json @@ -0,0 +1 @@ +{"stat.flyOneCm":113794,"stat.walkOneCm":45243,"stat.jump":46,"stat.swimOneCm":748,"stat.playOneMinute":8084,"achievement.openInventory":4,"stat.leaveGame":2,"stat.timeSinceDeath":8084,"stat.sprintOneCm":703,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dd56de08-0594-498e-afc9-e2374f773200.json b/EstiNet/stats/dd56de08-0594-498e-afc9-e2374f773200.json new file mode 100644 index 0000000..27fb6bb --- /dev/null +++ b/EstiNet/stats/dd56de08-0594-498e-afc9-e2374f773200.json @@ -0,0 +1 @@ +{"stat.flyOneCm":26714,"stat.walkOneCm":14000,"stat.jump":21,"stat.playOneMinute":1718,"achievement.openInventory":1,"stat.leaveGame":2,"stat.crouchOneCm":16,"stat.timeSinceDeath":1718,"stat.sprintOneCm":5469,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dd7bd2f3-2687-4ea6-8e8e-ba0dd81da0b5.json b/EstiNet/stats/dd7bd2f3-2687-4ea6-8e8e-ba0dd81da0b5.json new file mode 100644 index 0000000..dc42a15 --- /dev/null +++ b/EstiNet/stats/dd7bd2f3-2687-4ea6-8e8e-ba0dd81da0b5.json @@ -0,0 +1 @@ +{"stat.walkOneCm":19489,"achievement.openInventory":1,"stat.leaveGame":9,"stat.flyOneCm":46274,"stat.jump":17,"stat.swimOneCm":166,"stat.playOneMinute":7461,"stat.crouchOneCm":36,"stat.timeSinceDeath":7461,"stat.sprintOneCm":5496,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dda4dc5b-dc6a-4a2e-bae6-c8c10be2ca53.json b/EstiNet/stats/dda4dc5b-dc6a-4a2e-bae6-c8c10be2ca53.json new file mode 100644 index 0000000..94f156b --- /dev/null +++ b/EstiNet/stats/dda4dc5b-dc6a-4a2e-bae6-c8c10be2ca53.json @@ -0,0 +1 @@ +{"stat.flyOneCm":11141,"stat.walkOneCm":16374,"stat.jump":14,"stat.playOneMinute":2854,"achievement.openInventory":2,"stat.leaveGame":1,"stat.timeSinceDeath":2854,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dde12d59-7f17-4186-ac84-62105bc4b5b0.json b/EstiNet/stats/dde12d59-7f17-4186-ac84-62105bc4b5b0.json new file mode 100644 index 0000000..8a053d0 --- /dev/null +++ b/EstiNet/stats/dde12d59-7f17-4186-ac84-62105bc4b5b0.json @@ -0,0 +1 @@ +{"stat.flyOneCm":23065,"stat.walkOneCm":4379,"stat.swimOneCm":194,"stat.jump":9,"stat.playOneMinute":1487,"stat.leaveGame":1,"stat.timeSinceDeath":1487,"stat.sprintOneCm":2527,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/de416931-a2c3-4a88-be76-2bb5fa69e24e.json b/EstiNet/stats/de416931-a2c3-4a88-be76-2bb5fa69e24e.json new file mode 100644 index 0000000..c6edf06 --- /dev/null +++ b/EstiNet/stats/de416931-a2c3-4a88-be76-2bb5fa69e24e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":306609,"stat.walkOneCm":35108,"stat.jump":131,"stat.playOneMinute":115213,"achievement.openInventory":6,"stat.leaveGame":55,"stat.sneakTime":285,"stat.timeSinceDeath":115213,"stat.sprintOneCm":24710,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/de437d23-0b25-458c-9260-12f9d90dc4be.json b/EstiNet/stats/de437d23-0b25-458c-9260-12f9d90dc4be.json new file mode 100644 index 0000000..963deac --- /dev/null +++ b/EstiNet/stats/de437d23-0b25-458c-9260-12f9d90dc4be.json @@ -0,0 +1 @@ +{"stat.flyOneCm":7065,"stat.walkOneCm":2482,"stat.jump":1,"stat.playOneMinute":1014,"achievement.openInventory":1,"stat.leaveGame":1,"stat.timeSinceDeath":1014,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dfde8084-4698-476c-8cc7-8e6c918ccc0d.json b/EstiNet/stats/dfde8084-4698-476c-8cc7-8e6c918ccc0d.json new file mode 100644 index 0000000..277421c --- /dev/null +++ b/EstiNet/stats/dfde8084-4698-476c-8cc7-8e6c918ccc0d.json @@ -0,0 +1 @@ +{"stat.flyOneCm":11515,"stat.walkOneCm":5219,"stat.jump":1,"stat.playOneMinute":2264,"stat.leaveGame":1,"stat.timeSinceDeath":2264,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/dff10fd7-af75-4e18-a898-b76499971648.json b/EstiNet/stats/dff10fd7-af75-4e18-a898-b76499971648.json new file mode 100644 index 0000000..cbed2cc --- /dev/null +++ b/EstiNet/stats/dff10fd7-af75-4e18-a898-b76499971648.json @@ -0,0 +1 @@ +{"stat.flyOneCm":113246,"stat.walkOneCm":27034,"stat.jump":7,"stat.playOneMinute":8664,"achievement.openInventory":3,"stat.leaveGame":6,"stat.timeSinceDeath":8664,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e03a67a8-c208-4901-97a9-32b9b26ca0fe.json b/EstiNet/stats/e03a67a8-c208-4901-97a9-32b9b26ca0fe.json new file mode 100644 index 0000000..7587897 --- /dev/null +++ b/EstiNet/stats/e03a67a8-c208-4901-97a9-32b9b26ca0fe.json @@ -0,0 +1 @@ +{"stat.flyOneCm":27651,"stat.walkOneCm":755,"stat.jump":1,"stat.playOneMinute":901,"stat.leaveGame":1,"stat.timeSinceDeath":901,"stat.sprintOneCm":397,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e116d8bd-c67b-485f-b9e5-6adb4e80858f.json b/EstiNet/stats/e116d8bd-c67b-485f-b9e5-6adb4e80858f.json new file mode 100644 index 0000000..96962aa --- /dev/null +++ b/EstiNet/stats/e116d8bd-c67b-485f-b9e5-6adb4e80858f.json @@ -0,0 +1 @@ +{"stat.flyOneCm":6423,"stat.walkOneCm":2429,"stat.playOneMinute":652,"stat.leaveGame":1,"stat.timeSinceDeath":652,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e186705b-7bcb-4cef-9184-c7eea178ba7e.json b/EstiNet/stats/e186705b-7bcb-4cef-9184-c7eea178ba7e.json new file mode 100644 index 0000000..e723b98 --- /dev/null +++ b/EstiNet/stats/e186705b-7bcb-4cef-9184-c7eea178ba7e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":676222,"stat.walkOneCm":45387,"stat.jump":66,"stat.swimOneCm":708,"stat.playOneMinute":12095,"achievement.openInventory":1,"stat.leaveGame":4,"stat.timeSinceDeath":12095,"stat.sprintOneCm":17325,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","River","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/e1bdd041-7b55-48e5-8083-d0e624b9e971.json b/EstiNet/stats/e1bdd041-7b55-48e5-8083-d0e624b9e971.json new file mode 100644 index 0000000..88cf3a8 --- /dev/null +++ b/EstiNet/stats/e1bdd041-7b55-48e5-8083-d0e624b9e971.json @@ -0,0 +1 @@ +{"stat.flyOneCm":33449,"stat.walkOneCm":13791,"stat.jump":10,"stat.swimOneCm":467,"stat.playOneMinute":4507,"stat.leaveGame":3,"stat.crouchOneCm":100,"stat.timeSinceDeath":4507,"stat.sprintOneCm":8577,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/e1bdd325-f41a-46c7-ad6e-e2a8c2fc5728.json b/EstiNet/stats/e1bdd325-f41a-46c7-ad6e-e2a8c2fc5728.json new file mode 100644 index 0000000..2f467fb --- /dev/null +++ b/EstiNet/stats/e1bdd325-f41a-46c7-ad6e-e2a8c2fc5728.json @@ -0,0 +1 @@ +{"stat.flyOneCm":281315,"stat.walkOneCm":72541,"stat.jump":136,"stat.swimOneCm":634,"stat.playOneMinute":17651,"stat.leaveGame":4,"stat.crouchOneCm":399,"stat.timeSinceDeath":17651,"stat.sprintOneCm":43687,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Forest","Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/e21519b0-ce50-45ea-809d-3140d8b27d6b.json b/EstiNet/stats/e21519b0-ce50-45ea-809d-3140d8b27d6b.json new file mode 100644 index 0000000..a2a19b9 --- /dev/null +++ b/EstiNet/stats/e21519b0-ce50-45ea-809d-3140d8b27d6b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":213568,"stat.walkOneCm":27136,"stat.jump":68,"stat.swimOneCm":792,"stat.playOneMinute":4022,"achievement.openInventory":2,"stat.leaveGame":2,"stat.timeSinceDeath":4022,"stat.sprintOneCm":9753,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e2524cd8-1922-4eca-bb3a-4fead60ef50e.json b/EstiNet/stats/e2524cd8-1922-4eca-bb3a-4fead60ef50e.json new file mode 100644 index 0000000..12be9f4 --- /dev/null +++ b/EstiNet/stats/e2524cd8-1922-4eca-bb3a-4fead60ef50e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":2758,"stat.walkOneCm":9609,"stat.jump":16,"stat.playOneMinute":2339,"stat.leaveGame":3,"stat.crouchOneCm":155,"stat.timeSinceDeath":2339,"stat.sprintOneCm":1380,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e284b4b9-2241-4072-8426-813d46de6b8e.json b/EstiNet/stats/e284b4b9-2241-4072-8426-813d46de6b8e.json new file mode 100644 index 0000000..ba1fe8e --- /dev/null +++ b/EstiNet/stats/e284b4b9-2241-4072-8426-813d46de6b8e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":16480,"stat.walkOneCm":3009,"stat.jump":2,"stat.playOneMinute":1602,"stat.leaveGame":1,"stat.timeSinceDeath":1602,"stat.sprintOneCm":1688,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e2f3ffa9-2662-4143-b57e-7627c4f2d07f.json b/EstiNet/stats/e2f3ffa9-2662-4143-b57e-7627c4f2d07f.json new file mode 100644 index 0000000..3ebd6dd --- /dev/null +++ b/EstiNet/stats/e2f3ffa9-2662-4143-b57e-7627c4f2d07f.json @@ -0,0 +1 @@ +{"stat.flyOneCm":98710,"stat.walkOneCm":744,"stat.jump":47,"stat.playOneMinute":2020,"stat.leaveGame":1,"stat.sneakTime":12,"stat.timeSinceDeath":2020,"stat.sprintOneCm":8346,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e3fd5610-b586-4602-8f91-285633912830.json b/EstiNet/stats/e3fd5610-b586-4602-8f91-285633912830.json new file mode 100644 index 0000000..767f17e --- /dev/null +++ b/EstiNet/stats/e3fd5610-b586-4602-8f91-285633912830.json @@ -0,0 +1 @@ +{"stat.flyOneCm":21099,"stat.walkOneCm":5720,"stat.jump":84,"stat.swimOneCm":854,"stat.playOneMinute":2458,"achievement.openInventory":1,"stat.leaveGame":1,"stat.sneakTime":81,"stat.crouchOneCm":128,"stat.timeSinceDeath":2458,"stat.sprintOneCm":7625,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e46db1b6-1cff-4e89-a3ad-a3449235317b.json b/EstiNet/stats/e46db1b6-1cff-4e89-a3ad-a3449235317b.json new file mode 100644 index 0000000..515ca13 --- /dev/null +++ b/EstiNet/stats/e46db1b6-1cff-4e89-a3ad-a3449235317b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":31078,"stat.walkOneCm":1385,"stat.jump":6,"stat.playOneMinute":1293,"achievement.openInventory":1,"stat.leaveGame":1,"stat.timeSinceDeath":1293,"stat.sprintOneCm":3136,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e4d7ff71-02d6-43da-8ce7-dbceef7c27be.json b/EstiNet/stats/e4d7ff71-02d6-43da-8ce7-dbceef7c27be.json new file mode 100644 index 0000000..fe16b2f --- /dev/null +++ b/EstiNet/stats/e4d7ff71-02d6-43da-8ce7-dbceef7c27be.json @@ -0,0 +1 @@ +{"stat.flyOneCm":181094,"stat.walkOneCm":94504,"stat.jump":202,"stat.swimOneCm":255,"stat.playOneMinute":27227,"achievement.openInventory":2,"stat.leaveGame":3,"stat.crouchOneCm":89,"stat.timeSinceDeath":27227,"stat.sprintOneCm":9935,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e4ed1e4a-889e-466a-ba41-72eda3a49335.json b/EstiNet/stats/e4ed1e4a-889e-466a-ba41-72eda3a49335.json new file mode 100644 index 0000000..957c5b5 --- /dev/null +++ b/EstiNet/stats/e4ed1e4a-889e-466a-ba41-72eda3a49335.json @@ -0,0 +1 @@ +{"stat.flyOneCm":11505,"stat.walkOneCm":12332,"stat.jump":28,"stat.swimOneCm":60,"stat.playOneMinute":3677,"achievement.openInventory":1,"stat.leaveGame":2,"stat.timeSinceDeath":3677,"stat.sprintOneCm":3457,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e54237c6-1723-4845-acd1-8fc792aa077d.json b/EstiNet/stats/e54237c6-1723-4845-acd1-8fc792aa077d.json new file mode 100644 index 0000000..17d7c98 --- /dev/null +++ b/EstiNet/stats/e54237c6-1723-4845-acd1-8fc792aa077d.json @@ -0,0 +1 @@ +{"stat.flyOneCm":104975,"stat.walkOneCm":9973,"stat.jump":61,"stat.swimOneCm":501,"stat.playOneMinute":2274,"stat.leaveGame":2,"stat.timeSinceDeath":2274,"stat.sprintOneCm":8241,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e562e4cb-b8dd-458f-b327-11966e286750.json b/EstiNet/stats/e562e4cb-b8dd-458f-b327-11966e286750.json new file mode 100644 index 0000000..fbe99ec --- /dev/null +++ b/EstiNet/stats/e562e4cb-b8dd-458f-b327-11966e286750.json @@ -0,0 +1 @@ +{"stat.flyOneCm":67075,"stat.walkOneCm":3593,"stat.jump":23,"stat.swimOneCm":78,"stat.playOneMinute":1665,"stat.leaveGame":2,"stat.timeSinceDeath":1665,"stat.sprintOneCm":6766,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e583879d-f5e0-492d-addb-0698025edddf.json b/EstiNet/stats/e583879d-f5e0-492d-addb-0698025edddf.json new file mode 100644 index 0000000..62cbb66 --- /dev/null +++ b/EstiNet/stats/e583879d-f5e0-492d-addb-0698025edddf.json @@ -0,0 +1 @@ +{"stat.walkOneCm":337,"stat.playOneMinute":1295,"stat.leaveGame":1,"stat.timeSinceDeath":1295,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e5f55e35-1a77-460e-966c-738ae40de7dc.json b/EstiNet/stats/e5f55e35-1a77-460e-966c-738ae40de7dc.json new file mode 100644 index 0000000..12ffc59 --- /dev/null +++ b/EstiNet/stats/e5f55e35-1a77-460e-966c-738ae40de7dc.json @@ -0,0 +1 @@ +{"stat.walkOneCm":273,"stat.jump":1,"stat.playOneMinute":231,"stat.leaveGame":1,"stat.timeSinceDeath":231,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e6547b11-543b-489f-87c2-de324e989171.json b/EstiNet/stats/e6547b11-543b-489f-87c2-de324e989171.json new file mode 100644 index 0000000..66a9d49 --- /dev/null +++ b/EstiNet/stats/e6547b11-543b-489f-87c2-de324e989171.json @@ -0,0 +1 @@ +{"stat.flyOneCm":14550,"stat.walkOneCm":6457,"stat.swimOneCm":99,"stat.jump":3,"stat.playOneMinute":1783,"stat.leaveGame":1,"stat.timeSinceDeath":1783,"stat.sprintOneCm":554,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e6e97bf8-b88d-453f-bf74-d7846ffdba50.json b/EstiNet/stats/e6e97bf8-b88d-453f-bf74-d7846ffdba50.json new file mode 100644 index 0000000..58befb1 --- /dev/null +++ b/EstiNet/stats/e6e97bf8-b88d-453f-bf74-d7846ffdba50.json @@ -0,0 +1 @@ +{"stat.walkOneCm":15306,"achievement.openInventory":1,"stat.leaveGame":3,"stat.flyOneCm":24801,"stat.jump":54,"stat.swimOneCm":1050,"stat.playOneMinute":4246,"stat.timeSinceDeath":4246,"stat.sprintOneCm":13187,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]},"stat.diveOneCm":1477} \ No newline at end of file diff --git a/EstiNet/stats/e740e122-c944-48c4-b5e3-0aafea2f14d3.json b/EstiNet/stats/e740e122-c944-48c4-b5e3-0aafea2f14d3.json new file mode 100644 index 0000000..5e7ee60 --- /dev/null +++ b/EstiNet/stats/e740e122-c944-48c4-b5e3-0aafea2f14d3.json @@ -0,0 +1 @@ +{"stat.flyOneCm":29509,"stat.walkOneCm":8271,"stat.jump":6,"stat.playOneMinute":1032,"stat.fallOneCm":298,"stat.leaveGame":2,"stat.timeSinceDeath":1032,"stat.sprintOneCm":2711,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e7d9f893-e76e-4813-ab37-10220445caac.json b/EstiNet/stats/e7d9f893-e76e-4813-ab37-10220445caac.json new file mode 100644 index 0000000..c886d59 --- /dev/null +++ b/EstiNet/stats/e7d9f893-e76e-4813-ab37-10220445caac.json @@ -0,0 +1 @@ +{"stat.flyOneCm":178325,"stat.walkOneCm":15013,"stat.jump":52,"stat.playOneMinute":6015,"achievement.openInventory":1,"stat.leaveGame":2,"stat.sneakTime":60,"stat.timeSinceDeath":6015,"stat.sprintOneCm":6104,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills","Swampland"]},"stat.diveOneCm":858} \ No newline at end of file diff --git a/EstiNet/stats/e7df2057-697b-4141-94f7-61174073ec75.json b/EstiNet/stats/e7df2057-697b-4141-94f7-61174073ec75.json new file mode 100644 index 0000000..91be8ba --- /dev/null +++ b/EstiNet/stats/e7df2057-697b-4141-94f7-61174073ec75.json @@ -0,0 +1 @@ +{"stat.flyOneCm":26397,"stat.walkOneCm":4802,"stat.swimOneCm":247,"stat.playOneMinute":1306,"stat.leaveGame":1,"stat.timeSinceDeath":1306,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e82124e8-2e2b-46e2-aaef-0a39d9f2e371.json b/EstiNet/stats/e82124e8-2e2b-46e2-aaef-0a39d9f2e371.json new file mode 100644 index 0000000..9b76aae --- /dev/null +++ b/EstiNet/stats/e82124e8-2e2b-46e2-aaef-0a39d9f2e371.json @@ -0,0 +1 @@ +{"stat.flyOneCm":49548,"stat.walkOneCm":9791,"stat.jump":16,"stat.swimOneCm":187,"stat.playOneMinute":6547,"stat.leaveGame":4,"stat.timeSinceDeath":6547,"stat.sprintOneCm":8469,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e88712da-15dd-4b4b-b1c8-598724bbd904.json b/EstiNet/stats/e88712da-15dd-4b4b-b1c8-598724bbd904.json new file mode 100644 index 0000000..7e36c92 --- /dev/null +++ b/EstiNet/stats/e88712da-15dd-4b4b-b1c8-598724bbd904.json @@ -0,0 +1 @@ +{"stat.walkOneCm":470500,"achievement.openInventory":4,"stat.leaveGame":17,"stat.flyOneCm":1281014,"stat.jump":903,"stat.swimOneCm":4780,"stat.playOneMinute":235603,"stat.fallOneCm":105021,"stat.crouchOneCm":1788,"stat.timeSinceDeath":235603,"stat.sprintOneCm":229314,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/e905e180-0bf9-4a81-a569-599522640ce6.json b/EstiNet/stats/e905e180-0bf9-4a81-a569-599522640ce6.json new file mode 100644 index 0000000..a83d6af --- /dev/null +++ b/EstiNet/stats/e905e180-0bf9-4a81-a569-599522640ce6.json @@ -0,0 +1 @@ +{"stat.flyOneCm":37873,"stat.walkOneCm":22092,"stat.jump":68,"stat.playOneMinute":4859,"achievement.openInventory":2,"stat.leaveGame":3,"stat.timeSinceDeath":4859,"stat.sprintOneCm":7858,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+","Roofed Forest","Forest","Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/e961cce1-56f7-4f4c-8a3a-2df057cb2901.json b/EstiNet/stats/e961cce1-56f7-4f4c-8a3a-2df057cb2901.json new file mode 100644 index 0000000..a4052a9 --- /dev/null +++ b/EstiNet/stats/e961cce1-56f7-4f4c-8a3a-2df057cb2901.json @@ -0,0 +1 @@ +{"stat.flyOneCm":55005,"stat.walkOneCm":20704,"stat.jump":34,"stat.swimOneCm":748,"stat.playOneMinute":7715,"stat.leaveGame":2,"stat.timeSinceDeath":7715,"stat.sprintOneCm":1357,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/e9c794ae-4cb8-4daf-a009-b913fb62e31d.json b/EstiNet/stats/e9c794ae-4cb8-4daf-a009-b913fb62e31d.json new file mode 100644 index 0000000..6f97bd5 --- /dev/null +++ b/EstiNet/stats/e9c794ae-4cb8-4daf-a009-b913fb62e31d.json @@ -0,0 +1 @@ +{"stat.flyOneCm":12017,"stat.walkOneCm":10150,"stat.jump":10,"stat.swimOneCm":93,"stat.playOneMinute":1486,"stat.leaveGame":1,"stat.timeSinceDeath":1486,"stat.sprintOneCm":141,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]},"stat.diveOneCm":1849} \ No newline at end of file diff --git a/EstiNet/stats/ea38f1a4-6068-48d4-89b7-a7bc7915264e.json b/EstiNet/stats/ea38f1a4-6068-48d4-89b7-a7bc7915264e.json new file mode 100644 index 0000000..1d31f5b --- /dev/null +++ b/EstiNet/stats/ea38f1a4-6068-48d4-89b7-a7bc7915264e.json @@ -0,0 +1 @@ +{"stat.flyOneCm":22807,"stat.walkOneCm":6999,"stat.jump":9,"stat.swimOneCm":313,"stat.playOneMinute":1284,"stat.leaveGame":1,"stat.timeSinceDeath":1284,"stat.sprintOneCm":4341,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ea6c348d-a86d-499c-864d-8ae131fe2ea1.json b/EstiNet/stats/ea6c348d-a86d-499c-864d-8ae131fe2ea1.json new file mode 100644 index 0000000..0bb71f9 --- /dev/null +++ b/EstiNet/stats/ea6c348d-a86d-499c-864d-8ae131fe2ea1.json @@ -0,0 +1 @@ +{"stat.flyOneCm":19089,"stat.walkOneCm":9093,"stat.jump":17,"stat.swimOneCm":587,"stat.playOneMinute":1842,"stat.leaveGame":1,"stat.crouchOneCm":179,"stat.timeSinceDeath":1842,"stat.sprintOneCm":4820,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/eac46a94-2a17-45fb-9bbd-2b6ce6da91fc.json b/EstiNet/stats/eac46a94-2a17-45fb-9bbd-2b6ce6da91fc.json new file mode 100644 index 0000000..0f98e98 --- /dev/null +++ b/EstiNet/stats/eac46a94-2a17-45fb-9bbd-2b6ce6da91fc.json @@ -0,0 +1 @@ +{"stat.walkOneCm":34715,"achievement.openInventory":2,"stat.leaveGame":12,"stat.flyOneCm":266802,"stat.jump":57,"stat.swimOneCm":2205,"stat.playOneMinute":27274,"stat.timeSinceDeath":27274,"stat.sprintOneCm":866,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","River"]},"stat.diveOneCm":1293} \ No newline at end of file diff --git a/EstiNet/stats/eac9efd8-af0f-47d1-84c4-0e81e5c63de1.json b/EstiNet/stats/eac9efd8-af0f-47d1-84c4-0e81e5c63de1.json new file mode 100644 index 0000000..edbd7ff --- /dev/null +++ b/EstiNet/stats/eac9efd8-af0f-47d1-84c4-0e81e5c63de1.json @@ -0,0 +1 @@ +{"stat.flyOneCm":38889,"stat.walkOneCm":9211,"stat.jump":33,"stat.playOneMinute":15466,"achievement.openInventory":1,"stat.leaveGame":9,"stat.crouchOneCm":347,"stat.timeSinceDeath":15466,"stat.sprintOneCm":6747,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ead7706f-18cd-45ab-9b72-caf27500def3.json b/EstiNet/stats/ead7706f-18cd-45ab-9b72-caf27500def3.json new file mode 100644 index 0000000..8b09071 --- /dev/null +++ b/EstiNet/stats/ead7706f-18cd-45ab-9b72-caf27500def3.json @@ -0,0 +1 @@ +{"stat.flyOneCm":3171,"stat.walkOneCm":6104,"stat.jump":7,"stat.playOneMinute":2056,"stat.leaveGame":3,"stat.timeSinceDeath":2056,"stat.sprintOneCm":2572,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ead7db8c-2cb1-4d15-a1b0-a69b76d01902.json b/EstiNet/stats/ead7db8c-2cb1-4d15-a1b0-a69b76d01902.json new file mode 100644 index 0000000..ece27c3 --- /dev/null +++ b/EstiNet/stats/ead7db8c-2cb1-4d15-a1b0-a69b76d01902.json @@ -0,0 +1 @@ +{"stat.flyOneCm":43330,"stat.walkOneCm":17275,"stat.jump":30,"stat.swimOneCm":215,"stat.playOneMinute":15509,"achievement.openInventory":1,"stat.leaveGame":4,"stat.timeSinceDeath":15509,"stat.sprintOneCm":10767,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/eb472e9e-56a2-4653-8efb-4478db1274e1.json b/EstiNet/stats/eb472e9e-56a2-4653-8efb-4478db1274e1.json new file mode 100644 index 0000000..031813a --- /dev/null +++ b/EstiNet/stats/eb472e9e-56a2-4653-8efb-4478db1274e1.json @@ -0,0 +1 @@ +{"stat.flyOneCm":7034,"stat.walkOneCm":123,"stat.jump":2,"stat.playOneMinute":383,"stat.leaveGame":1,"stat.timeSinceDeath":383,"stat.sprintOneCm":868,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/eb476a23-4b89-4fe4-83b5-4432b21a4536.json b/EstiNet/stats/eb476a23-4b89-4fe4-83b5-4432b21a4536.json new file mode 100644 index 0000000..ef0e4a8 --- /dev/null +++ b/EstiNet/stats/eb476a23-4b89-4fe4-83b5-4432b21a4536.json @@ -0,0 +1 @@ +{"stat.flyOneCm":21639,"stat.walkOneCm":6523,"stat.jump":1,"stat.playOneMinute":1246,"stat.leaveGame":1,"stat.timeSinceDeath":1246,"stat.sprintOneCm":541,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/eb4f8ad3-59dd-4fbe-a5ec-6d656b4d9120.json b/EstiNet/stats/eb4f8ad3-59dd-4fbe-a5ec-6d656b4d9120.json new file mode 100644 index 0000000..dba2f8b --- /dev/null +++ b/EstiNet/stats/eb4f8ad3-59dd-4fbe-a5ec-6d656b4d9120.json @@ -0,0 +1 @@ +{"stat.walkOneCm":9370,"achievement.openInventory":9,"stat.leaveGame":4,"stat.flyOneCm":218505,"stat.jump":86,"stat.swimOneCm":1162,"stat.playOneMinute":9240,"stat.sneakTime":40,"stat.crouchOneCm":69,"stat.timeSinceDeath":9240,"stat.sprintOneCm":18354,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/eb87cbea-a506-425f-b7e7-64687722ecf8.json b/EstiNet/stats/eb87cbea-a506-425f-b7e7-64687722ecf8.json new file mode 100644 index 0000000..d92a128 --- /dev/null +++ b/EstiNet/stats/eb87cbea-a506-425f-b7e7-64687722ecf8.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1674,"stat.walkOneCm":4837,"stat.jump":6,"stat.swimOneCm":272,"stat.playOneMinute":952,"stat.leaveGame":1,"stat.timeSinceDeath":952,"stat.sprintOneCm":595,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ecd2fee3-2d2f-4ff3-be18-21a8d965c941.json b/EstiNet/stats/ecd2fee3-2d2f-4ff3-be18-21a8d965c941.json new file mode 100644 index 0000000..846154f --- /dev/null +++ b/EstiNet/stats/ecd2fee3-2d2f-4ff3-be18-21a8d965c941.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1204,"stat.walkOneCm":836,"stat.jump":5,"stat.playOneMinute":427,"stat.leaveGame":1,"stat.timeSinceDeath":427,"stat.sprintOneCm":1076,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ed28836d-bd3f-43c2-b13b-ff07f438efa1.json b/EstiNet/stats/ed28836d-bd3f-43c2-b13b-ff07f438efa1.json new file mode 100644 index 0000000..7ef0fff --- /dev/null +++ b/EstiNet/stats/ed28836d-bd3f-43c2-b13b-ff07f438efa1.json @@ -0,0 +1 @@ +{"stat.flyOneCm":66436,"stat.walkOneCm":14916,"stat.jump":44,"stat.playOneMinute":11144,"achievement.openInventory":4,"stat.leaveGame":16,"stat.timeSinceDeath":11144,"stat.sprintOneCm":11937,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ee01c27e-e759-4802-bb0b-8fda1f7d178b.json b/EstiNet/stats/ee01c27e-e759-4802-bb0b-8fda1f7d178b.json new file mode 100644 index 0000000..125dad3 --- /dev/null +++ b/EstiNet/stats/ee01c27e-e759-4802-bb0b-8fda1f7d178b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":64962,"stat.walkOneCm":5254,"stat.jump":27,"stat.swimOneCm":826,"stat.playOneMinute":3787,"stat.leaveGame":2,"stat.timeSinceDeath":3787,"stat.sprintOneCm":8076,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/ee0dec91-ee99-48e4-b7fd-952425cbaf8b.json b/EstiNet/stats/ee0dec91-ee99-48e4-b7fd-952425cbaf8b.json new file mode 100644 index 0000000..0126421 --- /dev/null +++ b/EstiNet/stats/ee0dec91-ee99-48e4-b7fd-952425cbaf8b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":29033,"stat.walkOneCm":5609,"stat.jump":17,"stat.swimOneCm":144,"stat.playOneMinute":1269,"achievement.openInventory":1,"stat.leaveGame":1,"stat.timeSinceDeath":1269,"stat.sprintOneCm":2525,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ee2ec9ec-dfc8-4182-bf16-6561cc9d0587.json b/EstiNet/stats/ee2ec9ec-dfc8-4182-bf16-6561cc9d0587.json new file mode 100644 index 0000000..1b020b4 --- /dev/null +++ b/EstiNet/stats/ee2ec9ec-dfc8-4182-bf16-6561cc9d0587.json @@ -0,0 +1 @@ +{"stat.flyOneCm":3252,"stat.walkOneCm":6893,"stat.jump":12,"stat.swimOneCm":295,"stat.playOneMinute":1712,"achievement.openInventory":1,"stat.leaveGame":1,"stat.timeSinceDeath":1712,"stat.sprintOneCm":1607,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]},"stat.diveOneCm":474} \ No newline at end of file diff --git a/EstiNet/stats/ee802450-bd2e-4c7d-adda-67faf82d244f.json b/EstiNet/stats/ee802450-bd2e-4c7d-adda-67faf82d244f.json new file mode 100644 index 0000000..4e5866c --- /dev/null +++ b/EstiNet/stats/ee802450-bd2e-4c7d-adda-67faf82d244f.json @@ -0,0 +1 @@ +{"stat.flyOneCm":90388,"stat.walkOneCm":67726,"stat.jump":97,"stat.playOneMinute":15468,"achievement.openInventory":3,"stat.leaveGame":9,"stat.timeSinceDeath":15468,"stat.sprintOneCm":5019,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+","Extreme Hills+ M"]},"stat.diveOneCm":478} \ No newline at end of file diff --git a/EstiNet/stats/eeb9837f-2b47-4090-bedb-6bed7127d229.json b/EstiNet/stats/eeb9837f-2b47-4090-bedb-6bed7127d229.json new file mode 100644 index 0000000..322ef8e --- /dev/null +++ b/EstiNet/stats/eeb9837f-2b47-4090-bedb-6bed7127d229.json @@ -0,0 +1 @@ +{"stat.flyOneCm":153441,"stat.walkOneCm":48532,"stat.jump":55,"stat.swimOneCm":611,"stat.playOneMinute":21471,"achievement.openInventory":2,"stat.leaveGame":13,"stat.timeSinceDeath":21471,"stat.sprintOneCm":42729,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/eee220d1-995c-4484-b5b4-c5f62edcb726.json b/EstiNet/stats/eee220d1-995c-4484-b5b4-c5f62edcb726.json new file mode 100644 index 0000000..77b2756 --- /dev/null +++ b/EstiNet/stats/eee220d1-995c-4484-b5b4-c5f62edcb726.json @@ -0,0 +1 @@ +{"stat.flyOneCm":13741,"stat.walkOneCm":5832,"stat.jump":8,"stat.playOneMinute":1519,"stat.leaveGame":2,"stat.timeSinceDeath":1519,"stat.sprintOneCm":1664,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/efd87d42-48d5-4431-9cc4-766ee5eba6e9.json b/EstiNet/stats/efd87d42-48d5-4431-9cc4-766ee5eba6e9.json new file mode 100644 index 0000000..1d51382 --- /dev/null +++ b/EstiNet/stats/efd87d42-48d5-4431-9cc4-766ee5eba6e9.json @@ -0,0 +1 @@ +{"stat.walkOneCm":3835,"stat.leaveGame":7,"stat.flyOneCm":38204,"stat.jump":15,"stat.swimOneCm":611,"stat.playOneMinute":7955,"stat.sneakTime":33,"stat.crouchOneCm":91,"stat.timeSinceDeath":7955,"stat.sprintOneCm":8592,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/efe60f6b-9e7a-4895-ad1f-0b99acbfd838.json b/EstiNet/stats/efe60f6b-9e7a-4895-ad1f-0b99acbfd838.json new file mode 100644 index 0000000..53dfb56 --- /dev/null +++ b/EstiNet/stats/efe60f6b-9e7a-4895-ad1f-0b99acbfd838.json @@ -0,0 +1 @@ +{"stat.flyOneCm":19948,"stat.walkOneCm":8556,"stat.jump":18,"stat.swimOneCm":752,"stat.playOneMinute":1604,"stat.leaveGame":1,"stat.timeSinceDeath":1604,"stat.sprintOneCm":3989,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f06ebd34-1bee-403d-95f7-e2b5e9529ad5.json b/EstiNet/stats/f06ebd34-1bee-403d-95f7-e2b5e9529ad5.json new file mode 100644 index 0000000..02781ab --- /dev/null +++ b/EstiNet/stats/f06ebd34-1bee-403d-95f7-e2b5e9529ad5.json @@ -0,0 +1 @@ +{"stat.flyOneCm":185815,"stat.walkOneCm":46175,"stat.jump":114,"stat.playOneMinute":17217,"stat.leaveGame":50,"stat.timeSinceDeath":17217,"stat.sprintOneCm":25197,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f0b6aeae-be86-4bb3-9828-d6de1e0a2fb8.json b/EstiNet/stats/f0b6aeae-be86-4bb3-9828-d6de1e0a2fb8.json new file mode 100644 index 0000000..2a2543f --- /dev/null +++ b/EstiNet/stats/f0b6aeae-be86-4bb3-9828-d6de1e0a2fb8.json @@ -0,0 +1 @@ +{"stat.flyOneCm":54,"stat.walkOneCm":5653,"stat.jump":8,"stat.playOneMinute":1957,"achievement.openInventory":2,"stat.leaveGame":1,"stat.timeSinceDeath":1957,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f133289b-5ad7-4fe0-86fd-7a96dcfbf0d5.json b/EstiNet/stats/f133289b-5ad7-4fe0-86fd-7a96dcfbf0d5.json new file mode 100644 index 0000000..223a236 --- /dev/null +++ b/EstiNet/stats/f133289b-5ad7-4fe0-86fd-7a96dcfbf0d5.json @@ -0,0 +1 @@ +{"stat.flyOneCm":3399,"stat.walkOneCm":3845,"stat.jump":7,"stat.swimOneCm":370,"stat.playOneMinute":1292,"stat.leaveGame":1,"stat.timeSinceDeath":1292,"stat.sprintOneCm":2403,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f25d8f15-9d97-4e27-901b-e95259d106ca.json b/EstiNet/stats/f25d8f15-9d97-4e27-901b-e95259d106ca.json new file mode 100644 index 0000000..128ec28 --- /dev/null +++ b/EstiNet/stats/f25d8f15-9d97-4e27-901b-e95259d106ca.json @@ -0,0 +1 @@ +{"stat.walkOneCm":41000,"stat.leaveGame":3,"stat.flyOneCm":284645,"stat.jump":56,"stat.swimOneCm":426,"stat.playOneMinute":9844,"stat.sneakTime":670,"stat.crouchOneCm":2373,"stat.timeSinceDeath":9844,"stat.sprintOneCm":7923,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f2651abb-81d5-44b7-bd9c-24b3c9096c65.json b/EstiNet/stats/f2651abb-81d5-44b7-bd9c-24b3c9096c65.json new file mode 100644 index 0000000..65181bb --- /dev/null +++ b/EstiNet/stats/f2651abb-81d5-44b7-bd9c-24b3c9096c65.json @@ -0,0 +1 @@ +{"stat.flyOneCm":19627,"stat.walkOneCm":9734,"stat.jump":16,"stat.swimOneCm":253,"stat.playOneMinute":1688,"stat.leaveGame":1,"stat.timeSinceDeath":1688,"stat.sprintOneCm":4949,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/f26edce4-e668-4a8f-9fa2-f0ba3259bfd7.json b/EstiNet/stats/f26edce4-e668-4a8f-9fa2-f0ba3259bfd7.json new file mode 100644 index 0000000..76dc165 --- /dev/null +++ b/EstiNet/stats/f26edce4-e668-4a8f-9fa2-f0ba3259bfd7.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1828,"stat.walkOneCm":3826,"stat.jump":7,"stat.swimOneCm":235,"stat.playOneMinute":625,"stat.leaveGame":1,"stat.timeSinceDeath":625,"stat.sprintOneCm":2763,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f274b3d7-1601-4148-8129-c3fd84fbce03.json b/EstiNet/stats/f274b3d7-1601-4148-8129-c3fd84fbce03.json new file mode 100644 index 0000000..a204d7c --- /dev/null +++ b/EstiNet/stats/f274b3d7-1601-4148-8129-c3fd84fbce03.json @@ -0,0 +1 @@ +{"stat.flyOneCm":77821,"stat.walkOneCm":37228,"stat.jump":21,"stat.swimOneCm":23,"stat.playOneMinute":5341,"achievement.openInventory":2,"stat.leaveGame":5,"stat.timeSinceDeath":5341,"stat.sprintOneCm":28668,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/f2e4032c-f33f-4abe-9174-e39d9719cf48.json b/EstiNet/stats/f2e4032c-f33f-4abe-9174-e39d9719cf48.json new file mode 100644 index 0000000..8a9e32e --- /dev/null +++ b/EstiNet/stats/f2e4032c-f33f-4abe-9174-e39d9719cf48.json @@ -0,0 +1 @@ +{"stat.flyOneCm":6150,"stat.walkOneCm":6403,"stat.jump":2,"stat.playOneMinute":1080,"stat.leaveGame":1,"stat.timeSinceDeath":1080,"stat.sprintOneCm":4705,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f321599e-49d4-4172-b8f5-4a587a6b9d3b.json b/EstiNet/stats/f321599e-49d4-4172-b8f5-4a587a6b9d3b.json new file mode 100644 index 0000000..4a81879 --- /dev/null +++ b/EstiNet/stats/f321599e-49d4-4172-b8f5-4a587a6b9d3b.json @@ -0,0 +1 @@ +{"stat.flyOneCm":115538,"stat.walkOneCm":20146,"stat.jump":30,"stat.swimOneCm":1079,"stat.playOneMinute":9249,"stat.leaveGame":3,"stat.crouchOneCm":343,"stat.timeSinceDeath":9249,"stat.sprintOneCm":6471,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f3aaf2bd-714d-4913-a5b7-b63690ce6dc6.json b/EstiNet/stats/f3aaf2bd-714d-4913-a5b7-b63690ce6dc6.json new file mode 100644 index 0000000..5cd0677 --- /dev/null +++ b/EstiNet/stats/f3aaf2bd-714d-4913-a5b7-b63690ce6dc6.json @@ -0,0 +1 @@ +{"stat.playOneMinute":498,"stat.leaveGame":1,"stat.timeSinceDeath":498,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f3b514b2-d193-43b1-b89e-b662ff3799fc.json b/EstiNet/stats/f3b514b2-d193-43b1-b89e-b662ff3799fc.json new file mode 100644 index 0000000..9e29ce3 --- /dev/null +++ b/EstiNet/stats/f3b514b2-d193-43b1-b89e-b662ff3799fc.json @@ -0,0 +1 @@ +{"stat.flyOneCm":16018,"stat.walkOneCm":1493,"stat.jump":12,"stat.playOneMinute":576,"stat.leaveGame":1,"stat.timeSinceDeath":576,"stat.sprintOneCm":3497,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f3e8c48b-ba49-41d8-853b-67d9886952fc.json b/EstiNet/stats/f3e8c48b-ba49-41d8-853b-67d9886952fc.json new file mode 100644 index 0000000..064675c --- /dev/null +++ b/EstiNet/stats/f3e8c48b-ba49-41d8-853b-67d9886952fc.json @@ -0,0 +1 @@ +{"stat.flyOneCm":550713,"stat.walkOneCm":129389,"stat.jump":365,"stat.swimOneCm":2214,"stat.playOneMinute":194707,"stat.leaveGame":109,"stat.timeSinceDeath":194707,"stat.sprintOneCm":81152,"stat.diveOneCm":1161} \ No newline at end of file diff --git a/EstiNet/stats/f4461335-92e5-4882-9683-99d00938fc2c.json b/EstiNet/stats/f4461335-92e5-4882-9683-99d00938fc2c.json new file mode 100644 index 0000000..b29e6ce --- /dev/null +++ b/EstiNet/stats/f4461335-92e5-4882-9683-99d00938fc2c.json @@ -0,0 +1 @@ +{"stat.flyOneCm":175854,"stat.walkOneCm":29391,"stat.jump":15,"stat.playOneMinute":8131,"achievement.openInventory":4,"stat.leaveGame":5,"stat.sneakTime":28,"stat.timeSinceDeath":8131,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f4976949-cfc6-416f-a650-0cae9932bba3.json b/EstiNet/stats/f4976949-cfc6-416f-a650-0cae9932bba3.json new file mode 100644 index 0000000..7fc3320 --- /dev/null +++ b/EstiNet/stats/f4976949-cfc6-416f-a650-0cae9932bba3.json @@ -0,0 +1 @@ +{"stat.walkOneCm":7465,"achievement.openInventory":1,"stat.leaveGame":5,"stat.flyOneCm":29916,"stat.jump":3,"stat.playOneMinute":5856,"stat.fallOneCm":317,"stat.crouchOneCm":436,"stat.timeSinceDeath":5856,"stat.sprintOneCm":207,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f4ec7607-feea-442c-b5de-592f48e5d9e3.json b/EstiNet/stats/f4ec7607-feea-442c-b5de-592f48e5d9e3.json new file mode 100644 index 0000000..7928804 --- /dev/null +++ b/EstiNet/stats/f4ec7607-feea-442c-b5de-592f48e5d9e3.json @@ -0,0 +1 @@ +{"stat.walkOneCm":270550,"achievement.openInventory":22,"stat.leaveGame":267,"stat.damageTaken":250,"stat.flyOneCm":4985426,"stat.deaths":1,"stat.swimOneCm":8802,"stat.jump":1198,"stat.playOneMinute":147976,"stat.fallOneCm":113441,"stat.sneakTime":359,"stat.crouchOneCm":2278,"stat.timeSinceDeath":105175,"stat.sprintOneCm":225066,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","ForestHills","Extreme Hills+","Roofed Forest","Birch Forest","Forest","River","Plains","Extreme Hills","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/f53bf359-2eb5-452d-9d8f-eedacb537433.json b/EstiNet/stats/f53bf359-2eb5-452d-9d8f-eedacb537433.json new file mode 100644 index 0000000..e9e585f --- /dev/null +++ b/EstiNet/stats/f53bf359-2eb5-452d-9d8f-eedacb537433.json @@ -0,0 +1 @@ +{"stat.flyOneCm":21159,"stat.walkOneCm":10054,"stat.jump":8,"stat.playOneMinute":4364,"achievement.openInventory":2,"stat.leaveGame":2,"stat.timeSinceDeath":4364,"stat.sprintOneCm":3888,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/f548120a-016a-48a1-b624-dd0b6f67e53a.json b/EstiNet/stats/f548120a-016a-48a1-b624-dd0b6f67e53a.json new file mode 100644 index 0000000..6649bf5 --- /dev/null +++ b/EstiNet/stats/f548120a-016a-48a1-b624-dd0b6f67e53a.json @@ -0,0 +1 @@ +{"stat.flyOneCm":46143,"stat.walkOneCm":6484,"stat.jump":7,"stat.playOneMinute":1946,"stat.leaveGame":1,"stat.timeSinceDeath":1946,"stat.sprintOneCm":3592,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f61106dc-118b-405c-94de-95e213e58f52.json b/EstiNet/stats/f61106dc-118b-405c-94de-95e213e58f52.json new file mode 100644 index 0000000..ce97bc4 --- /dev/null +++ b/EstiNet/stats/f61106dc-118b-405c-94de-95e213e58f52.json @@ -0,0 +1 @@ +{"stat.walkOneCm":79475,"achievement.openInventory":4,"stat.leaveGame":6,"stat.damageTaken":30,"stat.flyOneCm":171704,"stat.jump":144,"stat.swimOneCm":660,"stat.playOneMinute":17915,"stat.fallOneCm":85731,"stat.crouchOneCm":464,"stat.timeSinceDeath":17915,"stat.sprintOneCm":54986,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/f6be8bce-6555-4f8d-a23d-766e5f4633a3.json b/EstiNet/stats/f6be8bce-6555-4f8d-a23d-766e5f4633a3.json new file mode 100644 index 0000000..08958c8 --- /dev/null +++ b/EstiNet/stats/f6be8bce-6555-4f8d-a23d-766e5f4633a3.json @@ -0,0 +1 @@ +{"stat.flyOneCm":34866,"stat.walkOneCm":8654,"stat.jump":10,"stat.swimOneCm":47,"stat.playOneMinute":1661,"achievement.openInventory":1,"stat.fallOneCm":11498,"stat.leaveGame":1,"stat.timeSinceDeath":1661,"stat.sprintOneCm":1788,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f7035c9c-6a22-4250-8ac1-52a4d9c0f08a.json b/EstiNet/stats/f7035c9c-6a22-4250-8ac1-52a4d9c0f08a.json new file mode 100644 index 0000000..61b5cbc --- /dev/null +++ b/EstiNet/stats/f7035c9c-6a22-4250-8ac1-52a4d9c0f08a.json @@ -0,0 +1 @@ +{"stat.walkOneCm":9183,"stat.leaveGame":2,"stat.flyOneCm":75773,"stat.jump":44,"stat.swimOneCm":586,"stat.playOneMinute":3104,"stat.sneakTime":66,"stat.crouchOneCm":364,"stat.timeSinceDeath":3104,"stat.sprintOneCm":9323,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f71b8414-b200-4062-b119-ca0d3e99c034.json b/EstiNet/stats/f71b8414-b200-4062-b119-ca0d3e99c034.json new file mode 100644 index 0000000..db0bc72 --- /dev/null +++ b/EstiNet/stats/f71b8414-b200-4062-b119-ca0d3e99c034.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1441,"stat.walkOneCm":4323,"stat.jump":2,"stat.playOneMinute":994,"stat.leaveGame":1,"stat.timeSinceDeath":994,"stat.sprintOneCm":735,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f732dec5-79f2-4779-9ea0-db0335266480.json b/EstiNet/stats/f732dec5-79f2-4779-9ea0-db0335266480.json new file mode 100644 index 0000000..de7db75 --- /dev/null +++ b/EstiNet/stats/f732dec5-79f2-4779-9ea0-db0335266480.json @@ -0,0 +1 @@ +{"stat.flyOneCm":13876,"stat.walkOneCm":4488,"stat.jump":14,"stat.playOneMinute":1239,"stat.leaveGame":1,"stat.timeSinceDeath":1239,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f7522260-0c26-46ae-8029-faa231e30219.json b/EstiNet/stats/f7522260-0c26-46ae-8029-faa231e30219.json new file mode 100644 index 0000000..a0ae02c --- /dev/null +++ b/EstiNet/stats/f7522260-0c26-46ae-8029-faa231e30219.json @@ -0,0 +1 @@ +{"stat.flyOneCm":6549,"stat.walkOneCm":270,"stat.playOneMinute":149,"stat.leaveGame":1,"stat.timeSinceDeath":149,"stat.sprintOneCm":80,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f752537d-dcdc-4187-b64b-48e94525065c.json b/EstiNet/stats/f752537d-dcdc-4187-b64b-48e94525065c.json new file mode 100644 index 0000000..583e77f --- /dev/null +++ b/EstiNet/stats/f752537d-dcdc-4187-b64b-48e94525065c.json @@ -0,0 +1 @@ +{"stat.flyOneCm":5077,"stat.walkOneCm":3892,"stat.jump":12,"stat.playOneMinute":1086,"stat.leaveGame":3,"stat.timeSinceDeath":1086,"stat.sprintOneCm":1555,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f7fe52b7-9add-4d62-87a1-d80169c5b5d6.json b/EstiNet/stats/f7fe52b7-9add-4d62-87a1-d80169c5b5d6.json new file mode 100644 index 0000000..ff4d439 --- /dev/null +++ b/EstiNet/stats/f7fe52b7-9add-4d62-87a1-d80169c5b5d6.json @@ -0,0 +1 @@ +{"stat.flyOneCm":16309,"stat.walkOneCm":9852,"stat.jump":8,"stat.swimOneCm":215,"stat.playOneMinute":2042,"stat.leaveGame":2,"stat.timeSinceDeath":2042,"stat.sprintOneCm":4522,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f8361015-9c32-4807-855b-28763c678d69.json b/EstiNet/stats/f8361015-9c32-4807-855b-28763c678d69.json new file mode 100644 index 0000000..5ff3ac2 --- /dev/null +++ b/EstiNet/stats/f8361015-9c32-4807-855b-28763c678d69.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1890,"stat.walkOneCm":1969,"stat.jump":7,"stat.swimOneCm":179,"stat.playOneMinute":767,"stat.leaveGame":1,"stat.timeSinceDeath":767,"stat.sprintOneCm":2228,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f8b17571-3505-4bc7-ab3a-31ebe6114f0d.json b/EstiNet/stats/f8b17571-3505-4bc7-ab3a-31ebe6114f0d.json new file mode 100644 index 0000000..bc12794 --- /dev/null +++ b/EstiNet/stats/f8b17571-3505-4bc7-ab3a-31ebe6114f0d.json @@ -0,0 +1 @@ +{"stat.playOneMinute":122,"stat.leaveGame":1,"stat.timeSinceDeath":122,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f8b3be92-c235-4c09-825e-63532ebc8580.json b/EstiNet/stats/f8b3be92-c235-4c09-825e-63532ebc8580.json new file mode 100644 index 0000000..37dcef8 --- /dev/null +++ b/EstiNet/stats/f8b3be92-c235-4c09-825e-63532ebc8580.json @@ -0,0 +1 @@ +{"stat.flyOneCm":4147,"stat.walkOneCm":7630,"stat.jump":9,"stat.swimOneCm":718,"stat.playOneMinute":1915,"stat.leaveGame":1,"stat.timeSinceDeath":1915,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f8bd767d-1b1a-49ea-8ba2-faf17ade6847.json b/EstiNet/stats/f8bd767d-1b1a-49ea-8ba2-faf17ade6847.json new file mode 100644 index 0000000..c8aee16 --- /dev/null +++ b/EstiNet/stats/f8bd767d-1b1a-49ea-8ba2-faf17ade6847.json @@ -0,0 +1 @@ +{"stat.flyOneCm":36318,"stat.walkOneCm":4914,"stat.jump":5,"stat.playOneMinute":1822,"stat.leaveGame":1,"stat.timeSinceDeath":1822,"stat.sprintOneCm":2241,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f96ef5fc-f8b5-4adc-98b7-fa2ff6769722.json b/EstiNet/stats/f96ef5fc-f8b5-4adc-98b7-fa2ff6769722.json new file mode 100644 index 0000000..864aee2 --- /dev/null +++ b/EstiNet/stats/f96ef5fc-f8b5-4adc-98b7-fa2ff6769722.json @@ -0,0 +1 @@ +{"stat.flyOneCm":206608,"stat.walkOneCm":88,"stat.jump":1,"stat.playOneMinute":9396,"achievement.openInventory":1,"stat.leaveGame":2,"stat.crouchOneCm":84,"stat.timeSinceDeath":9396,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/f9cdabff-4671-43da-a79b-e17ae85c12ff.json b/EstiNet/stats/f9cdabff-4671-43da-a79b-e17ae85c12ff.json new file mode 100644 index 0000000..6e8f04f --- /dev/null +++ b/EstiNet/stats/f9cdabff-4671-43da-a79b-e17ae85c12ff.json @@ -0,0 +1 @@ +{"stat.walkOneCm":415173,"achievement.openInventory":16,"stat.leaveGame":94,"stat.flyOneCm":2226137,"stat.jump":563,"stat.swimOneCm":10233,"stat.playOneMinute":126027,"stat.fallOneCm":12214,"stat.sneakTime":42,"stat.crouchOneCm":4419,"stat.timeSinceDeath":126027,"stat.sprintOneCm":108694,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","ForestHills","Roofed Forest","River","Plains","Extreme Hills+ M"]},"stat.diveOneCm":830} \ No newline at end of file diff --git a/EstiNet/stats/f9dfd5e2-af26-4bef-9a72-f8bdc1f7f178.json b/EstiNet/stats/f9dfd5e2-af26-4bef-9a72-f8bdc1f7f178.json new file mode 100644 index 0000000..c1846d4 --- /dev/null +++ b/EstiNet/stats/f9dfd5e2-af26-4bef-9a72-f8bdc1f7f178.json @@ -0,0 +1 @@ +{"stat.flyOneCm":51294,"stat.walkOneCm":5228,"stat.jump":3,"stat.playOneMinute":1320,"stat.leaveGame":1,"stat.timeSinceDeath":1320,"stat.sprintOneCm":1474,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fa532d41-8bf2-4afc-82b1-e325beb77d00.json b/EstiNet/stats/fa532d41-8bf2-4afc-82b1-e325beb77d00.json new file mode 100644 index 0000000..3d67f20 --- /dev/null +++ b/EstiNet/stats/fa532d41-8bf2-4afc-82b1-e325beb77d00.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1752003,"stat.walkOneCm":40885,"stat.jump":174,"stat.swimOneCm":3332,"stat.playOneMinute":17674,"stat.leaveGame":3,"stat.timeSinceDeath":17674,"stat.sprintOneCm":6205,"achievement.exploreAllBiomes":{"value":0,"progress":["Birch Forest Hills","Sunflower Plains","Roofed Forest","Extreme Hills+","Birch Forest","River","Birch Forest Hills M","Plains","Extreme Hills","Swampland","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/fad1b89e-05c9-4360-88e6-3c6ee3793f85.json b/EstiNet/stats/fad1b89e-05c9-4360-88e6-3c6ee3793f85.json new file mode 100644 index 0000000..831c080 --- /dev/null +++ b/EstiNet/stats/fad1b89e-05c9-4360-88e6-3c6ee3793f85.json @@ -0,0 +1 @@ +{"stat.flyOneCm":42624,"stat.walkOneCm":5745,"stat.jump":14,"stat.swimOneCm":169,"stat.playOneMinute":1375,"stat.leaveGame":2,"stat.timeSinceDeath":1375,"stat.sprintOneCm":3160,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fadcf7b3-2b4a-465c-ada5-78b90e6dbcff.json b/EstiNet/stats/fadcf7b3-2b4a-465c-ada5-78b90e6dbcff.json new file mode 100644 index 0000000..3abe775 --- /dev/null +++ b/EstiNet/stats/fadcf7b3-2b4a-465c-ada5-78b90e6dbcff.json @@ -0,0 +1 @@ +{"stat.walkOneCm":106213,"achievement.openInventory":4,"stat.leaveGame":24,"stat.flyOneCm":659598,"stat.jump":225,"stat.swimOneCm":4867,"stat.playOneMinute":23166,"stat.crouchOneCm":1214,"stat.timeSinceDeath":23166,"stat.sprintOneCm":29204,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]},"stat.diveOneCm":2315} \ No newline at end of file diff --git a/EstiNet/stats/fae787d2-db66-4502-91bf-93b240183d30.json b/EstiNet/stats/fae787d2-db66-4502-91bf-93b240183d30.json new file mode 100644 index 0000000..9b49d31 --- /dev/null +++ b/EstiNet/stats/fae787d2-db66-4502-91bf-93b240183d30.json @@ -0,0 +1 @@ +{"stat.flyOneCm":15287,"stat.walkOneCm":8864,"stat.jump":37,"stat.swimOneCm":120,"stat.playOneMinute":1690,"stat.leaveGame":1,"stat.crouchOneCm":51,"stat.timeSinceDeath":1690,"stat.sprintOneCm":6459,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fb6765a2-d03b-43ed-9003-6780a60f1211.json b/EstiNet/stats/fb6765a2-d03b-43ed-9003-6780a60f1211.json new file mode 100644 index 0000000..92c3de0 --- /dev/null +++ b/EstiNet/stats/fb6765a2-d03b-43ed-9003-6780a60f1211.json @@ -0,0 +1 @@ +{"stat.flyOneCm":50375,"stat.walkOneCm":26836,"stat.jump":13,"stat.swimOneCm":469,"stat.playOneMinute":8712,"stat.leaveGame":7,"stat.timeSinceDeath":8712,"stat.sprintOneCm":10041,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fbb46b63-894f-4a63-9489-7609da19d4d6.json b/EstiNet/stats/fbb46b63-894f-4a63-9489-7609da19d4d6.json new file mode 100644 index 0000000..7c1cf86 --- /dev/null +++ b/EstiNet/stats/fbb46b63-894f-4a63-9489-7609da19d4d6.json @@ -0,0 +1 @@ +{"stat.flyOneCm":9902,"stat.walkOneCm":3132,"stat.jump":36,"stat.swimOneCm":283,"stat.playOneMinute":1073,"stat.leaveGame":1,"stat.sneakTime":16,"stat.crouchOneCm":110,"stat.timeSinceDeath":1073,"stat.sprintOneCm":5340,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fc07d978-369c-41e3-8346-97e52346d96d.json b/EstiNet/stats/fc07d978-369c-41e3-8346-97e52346d96d.json new file mode 100644 index 0000000..f69197d --- /dev/null +++ b/EstiNet/stats/fc07d978-369c-41e3-8346-97e52346d96d.json @@ -0,0 +1 @@ +{"stat.flyOneCm":58276,"stat.walkOneCm":10049,"stat.jump":49,"stat.swimOneCm":1029,"stat.playOneMinute":4839,"stat.leaveGame":4,"stat.crouchOneCm":136,"stat.timeSinceDeath":4839,"stat.sprintOneCm":7850,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fc0c0e90-b720-46ff-936b-b0c8652ca371.json b/EstiNet/stats/fc0c0e90-b720-46ff-936b-b0c8652ca371.json new file mode 100644 index 0000000..4fcbeeb --- /dev/null +++ b/EstiNet/stats/fc0c0e90-b720-46ff-936b-b0c8652ca371.json @@ -0,0 +1 @@ +{"stat.walkOneCm":19216,"achievement.openInventory":2,"stat.leaveGame":2,"stat.flyOneCm":104279,"stat.jump":24,"stat.swimOneCm":892,"stat.playOneMinute":7253,"stat.sneakTime":92,"stat.crouchOneCm":360,"stat.timeSinceDeath":7253,"stat.sprintOneCm":1678,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fc6591d9-8fa7-46a7-9c29-d3693a9f6b20.json b/EstiNet/stats/fc6591d9-8fa7-46a7-9c29-d3693a9f6b20.json new file mode 100644 index 0000000..cab00b8 --- /dev/null +++ b/EstiNet/stats/fc6591d9-8fa7-46a7-9c29-d3693a9f6b20.json @@ -0,0 +1 @@ +{"stat.flyOneCm":77855,"stat.walkOneCm":27024,"stat.jump":109,"stat.swimOneCm":2236,"stat.playOneMinute":7485,"stat.fallOneCm":19604,"stat.leaveGame":1,"stat.timeSinceDeath":7485,"stat.sprintOneCm":15305,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fc948df4-8982-463a-890d-c50006e27518.json b/EstiNet/stats/fc948df4-8982-463a-890d-c50006e27518.json new file mode 100644 index 0000000..b0b68a7 --- /dev/null +++ b/EstiNet/stats/fc948df4-8982-463a-890d-c50006e27518.json @@ -0,0 +1 @@ +{"stat.flyOneCm":2799,"stat.walkOneCm":9827,"stat.jump":7,"stat.playOneMinute":1175,"stat.leaveGame":1,"stat.crouchOneCm":234,"stat.timeSinceDeath":1175,"stat.sprintOneCm":3851,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fcd36c61-406b-4e43-90f1-d4452071e6f2.json b/EstiNet/stats/fcd36c61-406b-4e43-90f1-d4452071e6f2.json new file mode 100644 index 0000000..4f2e083 --- /dev/null +++ b/EstiNet/stats/fcd36c61-406b-4e43-90f1-d4452071e6f2.json @@ -0,0 +1 @@ +{"stat.flyOneCm":34028,"stat.walkOneCm":1003,"stat.jump":6,"stat.playOneMinute":694,"stat.leaveGame":1,"stat.timeSinceDeath":694,"stat.sprintOneCm":853} \ No newline at end of file diff --git a/EstiNet/stats/fcdf7fdc-d317-455f-97c8-f30ce681b6f9.json b/EstiNet/stats/fcdf7fdc-d317-455f-97c8-f30ce681b6f9.json new file mode 100644 index 0000000..7f333e2 --- /dev/null +++ b/EstiNet/stats/fcdf7fdc-d317-455f-97c8-f30ce681b6f9.json @@ -0,0 +1 @@ +{"stat.flyOneCm":51321,"stat.walkOneCm":13901,"stat.jump":26,"stat.swimOneCm":615,"stat.playOneMinute":2697,"stat.leaveGame":3,"stat.timeSinceDeath":2697,"stat.sprintOneCm":12514,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/fda177d5-ba51-42e2-bb0b-9dddb8248b29.json b/EstiNet/stats/fda177d5-ba51-42e2-bb0b-9dddb8248b29.json new file mode 100644 index 0000000..d370a62 --- /dev/null +++ b/EstiNet/stats/fda177d5-ba51-42e2-bb0b-9dddb8248b29.json @@ -0,0 +1 @@ +{"stat.leaveGame":2} \ No newline at end of file diff --git a/EstiNet/stats/fe2b15d4-6bfe-491c-a7e7-4a891dd511a1.json b/EstiNet/stats/fe2b15d4-6bfe-491c-a7e7-4a891dd511a1.json new file mode 100644 index 0000000..cc9e3c8 --- /dev/null +++ b/EstiNet/stats/fe2b15d4-6bfe-491c-a7e7-4a891dd511a1.json @@ -0,0 +1 @@ +{"stat.flyOneCm":8443,"stat.walkOneCm":2334,"stat.jump":10,"stat.playOneMinute":1754,"achievement.openInventory":1,"stat.leaveGame":2,"stat.sneakTime":56,"stat.crouchOneCm":277,"stat.timeSinceDeath":1754,"stat.sprintOneCm":1682,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fe568103-8535-478b-b021-629310f577de.json b/EstiNet/stats/fe568103-8535-478b-b021-629310f577de.json new file mode 100644 index 0000000..9eff072 --- /dev/null +++ b/EstiNet/stats/fe568103-8535-478b-b021-629310f577de.json @@ -0,0 +1 @@ +{"stat.flyOneCm":11475,"stat.walkOneCm":7376,"stat.jump":16,"stat.playOneMinute":2007,"stat.leaveGame":2,"stat.timeSinceDeath":2007,"stat.sprintOneCm":1119,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/fe7b3a96-1f0c-4f57-abfd-f481fafcfc9f.json b/EstiNet/stats/fe7b3a96-1f0c-4f57-abfd-f481fafcfc9f.json new file mode 100644 index 0000000..a7eff5d --- /dev/null +++ b/EstiNet/stats/fe7b3a96-1f0c-4f57-abfd-f481fafcfc9f.json @@ -0,0 +1 @@ +{"stat.flyOneCm":11008,"stat.walkOneCm":3916,"stat.jump":5,"stat.playOneMinute":446,"stat.leaveGame":2,"stat.crouchOneCm":31,"stat.timeSinceDeath":446,"stat.sprintOneCm":3721,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fe8e3a28-29a5-4763-9664-718c4e28a1ee.json b/EstiNet/stats/fe8e3a28-29a5-4763-9664-718c4e28a1ee.json new file mode 100644 index 0000000..b918867 --- /dev/null +++ b/EstiNet/stats/fe8e3a28-29a5-4763-9664-718c4e28a1ee.json @@ -0,0 +1 @@ +{"stat.walkOneCm":29368,"achievement.openInventory":2,"stat.leaveGame":6,"stat.flyOneCm":162560,"stat.jump":40,"stat.swimOneCm":362,"stat.playOneMinute":11527,"stat.sneakTime":84,"stat.crouchOneCm":52,"stat.timeSinceDeath":11527,"stat.sprintOneCm":4436,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/feab7d82-33fd-4f4b-9882-97f73cca4688.json b/EstiNet/stats/feab7d82-33fd-4f4b-9882-97f73cca4688.json new file mode 100644 index 0000000..150b0bf --- /dev/null +++ b/EstiNet/stats/feab7d82-33fd-4f4b-9882-97f73cca4688.json @@ -0,0 +1 @@ +{"stat.flyOneCm":19523,"stat.walkOneCm":7903,"stat.jump":24,"stat.swimOneCm":153,"stat.playOneMinute":2292,"stat.leaveGame":1,"stat.sneakTime":5,"stat.crouchOneCm":17,"stat.timeSinceDeath":2292,"stat.sprintOneCm":2588,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fed3251c-53a0-4087-ae02-cd816fdaf6ec.json b/EstiNet/stats/fed3251c-53a0-4087-ae02-cd816fdaf6ec.json new file mode 100644 index 0000000..8af87e5 --- /dev/null +++ b/EstiNet/stats/fed3251c-53a0-4087-ae02-cd816fdaf6ec.json @@ -0,0 +1 @@ +{"stat.flyOneCm":1596,"stat.walkOneCm":856,"stat.jump":7,"stat.playOneMinute":301,"stat.leaveGame":1,"stat.timeSinceDeath":301,"stat.sprintOneCm":591,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fee10a1a-a303-42d8-b4dc-80c0a75b8ef5.json b/EstiNet/stats/fee10a1a-a303-42d8-b4dc-80c0a75b8ef5.json new file mode 100644 index 0000000..785a15c --- /dev/null +++ b/EstiNet/stats/fee10a1a-a303-42d8-b4dc-80c0a75b8ef5.json @@ -0,0 +1 @@ +{"stat.flyOneCm":52676,"stat.walkOneCm":32350,"stat.jump":8,"stat.playOneMinute":6815,"stat.leaveGame":4,"stat.timeSinceDeath":6815,"stat.sprintOneCm":9842,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/fee56792-50d5-4f51-9864-5c93ea51d69f.json b/EstiNet/stats/fee56792-50d5-4f51-9864-5c93ea51d69f.json new file mode 100644 index 0000000..ef0f2c2 --- /dev/null +++ b/EstiNet/stats/fee56792-50d5-4f51-9864-5c93ea51d69f.json @@ -0,0 +1 @@ +{"stat.playOneMinute":20,"stat.leaveGame":4,"stat.timeSinceDeath":20,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/fef6a1da-2be4-4633-bfad-89569c59d108.json b/EstiNet/stats/fef6a1da-2be4-4633-bfad-89569c59d108.json new file mode 100644 index 0000000..ff8ef6b --- /dev/null +++ b/EstiNet/stats/fef6a1da-2be4-4633-bfad-89569c59d108.json @@ -0,0 +1 @@ +{"stat.flyOneCm":11830,"stat.walkOneCm":1240,"stat.playOneMinute":593,"stat.leaveGame":1,"stat.timeSinceDeath":593,"stat.sprintOneCm":356,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ff47eb7a-0de8-41d8-a8c7-23f3bd9e15b2.json b/EstiNet/stats/ff47eb7a-0de8-41d8-a8c7-23f3bd9e15b2.json new file mode 100644 index 0000000..2f712bc --- /dev/null +++ b/EstiNet/stats/ff47eb7a-0de8-41d8-a8c7-23f3bd9e15b2.json @@ -0,0 +1 @@ +{"stat.flyOneCm":46946,"stat.walkOneCm":10123,"stat.jump":3,"stat.playOneMinute":4696,"stat.leaveGame":1,"stat.timeSinceDeath":4696,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains"]}} \ No newline at end of file diff --git a/EstiNet/stats/ff9171b8-9964-497e-8e5c-d2a9f9f1c080.json b/EstiNet/stats/ff9171b8-9964-497e-8e5c-d2a9f9f1c080.json new file mode 100644 index 0000000..2932a61 --- /dev/null +++ b/EstiNet/stats/ff9171b8-9964-497e-8e5c-d2a9f9f1c080.json @@ -0,0 +1 @@ +{"stat.flyOneCm":7818,"stat.walkOneCm":4688,"stat.jump":14,"stat.playOneMinute":1010,"stat.leaveGame":1,"stat.timeSinceDeath":1010,"stat.sprintOneCm":3460,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Roofed Forest","River","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/stats/ffac8f25-bc3d-4ee9-8b0c-3657a290c661.json b/EstiNet/stats/ffac8f25-bc3d-4ee9-8b0c-3657a290c661.json new file mode 100644 index 0000000..9c5636a --- /dev/null +++ b/EstiNet/stats/ffac8f25-bc3d-4ee9-8b0c-3657a290c661.json @@ -0,0 +1 @@ +{"stat.flyOneCm":14897,"stat.walkOneCm":9820,"stat.jump":21,"stat.swimOneCm":28,"stat.playOneMinute":1494,"stat.leaveGame":1,"stat.timeSinceDeath":1494,"stat.sprintOneCm":7642,"achievement.exploreAllBiomes":{"value":0,"progress":["Sunflower Plains","Extreme Hills+ M"]}} \ No newline at end of file diff --git a/EstiNet/uid.dat b/EstiNet/uid.dat new file mode 100644 index 0000000..50d6db1 --- /dev/null +++ b/EstiNet/uid.dat @@ -0,0 +1 @@ +ÈV²ùlO=›ãÓÑŸ¥`º \ No newline at end of file diff --git a/banned-ips.json b/banned-ips.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/banned-ips.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/banned-players.json b/banned-players.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/banned-players.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/bukkit.yml b/bukkit.yml new file mode 100644 index 0000000..cf1f598 --- /dev/null +++ b/bukkit.yml @@ -0,0 +1,43 @@ +# This is the main configuration file for Bukkit. +# As you can see, there's actually not that much to configure without any plugins. +# For a reference for any variable inside this file, check out the Bukkit Wiki at +# http://wiki.bukkit.org/Bukkit.yml +# +# If you need help on this file, feel free to join us on irc or leave a message +# on the forums asking for advice. +# +# IRC: #spigot @ irc.spi.gt +# (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ ) +# Forums: http://www.spigotmc.org/ +# Bug tracker: http://www.spigotmc.org/go/bugs + + +settings: + allow-end: false + warn-on-overload: true + permissions-file: permissions.yml + update-folder: update + plugin-profiling: false + connection-throttle: 4000 + query-plugins: true + deprecated-verbose: default + shutdown-message: '[§6§lEsti§3§lNet§r] §7Restart incoming...' +spawn-limits: + monsters: 0 + animals: 0 + water-animals: 0 + ambient: 0 +chunk-gc: + period-in-ticks: 600 + load-threshold: 0 +ticks-per: + animal-spawns: 0 + monster-spawns: 0 + autosave: 6000 +aliases: now-in-commands.yml +database: + username: bukkit + isolation: SERIALIZABLE + driver: org.sqlite.JDBC + password: walrus + url: jdbc:sqlite:{DIR}{NAME}.db diff --git a/commands.yml b/commands.yml new file mode 100644 index 0000000..17a0ac7 --- /dev/null +++ b/commands.yml @@ -0,0 +1,17 @@ +# This is the commands configuration file for Bukkit. +# For documentation on how to make use of this file, check out the Bukkit Wiki at +# http://wiki.bukkit.org/Commands.yml +# +# If you need help on this file, feel free to join us on irc or leave a message +# on the forums asking for advice. +# +# IRC: #spigot @ irc.spi.gt +# (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ ) +# Forums: http://www.spigotmc.org/ +# Bug tracker: http://www.spigotmc.org/go/bugs + +command-block-overrides: [] +unrestricted-advancements: false +aliases: + icanhasbukkit: + - version $1- diff --git a/esticonsole.properties b/esticonsole.properties new file mode 100644 index 0000000..e733a1b --- /dev/null +++ b/esticonsole.properties @@ -0,0 +1,11 @@ +#Tue Sep 05 17:05:21 EDT 2017 +server_name=EstiNet +min_ram=512M +autoRestart=yes +amount_of_lines_to_cut_on_max=500 +mode=SPIGOT +timeAutoRestart=48 +server_jar_name=minecraft_server.jar +max_lines=5000 +password=EstiNetwork?123 +max_ram=2G diff --git a/eula.txt b/eula.txt new file mode 100644 index 0000000..a42bb1f --- /dev/null +++ b/eula.txt @@ -0,0 +1,3 @@ +#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula). +#Fri Nov 06 19:16:13 EST 2015 +eula=true diff --git a/help.yml b/help.yml new file mode 100644 index 0000000..c0ac928 --- /dev/null +++ b/help.yml @@ -0,0 +1,56 @@ +# This is the help configuration file for Bukkit. +# +# By default you do not need to modify this file. Help topics for all plugin commands are automatically provided by +# or extracted from your installed plugins. You only need to modify this file if you wish to add new help pages to +# your server or override the help pages of existing plugin commands. +# +# This file is divided up into the following parts: +# -- general-topics: lists admin defined help topics +# -- index-topics: lists admin defined index topics +# -- amend-topics: lists topic amendments to apply to existing help topics +# -- ignore-plugins: lists any plugins that should be excluded from help +# +# Examples are given below. When amending command topic, the string will be replaced with the existing value +# in the help topic. Color codes can be used in topic text. The color code character is & followed by 0-F. +# ================================================================ +# +# Set this to true to list the individual command help topics in the master help. +# command-topics-in-master-index: true +# +# Each general topic will show up as a separate topic in the help index along with all the plugin command topics. +# general-topics: +# Rules: +# shortText: Rules of the server +# fullText: | +# &61. Be kind to your fellow players. +# &B2. No griefing. +# &D3. No swearing. +# permission: topics.rules +# +# Each index topic will show up as a separate sub-index in the help index along with all the plugin command topics. +# To override the default help index (displayed when the user executes /help), name the index topic "Default". +# index-topics: +# Ban Commands: +# shortText: Player banning commands +# preamble: Moderator - do not abuse these commands +# permission: op +# commands: +# - /ban +# - /ban-ip +# - /banlist +# +# Topic amendments are used to change the content of automatically generated plugin command topics. +# amended-topics: +# /stop: +# shortText: Stops the server cold....in its tracks! +# fullText: - This kills the server. +# permission: you.dont.have +# +# Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by +# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All" +# to completely disable automatic help topic generation. +# ignore-plugins: +# - PluginNameOne +# - PluginNameTwo +# - PluginNameThree + diff --git a/languages.properties b/languages.properties new file mode 100644 index 0000000..3ee6446 --- /dev/null +++ b/languages.properties @@ -0,0 +1,8 @@ +#Tue Sep 05 17:05:21 EDT 2017 +enabled=EstiConsole ${EstiConsole.version} is online\! +disabling=EstiConsole ${EstiConsole.version} turning off... +disabled=EstiConsole ${EstiConsole.version} is off. Goodbye\! +enabling=EstiConsole ${EstiConsole.version} starting up... +prefix=[EstiConsole] +unknown_command=Unknown command\! Do /ec help for help\! +err_on_start=Error while starting EstiConsole ${EstiConsole.version} diff --git a/logs b/logs new file mode 120000 index 0000000..1d319f9 --- /dev/null +++ b/logs @@ -0,0 +1 @@ +/data/logs \ No newline at end of file diff --git a/minecraft_server.jar b/minecraft_server.jar new file mode 100644 index 0000000..ceba98c Binary files /dev/null and b/minecraft_server.jar differ diff --git a/ops.json b/ops.json new file mode 100644 index 0000000..4e09dfc --- /dev/null +++ b/ops.json @@ -0,0 +1,26 @@ +[ + { + "uuid": "20ae9880-b524-42c9-a8c5-fcbf6a8c484a", + "name": "Over1ord_Ray", + "level": 4, + "bypassesPlayerLimit": false + }, + { + "uuid": "ade21d41-274e-4cd0-a251-03cf67642e4e", + "name": "nap14hockey", + "level": 4, + "bypassesPlayerLimit": false + }, + { + "uuid": "b48083c2-19ca-4959-a0d0-a967a93d0fd3", + "name": "Seshpenguin", + "level": 4, + "bypassesPlayerLimit": false + }, + { + "uuid": "55618dfa-b17f-4e8a-814f-41768360af09", + "name": "_InDev_", + "level": 4, + "bypassesPlayerLimit": false + } +] \ No newline at end of file diff --git a/paper.yml b/paper.yml new file mode 100644 index 0000000..f44c974 --- /dev/null +++ b/paper.yml @@ -0,0 +1,130 @@ +# This is the main configuration file for Paper. +# As you can see, there's tons to configure. Some options may impact gameplay, so use +# with caution, and make sure you know what each option does before configuring. +# +# If you need help with the configuration or have any questions related to Paper, +# join us in our IRC channel. +# +# IRC: #paper @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=paper ) +# Wiki: https://paper.readthedocs.org/ +# Paper Forums: https://aquifermc.org/ + +verbose: false +config-version: 13 +settings: + enable-player-collisions: false + player-auto-save-rate: -1 + region-file-cache-size: 256 + remove-invalid-statistics: false + save-empty-scoreboard-teams: false + suggest-player-names-when-null-tab-completions: true + sleep-between-chunk-saves: false + incoming-packet-spam-threshold: 300 + bungee-online-mode: true + min-chunk-load-threads: 2 + load-permissions-yml-before-plugins: true + set-health-before-death-event: false +timings: + enabled: true + verbose: true + server-name-privacy: false + hidden-config-entries: + - database + - settings.bungeecord-addresses + history-interval: 300 + history-length: 3600 +messages: + kick: + flying-player: Flying is not enabled on this server + flying-vehicle: Flying is not enabled on this server +world-settings: + default: + auto-save-interval: -1 + keep-spawn-loaded-range: 8 + keep-spawn-loaded: true + disable-ice-and-snow: false + fire-physics-event-for-redstone: false + skeleton-horse-thunder-spawn-chance: 0.01 + armor-stands-do-collision-entity-lookups: true + baby-zombie-movement-speed: 0.5 + allow-leashing-undead-horse: false + spawner-nerfed-mobs-should-jump: false + all-chunks-are-slime-chunks: false + mob-spawner-tick-rate: 1 + generator-settings: + canyon: true + caves: true + dungeon: true + fortress: true + mineshaft: true + monument: true + stronghold: true + temple: true + village: true + flat-bedrock: false + allow-non-player-entities-on-scoreboards: false + nether-ceiling-void-damage: false + frosted-ice: + enabled: true + delay: + min: 20 + max: 40 + disable-explosion-knockback: false + elytra-hit-wall-damage: true + parrots-are-unaffected-by-player-movement: false + hopper: + push-based: false + game-mechanics: + disable-chest-cat-detection: false + disable-end-credits: false + use-alternate-fallingblock-onGround-detection: false + non-player-arrow-despawn-rate: -1 + prevent-tnt-from-moving-in-water: false + grass-spread-tick-rate: 1 + container-update-tick-rate: 1 + enable-treasure-maps: true + treasure-maps-return-already-discovered: false + disable-teleportation-suffocation-check: false + disable-thunder: false + portal-search-radius: 128 + use-vanilla-world-scoreboard-name-coloring: false + save-queue-limit-for-auto-save: 50 + squid-spawn-height: + minimum: 45.0 + maximum: 63.0 + queue-light-updates: false + optimize-explosions: false + delay-chunk-unloads-by: 10s + max-auto-save-chunks-per-tick: 24 + water-over-lava-flow-speed: 5 + lootables: + auto-replenish: false + restrict-player-reloot: true + reset-seed-on-fill: true + max-refills: -1 + refresh-min: 12h + refresh-max: 2d + max-entity-collisions: 8 + disable-creeper-lingering-effect: false + filter-nbt-data-from-spawn-eggs-and-related: true + use-chunk-inhabited-timer: true + despawn-ranges: + soft: 32 + hard: 128 + falling-block-height-nerf: 0 + tnt-entity-height-nerf: 0 + fast-drain: + lava: false + water: false + lava-flow-speed: + normal: 30 + nether: 10 + remove-corrupt-tile-entities: false + fishing-time-range: + MinimumTicks: 100 + MaximumTicks: 600 + max-growth-height: + cactus: 3 + reeds: 3 + enable-old-tnt-cannon-behaviors: false + verbose: false diff --git a/permissions.yml b/permissions.yml new file mode 100644 index 0000000..e69de29 diff --git a/plugins/BungeePortals.jar b/plugins/BungeePortals.jar new file mode 100644 index 0000000..d6490ad Binary files /dev/null and b/plugins/BungeePortals.jar differ diff --git a/plugins/BungeePortals/config.yml b/plugins/BungeePortals/config.yml new file mode 100644 index 0000000..7fa3021 --- /dev/null +++ b/plugins/BungeePortals/config.yml @@ -0,0 +1,5 @@ +# BungeePortals configuration file, visit www.spigotmc.org/resources/bungeeportals.19 for help. +SaveTask: + Enabled: false + Interval: 600 +NoPortalPermissionMessage: '&cYou do not have permission to go to the server {destination}.' \ No newline at end of file diff --git a/plugins/BungeePortals/portals.yml b/plugins/BungeePortals/portals.yml new file mode 100644 index 0000000..f5df9ac --- /dev/null +++ b/plugins/BungeePortals/portals.yml @@ -0,0 +1,77 @@ +# BungeePortals data file, touch at your own risk! + + + + +EstiNet#19#190#45: Skyblock +EstiNet#-21#190#-67: Survival +EstiNet#-23#189#-67: Survival +EstiNet#19#191#-67: gWars +EstiNet#20#189#45: Skyblock +EstiNet#20#190#45: Skyblock +EstiNet#21#189#45: Skyblock +EstiNet#-22#189#-67: Survival +EstiNet#-21#189#-67: Survival +EstiNet#21#190#45: Skyblock +EstiNet#19#189#45: Skyblock +EstiNet#-23#191#-67: Survival +EstiNet#19#189#-67: gWars +EstiNet#19#191#45: Skyblock +EstiNet#21#191#-67: gWars +EstiNet#20#189#-67: gWars +EstiNet#21#189#-67: gWars +EstiNet#-23#190#-67: Survival +EstiNet#-22#190#-67: Survival +EstiNet#20#191#-67: gWars +EstiNet#20#190#-67: gWars +EstiNet#-22#191#-67: Survival +EstiNet#21#190#-67: gWars +EstiNet#19#190#-67: gWars +EstiNet#-21#191#-67: Survival +EstiNet#20#191#45: Skyblock +EstiNet#21#191#45: Skyblock +EstiNet#-69#191#-10: Factions +EstiNet#-69#191#-11: Factions +EstiNet#-22#191#45: Creative +EstiNet#-21#191#45: Creative +EstiNet#-69#191#-12: Factions +EstiNet#-23#191#45: Creative +EstiNet#-69#189#-11: Factions +EstiNet#-69#190#-11: Factions +EstiNet#-69#189#-12: Factions +EstiNet#-69#190#-12: Factions +EstiNet#-69#190#-10: Factions +EstiNet#-21#189#45: Creative +EstiNet#-23#189#45: Creative +EstiNet#-22#189#45: Creative +EstiNet#-23#190#45: Creative +EstiNet#-22#190#45: Creative +EstiNet#-21#190#45: Creative +EstiNet#-69#189#-10: Factions +EstiNet#175#244#8: MinigameHub +EstiNet#176#244#8: MinigameHub +EstiNet#174#243#8: MinigameHub +EstiNet#174#245#8: MinigameHub +EstiNet#175#245#8: MinigameHub +EstiNet#175#243#8: MinigameHub +EstiNet#176#245#8: MinigameHub +EstiNet#176#243#8: MinigameHub +EstiNet#174#244#8: MinigameHub +EstiNet#176#243#-30: MinigameHub +EstiNet#174#243#-30: MinigameHub +EstiNet#176#245#-30: MinigameHub +EstiNet#174#245#-30: MinigameHub +EstiNet#176#244#-30: MinigameHub +EstiNet#174#244#-30: MinigameHub +EstiNet#175#243#-30: MinigameHub +EstiNet#175#245#-30: MinigameHub +EstiNet#175#244#-30: MinigameHub +EstiNet#36#191#-10: MinigameHub +EstiNet#36#191#-11: MinigameHub +EstiNet#36#191#-12: MinigameHub +EstiNet#36#190#-12: MinigameHub +EstiNet#36#190#-10: MinigameHub +EstiNet#36#190#-11: MinigameHub +EstiNet#36#189#-12: MinigameHub +EstiNet#36#189#-10: MinigameHub +EstiNet#36#189#-11: MinigameHub diff --git a/plugins/Buycraft/README.txt b/plugins/Buycraft/README.txt new file mode 100644 index 0000000..b019537 --- /dev/null +++ b/plugins/Buycraft/README.txt @@ -0,0 +1,111 @@ +---- Buycraft Plugin ------------------------ + +For setup instructions please visit https://buycraft.net. + +Upgrade your account and receive many more awesome features by going to https://server.buycraft.net/plans. + +Are you in need of help? Please contact customer support via email (support@buycraft.net) or via the helpdesk at http://support.buycraft.net. + + +--- INSTALLATION ----------------------------------------------------------- + +Please run the command "/buycraft secret " in the console. To find your +secret key, go to http://server.buycraft.net and visit the servers page under the webstore +section. Refer to installation videos and tutorials available on http://buycraft.net for more help/info. + +---- RECENT PAYMENT SIGNS -------------------------------------------------- + +If you would like to display recent payments in game, this feature allows you to +setup a row of signs with head blocks placed above/below/next to them. Every 30 minutes +the signs will update and show the most recent users who have purchased a package. +To enable this feature you need to set "headsEnabled" to "true" in the settings.conf file. + +Place a row of signs in any order you wish, with one head per sign at least one block away. +After you have placed the signs and heads, type "buysign begin" in game. Then click on the signs +in the order you wish the payments to be displayed. Once you have finished, type "buysign end" - +the signs will update accordingly. + +You can also filter the signs to only include payments that include a certain package. +Use "buysign filter " after typing "buysign begin" to do this. + +---- MCMYADMIN INTERGRATION ------------------------------------------------ + +If you are aiming to use McMyAdmin commands in packages, prefix the commands you enter with "{mcmyadmin}", for example, +to execute the McMyAdmin "stop" command, you would enter this: "{mcmyadmin}stop". After you have setup the commands, you need +to give administrator access to the user "Buycraft" (Case sensitive) in the McMyAdmin permissions page. The user "Buycraft" has +been disabled from logging in to your server to prevent administrator access in game. + + +---- CHANGING THE /BUY COMMAND --------------------------------------------- + +To change the /buy command please edit the setting in the configuration file. + +---- PERMISSION NODES ----------------------------------------------------- + +Listed below are the permission nodes for the plugin: + + buycraft.admin - Enables use of the "/buycraft " commands + buycraft.signs - Enables the player to setup Buycraft recent payment signs + + +---- A FURTHER NOTE -------------------------------------------------------- + +Modifying the source code is allowed. You are not allowed to use the source code in another Bukkit plugin without prior permission. +Use of http://api.buycraft.net is only for this plugin and integrating Buycraft on to your own website. Any other use is not allowed. + + +---- CHANGE LOG ------------------------------------------------------------ + + Version 6.8 + - Added Purchase Signs which can be right clicked to give the user a url to click instead of using the /buy command + - Added proper Bungeecord support + - Updater now only updates to new version (Allows beta testers to moved to official release once released) + - Added ability to disable and change /ec command + - Added logging for errors during web requests + - Item GUI now supports data option + - Plugin now supports {UUID} as well as {name} for commands + + Version 6.7 + + - Moved to a different URL shortener for better reliability. + + Version 6.6 + + - Bug fixes + + Version 6.5 + + - New option to only allow changing the secret key via the settings.conf file. + + Version 6.4 + + - Changed to the new ServerMods API auto updater + - Increased timeout of HTTP requests to the API + + Version 6.3 + + - New auto updater system to comply with BukkitDev policies + - Fixed various bugs + + Version 6.2 + + - Introducing a new /buy command interface which uses the inventory to browse categories/packages. + + Version 6.1 + + - The package checker now runs at an interval of 2.5 minutes instead of 5. + + Version 6.0 + + - Support for the new required inventory slots feature. + - Improved support for commands which do not require the player to be online. + - You can now filter buy signs witch have a price of 0.00. + - Misc bug fixes and improvements. + + Version 5.9 + + - Included support for delayed commands. + + Version 5.8 + + - Fixed a bug with case sensitive usernames. diff --git a/plugins/Buycraft/http.log b/plugins/Buycraft/http.log new file mode 100644 index 0000000..876af61 --- /dev/null +++ b/plugins/Buycraft/http.log @@ -0,0 +1,140 @@ +REQUEST URI: http://api.buycraft.net/v4?playersOnline=1&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27527d05ab6810db • 2016-02-15 16:46:21 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27527d05ab6810db-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27527f394a3509a6 • 2016-02-15 16:47:51 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27527f394a3509a6-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752816cf2fe2567 • 2016-02-15 16:49:21 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752816cf2fe2567-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 275283a0e0792567 • 2016-02-15 16:50:51 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (275283a0e0792567-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 275285d4e83b2561 • 2016-02-15 16:52:21 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (275285d4e83b2561-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 275288087c912597 • 2016-02-15 16:53:52 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (275288087c912597-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27528a3c6d4509a0 • 2016-02-15 16:55:22 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27528a3c6d4509a0-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27528c702b7b2543 • 2016-02-15 16:56:52 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27528c702b7b2543-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27528ea422aa09c4 • 2016-02-15 16:58:22 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27528ea422aa09c4-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 275290d7e92b25a3 • 2016-02-15 16:59:52 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (275290d7e92b25a3-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752930c0dac2519 • 2016-02-15 17:01:23 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752930c0dac2519-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27529540131425bb • 2016-02-15 17:02:53 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27529540131425bb-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=1&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27529bdc4c1d10f3 • 2016-02-15 17:07:24 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27529bdc4c1d10f3-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27529e0fe8822543 • 2016-02-15 17:08:54 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27529e0fe8822543-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752a043972b09b8 • 2016-02-15 17:10:24 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752a043972b09b8-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752a277649909b8 • 2016-02-15 17:11:54 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752a277649909b8-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752a4ab73aa0166 • 2016-02-15 17:13:25 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752a4ab73aa0166-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752a6df59e0253d • 2016-02-15 17:14:55 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752a6df59e0253d-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752a9134be50166 • 2016-02-15 17:16:25 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752a9134be50166-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752ab470796253d • 2016-02-15 17:17:55 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752ab470796253d-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752ad7b1649099a • 2016-02-15 17:19:25 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752ad7b1649099a-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752afaec364255b • 2016-02-15 17:20:56 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752afaec364255b-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752b1e2c955099a • 2016-02-15 17:22:26 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752b1e2c955099a-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2752b4166c922525 • 2016-02-15 17:23:56 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2752b4166c922525-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 2753479f33e6255b • 2016-02-15 19:04:39 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (2753479f33e6255b-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 275349d2a3620418 • 2016-02-15 19:06:09 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (275349d2a3620418-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27534c0659ba2591 • 2016-02-15 19:07:39 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27534c0659ba2591-ua21).

+-------------------------- +REQUEST URI: http://api.buycraft.net/v4?playersOnline=0&action=pendingUsers&userType=uuid&secret=bedc02fcc2a83d9e49104f76e525720657fa5940 +RESPONSE CODE: 403 +CONTENT: + Access denied | api.buycraft.net used CloudFlare to restrict access

Error 1010 Ray ID: 27534e39e656099a • 2016-02-15 19:09:10 UTC

Access denied

What happened?

The owner of this website (api.buycraft.net) has banned your access based on your browser's signature (27534e39e656099a-ua21).

+-------------------------- diff --git a/plugins/Buycraft/language.conf b/plugins/Buycraft/language.conf new file mode 100644 index 0000000..9002069 --- /dev/null +++ b/plugins/Buycraft/language.conf @@ -0,0 +1,27 @@ +#Buycraft Plugin (English language file) +#Wed Nov 11 17:58:58 EST 2015 +commandExecuteNotEnoughFreeInventory2=Please empty your inventory to receive these items. +chooseACategory=Choose a category +pleaseVisit=Please click the link below to continue +chatEnabled=Your chat is now enabled. +previousPage=Previous Page +turnChatBackOn=Type /{{ENABLE_CHAT_COMMAND}} to turn your chat back on. +howToNavigate=Browse through our packages by using +chatAlreadyEnabled=Your chat is already enabled. +commandExecuteNotEnoughFreeInventory=%d free inventory slot(s) are required. +invalidBuyCommand=Please enter the correct command parameters. +inventoryMenuNotReady=The inventory menu has not been loaded yet. Please wait. +toPurchase=To purchase a package, please type +categoryMenu=Category Menu +noPackagesForSale=We currently do not have any packages for sale. +packageName=Name +inventoryMenuPrefix=Buycraft +category=Category +nextPage=Next Page +urlError=Failed to generate the shortened URL. +commandsExecuted=Your purchased packages have been credited. +packageId=ID +packageNotFound=Package not found. +homePage=Back to categories +pageNotFound=Page not found. +packagePrice=Price diff --git a/plugins/Buycraft/report.txt b/plugins/Buycraft/report.txt new file mode 100644 index 0000000..193ca23 --- /dev/null +++ b/plugins/Buycraft/report.txt @@ -0,0 +1,27 @@ +#### System Information #### +Date: Tue Mar 15 10:32:41 EDT 2016 +Operating system: Windows Server 2012 R2 | 6.3 | amd64 +Java Version: 1.8.0_60 | Oracle Corporation +Server Version: 1.9-R0.1-SNAPSHOT +Server Name: CraftBukkit +Server IP: :25564 +Buycraft Version: 6.8.2 + +#### Buycraft Info #### +Store URL: +Store ID: 0 +Buy Command: buy +Authenticated: false +Error code: 1 +Last command execution: Never + +#### Connection #### +Google Ping Result: Connected to www.google.com successfully. +Buycraft API Ping Result: Connected to api.buycraft.net successfully. +Buycraft API Status Result: Response from API - OK (76.71.142.217) + +#### Performance #### +Long Running Command: None + +#### Last Exception #### +No errors since startup \ No newline at end of file diff --git a/plugins/Buycraft/settings.conf b/plugins/Buycraft/settings.conf new file mode 100644 index 0000000..42d5058 --- /dev/null +++ b/plugins/Buycraft/settings.conf @@ -0,0 +1,19 @@ +#Buycraft Plugin +#Tue Mar 15 10:32:14 EDT 2016 +debug=false +isBungeecord=true +disableChatOnBuyCommand=true +secret=be73d6690e1cc968bb1156e4b72ce3b8103c845b +autoUpdate=true +headsEnabled=false +headsCurrency=true +commandThrottleCount=150 +re-enableChatCommand=ec +directPay=false +commandChecker=true +disableBuyCommand=false +disable-secret-command=false +useBuyGUI=true +https=false +buysignsRemoveFreePrice=false +buyCommand=buy diff --git a/plugins/Buycraft/signs.json b/plugins/Buycraft/signs.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/plugins/Buycraft/signs.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/plugins/BuycraftX.jar b/plugins/BuycraftX.jar new file mode 100644 index 0000000..d6dfe27 Binary files /dev/null and b/plugins/BuycraftX.jar differ diff --git a/plugins/BuycraftX/buy_now_signs.json b/plugins/BuycraftX/buy_now_signs.json new file mode 100644 index 0000000..a06935a --- /dev/null +++ b/plugins/BuycraftX/buy_now_signs.json @@ -0,0 +1 @@ +{"signs":[]} \ No newline at end of file diff --git a/plugins/BuycraftX/cache/0465ee5c155b9fa85422ad3b077a3bf5.0 b/plugins/BuycraftX/cache/0465ee5c155b9fa85422ad3b077a3bf5.0 new file mode 100644 index 0000000..2306300 --- /dev/null +++ b/plugins/BuycraftX/cache/0465ee5c155b9fa85422ad3b077a3bf5.0 @@ -0,0 +1,26 @@ +https://plugin.buycraft.net/listing +GET +0 +HTTP/1.1 200 OK +14 +Date: Tue, 12 Sep 2017 22:27:22 GMT +Content-Type: application/json +Transfer-Encoding: chunked +Connection: keep-alive +Set-Cookie: __cfduid=d4ac3c10dd84d56234c67c0675a25a6201505255242; expires=Wed, 12-Sep-18 22:27:22 GMT; path=/; domain=.buycraft.net; HttpOnly +Cache-Control: private, must-revalidate +ETag: W/"556e6b91017e080036ba55135466de2f35124c22" +X-BC-Node: i-038761cbc743e6d34 d-B8P9S1EMO +Strict-Transport-Security: max-age=31536000; +Server: cloudflare-nginx +CF-RAY: 39d64b2f5a6c5510-ORD +Content-Encoding: gzip +OkHttp-Sent-Millis: 1505255242081 +OkHttp-Received-Millis: 1505255242356 + +TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 +2 +MIID0TCCA3igAwIBAgIQCeZgbFQlV5iKkhbg6kvA2TAKBggqhkjOPQQDAjBvMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xGTAXBgNVBAoTEENsb3VkRmxhcmUsIEluYy4xIDAeBgNVBAMTF0Nsb3VkRmxhcmUgSW5jIEVDQyBDQS0yMB4XDTE3MDQyNDAwMDAwMFoXDTE4MDQyNDEyMDAwMFowZDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRkwFwYDVQQKExBDbG91ZEZsYXJlLCBJbmMuMRUwEwYDVQQDEwxidXljcmFmdC5uZXQwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQjYRrul/Ead8VEZqCiOLhC3BaepoicgjtFMyg7rdBGkS1HXgYLYP1A9ZGQy73EIbipsEIViYT3b8obRJo1Wp/Qo4IB/zCCAfswHwYDVR0jBBgwFoAUPnQtH89FdQR+P8Cihz5MQ4NRE8YwHQYDVR0OBBYEFBAiEu2rqQQfrsfeyKCwDzd7MCeiMDsGA1UdEQQ0MDKCDiouYnV5Y3JhZnQubmV0ghIqLmRldi5idXljcmFmdC5uZXSCDGJ1eWNyYWZ0Lm5ldDAOBgNVHQ8BAf8EBAMCB4AwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMHkGA1UdHwRyMHAwNqA0oDKGMGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9DbG91ZEZsYXJlSW5jRUNDQ0EyLmNybDA2oDSgMoYwaHR0cDovL2NybDQuZGlnaWNlcnQuY29tL0Nsb3VkRmxhcmVJbmNFQ0NDQTIuY3JsMEwGA1UdIARFMEMwNwYJYIZIAYb9bAEBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNvbS9DUFMwCAYGZ4EMAQICMHYGCCsGAQUFBwEBBGowaDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQuY29tMEAGCCsGAQUFBzAChjRodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vQ2xvdWRGbGFyZUluY0VDQ0NBLTIuY3J0MAwGA1UdEwEB/wQCMAAwCgYIKoZIzj0EAwIDRwAwRAIgUvAdOQua64KRVREO1iVScRfQaqgKDlHOykTGGXBT2B8CIC0rvUGih3L5JEeosn+ZE4zuVgFWmdWAFC9VJj0qh+ax +MIIDozCCAougAwIBAgIQD/PmFjmqPRoSZfQfizTltjANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJJRTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYDVQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTE1MTAxNDEyMDAwMFoXDTIwMTAwOTEyMDAwMFowbzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRkwFwYDVQQKExBDbG91ZEZsYXJlLCBJbmMuMSAwHgYDVQQDExdDbG91ZEZsYXJlIEluYyBFQ0MgQ0EtMjBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABNFW9Jy25DGg9aRSz+Oaeob/8oayXsy1WcwRx07dZP1VnGDjoEvZeFT/SFC6ouGhWHWPx2A3RBZNVZns7tQzeiOjggEZMIIBFTASBgNVHRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB/wQEAwIBhjA0BggrBgEFBQcBAQQoMCYwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTA6BgNVHR8EMzAxMC+gLaArhilodHRwOi8vY3JsMy5kaWdpY2VydC5jb20vT21uaXJvb3QyMDI1LmNybDA9BgNVHSAENjA0MDIGBFUdIAAwKjAoBggrBgEFBQcCARYcaHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAdBgNVHQ4EFgQUPnQtH89FdQR+P8Cihz5MQ4NRE8YwHwYDVR0jBBgwFoAU5Z1ZMIJHWMys+ghUNoZ7OrUETfAwDQYJKoZIhvcNAQELBQADggEBADhfp//8hfJzMuTVo4mZlmCvMsEDs2Xfvh4DyqXthbKPr0uMc48qjKkADgEkF/fsUoV2yOUcecrDF4dQtgQzNp4qnhgXljISr0PMVxje28fYiCWD5coGJTH9vV1IO1EB3SwUx8FgUemVAdiyM1YOR2aNbM2v+YXZ6xxHR4g06PD6wqtPaU4JWdRXxszByOPmGcFYOFLi4oOF3iI03D+m968kvOBvwKtoLVLHawVXLEIbLUiHAwyQq0hIqSi+NIr7uu30YJkdFXgRqtltU39pKLy3ayB2f6BVA3F59WensKAKF1eyAKmtz/9njD4m5ackvMJvEOiJxnCl0h+A7Q0/JxM= +0 +TLSv1.2 diff --git a/plugins/BuycraftX/cache/0465ee5c155b9fa85422ad3b077a3bf5.1 b/plugins/BuycraftX/cache/0465ee5c155b9fa85422ad3b077a3bf5.1 new file mode 100644 index 0000000..1c95407 Binary files /dev/null and b/plugins/BuycraftX/cache/0465ee5c155b9fa85422ad3b077a3bf5.1 differ diff --git a/plugins/BuycraftX/cache/759bdaad37bb8682afb69800f79eceeb.0 b/plugins/BuycraftX/cache/759bdaad37bb8682afb69800f79eceeb.0 new file mode 100644 index 0000000..000ac9a --- /dev/null +++ b/plugins/BuycraftX/cache/759bdaad37bb8682afb69800f79eceeb.0 @@ -0,0 +1,26 @@ +https://plugin.buycraft.net/queue?limit=250&page=1 +GET +0 +HTTP/1.1 200 OK +14 +Date: Tue, 12 Sep 2017 22:20:58 GMT +Content-Type: application/json +Transfer-Encoding: chunked +Connection: keep-alive +Set-Cookie: __cfduid=d2dcd4afac4aecdc9a2e135f8dd371c381505254858; expires=Wed, 12-Sep-18 22:20:58 GMT; path=/; domain=.buycraft.net; HttpOnly +Cache-Control: private, must-revalidate +ETag: W/"a4371d3473e0383132c53f9b85d84b68416a29a2" +X-BC-Node: i-0178a046df9b36ceb d-B8P9S1EMO +Strict-Transport-Security: max-age=31536000; +Server: cloudflare-nginx +CF-RAY: 39d641d11b3d550a-ORD +Content-Encoding: gzip +OkHttp-Sent-Millis: 1505254858404 +OkHttp-Received-Millis: 1505254858548 + +TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 +2 +MIID0TCCA3igAwIBAgIQCeZgbFQlV5iKkhbg6kvA2TAKBggqhkjOPQQDAjBvMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xGTAXBgNVBAoTEENsb3VkRmxhcmUsIEluYy4xIDAeBgNVBAMTF0Nsb3VkRmxhcmUgSW5jIEVDQyBDQS0yMB4XDTE3MDQyNDAwMDAwMFoXDTE4MDQyNDEyMDAwMFowZDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRkwFwYDVQQKExBDbG91ZEZsYXJlLCBJbmMuMRUwEwYDVQQDEwxidXljcmFmdC5uZXQwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQjYRrul/Ead8VEZqCiOLhC3BaepoicgjtFMyg7rdBGkS1HXgYLYP1A9ZGQy73EIbipsEIViYT3b8obRJo1Wp/Qo4IB/zCCAfswHwYDVR0jBBgwFoAUPnQtH89FdQR+P8Cihz5MQ4NRE8YwHQYDVR0OBBYEFBAiEu2rqQQfrsfeyKCwDzd7MCeiMDsGA1UdEQQ0MDKCDiouYnV5Y3JhZnQubmV0ghIqLmRldi5idXljcmFmdC5uZXSCDGJ1eWNyYWZ0Lm5ldDAOBgNVHQ8BAf8EBAMCB4AwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMHkGA1UdHwRyMHAwNqA0oDKGMGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9DbG91ZEZsYXJlSW5jRUNDQ0EyLmNybDA2oDSgMoYwaHR0cDovL2NybDQuZGlnaWNlcnQuY29tL0Nsb3VkRmxhcmVJbmNFQ0NDQTIuY3JsMEwGA1UdIARFMEMwNwYJYIZIAYb9bAEBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNvbS9DUFMwCAYGZ4EMAQICMHYGCCsGAQUFBwEBBGowaDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQuY29tMEAGCCsGAQUFBzAChjRodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vQ2xvdWRGbGFyZUluY0VDQ0NBLTIuY3J0MAwGA1UdEwEB/wQCMAAwCgYIKoZIzj0EAwIDRwAwRAIgUvAdOQua64KRVREO1iVScRfQaqgKDlHOykTGGXBT2B8CIC0rvUGih3L5JEeosn+ZE4zuVgFWmdWAFC9VJj0qh+ax +MIIDozCCAougAwIBAgIQD/PmFjmqPRoSZfQfizTltjANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJJRTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYDVQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTE1MTAxNDEyMDAwMFoXDTIwMTAwOTEyMDAwMFowbzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRkwFwYDVQQKExBDbG91ZEZsYXJlLCBJbmMuMSAwHgYDVQQDExdDbG91ZEZsYXJlIEluYyBFQ0MgQ0EtMjBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABNFW9Jy25DGg9aRSz+Oaeob/8oayXsy1WcwRx07dZP1VnGDjoEvZeFT/SFC6ouGhWHWPx2A3RBZNVZns7tQzeiOjggEZMIIBFTASBgNVHRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB/wQEAwIBhjA0BggrBgEFBQcBAQQoMCYwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTA6BgNVHR8EMzAxMC+gLaArhilodHRwOi8vY3JsMy5kaWdpY2VydC5jb20vT21uaXJvb3QyMDI1LmNybDA9BgNVHSAENjA0MDIGBFUdIAAwKjAoBggrBgEFBQcCARYcaHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAdBgNVHQ4EFgQUPnQtH89FdQR+P8Cihz5MQ4NRE8YwHwYDVR0jBBgwFoAU5Z1ZMIJHWMys+ghUNoZ7OrUETfAwDQYJKoZIhvcNAQELBQADggEBADhfp//8hfJzMuTVo4mZlmCvMsEDs2Xfvh4DyqXthbKPr0uMc48qjKkADgEkF/fsUoV2yOUcecrDF4dQtgQzNp4qnhgXljISr0PMVxje28fYiCWD5coGJTH9vV1IO1EB3SwUx8FgUemVAdiyM1YOR2aNbM2v+YXZ6xxHR4g06PD6wqtPaU4JWdRXxszByOPmGcFYOFLi4oOF3iI03D+m968kvOBvwKtoLVLHawVXLEIbLUiHAwyQq0hIqSi+NIr7uu30YJkdFXgRqtltU39pKLy3ayB2f6BVA3F59WensKAKF1eyAKmtz/9njD4m5ackvMJvEOiJxnCl0h+A7Q0/JxM= +0 +TLSv1.2 diff --git a/plugins/BuycraftX/cache/759bdaad37bb8682afb69800f79eceeb.1 b/plugins/BuycraftX/cache/759bdaad37bb8682afb69800f79eceeb.1 new file mode 100644 index 0000000..b86f679 Binary files /dev/null and b/plugins/BuycraftX/cache/759bdaad37bb8682afb69800f79eceeb.1 differ diff --git a/plugins/BuycraftX/cache/7d92ed85c05e11bef7ea0ff8c3b58db0.0 b/plugins/BuycraftX/cache/7d92ed85c05e11bef7ea0ff8c3b58db0.0 new file mode 100644 index 0000000..72eb2b6 --- /dev/null +++ b/plugins/BuycraftX/cache/7d92ed85c05e11bef7ea0ff8c3b58db0.0 @@ -0,0 +1,26 @@ +https://plugin.buycraft.net/information +GET +0 +HTTP/1.1 200 OK +14 +Date: Sat, 09 Sep 2017 21:05:37 GMT +Content-Type: application/json +Transfer-Encoding: chunked +Connection: keep-alive +Set-Cookie: __cfduid=d5f2724625c29ae08bd6334cad5327c431504991137; expires=Sun, 09-Sep-18 21:05:37 GMT; path=/; domain=.buycraft.net; HttpOnly +Cache-Control: private, must-revalidate +ETag: W/"2611afe82e1e08624d8960f2e01e99d421d07c69" +X-BC-Node: i-0178a046df9b36ceb d-B375033JO +Strict-Transport-Security: max-age=31536000; +Server: cloudflare-nginx +CF-RAY: 39bd1b527d97555e-ORD +Content-Encoding: gzip +OkHttp-Sent-Millis: 1504991137660 +OkHttp-Received-Millis: 1504991137817 + +TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 +2 +MIID0TCCA3igAwIBAgIQCeZgbFQlV5iKkhbg6kvA2TAKBggqhkjOPQQDAjBvMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xGTAXBgNVBAoTEENsb3VkRmxhcmUsIEluYy4xIDAeBgNVBAMTF0Nsb3VkRmxhcmUgSW5jIEVDQyBDQS0yMB4XDTE3MDQyNDAwMDAwMFoXDTE4MDQyNDEyMDAwMFowZDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRkwFwYDVQQKExBDbG91ZEZsYXJlLCBJbmMuMRUwEwYDVQQDEwxidXljcmFmdC5uZXQwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQjYRrul/Ead8VEZqCiOLhC3BaepoicgjtFMyg7rdBGkS1HXgYLYP1A9ZGQy73EIbipsEIViYT3b8obRJo1Wp/Qo4IB/zCCAfswHwYDVR0jBBgwFoAUPnQtH89FdQR+P8Cihz5MQ4NRE8YwHQYDVR0OBBYEFBAiEu2rqQQfrsfeyKCwDzd7MCeiMDsGA1UdEQQ0MDKCDiouYnV5Y3JhZnQubmV0ghIqLmRldi5idXljcmFmdC5uZXSCDGJ1eWNyYWZ0Lm5ldDAOBgNVHQ8BAf8EBAMCB4AwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMHkGA1UdHwRyMHAwNqA0oDKGMGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9DbG91ZEZsYXJlSW5jRUNDQ0EyLmNybDA2oDSgMoYwaHR0cDovL2NybDQuZGlnaWNlcnQuY29tL0Nsb3VkRmxhcmVJbmNFQ0NDQTIuY3JsMEwGA1UdIARFMEMwNwYJYIZIAYb9bAEBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNvbS9DUFMwCAYGZ4EMAQICMHYGCCsGAQUFBwEBBGowaDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQuY29tMEAGCCsGAQUFBzAChjRodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vQ2xvdWRGbGFyZUluY0VDQ0NBLTIuY3J0MAwGA1UdEwEB/wQCMAAwCgYIKoZIzj0EAwIDRwAwRAIgUvAdOQua64KRVREO1iVScRfQaqgKDlHOykTGGXBT2B8CIC0rvUGih3L5JEeosn+ZE4zuVgFWmdWAFC9VJj0qh+ax +MIIDozCCAougAwIBAgIQD/PmFjmqPRoSZfQfizTltjANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJJRTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYDVQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTE1MTAxNDEyMDAwMFoXDTIwMTAwOTEyMDAwMFowbzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRkwFwYDVQQKExBDbG91ZEZsYXJlLCBJbmMuMSAwHgYDVQQDExdDbG91ZEZsYXJlIEluYyBFQ0MgQ0EtMjBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABNFW9Jy25DGg9aRSz+Oaeob/8oayXsy1WcwRx07dZP1VnGDjoEvZeFT/SFC6ouGhWHWPx2A3RBZNVZns7tQzeiOjggEZMIIBFTASBgNVHRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB/wQEAwIBhjA0BggrBgEFBQcBAQQoMCYwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTA6BgNVHR8EMzAxMC+gLaArhilodHRwOi8vY3JsMy5kaWdpY2VydC5jb20vT21uaXJvb3QyMDI1LmNybDA9BgNVHSAENjA0MDIGBFUdIAAwKjAoBggrBgEFBQcCARYcaHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAdBgNVHQ4EFgQUPnQtH89FdQR+P8Cihz5MQ4NRE8YwHwYDVR0jBBgwFoAU5Z1ZMIJHWMys+ghUNoZ7OrUETfAwDQYJKoZIhvcNAQELBQADggEBADhfp//8hfJzMuTVo4mZlmCvMsEDs2Xfvh4DyqXthbKPr0uMc48qjKkADgEkF/fsUoV2yOUcecrDF4dQtgQzNp4qnhgXljISr0PMVxje28fYiCWD5coGJTH9vV1IO1EB3SwUx8FgUemVAdiyM1YOR2aNbM2v+YXZ6xxHR4g06PD6wqtPaU4JWdRXxszByOPmGcFYOFLi4oOF3iI03D+m968kvOBvwKtoLVLHawVXLEIbLUiHAwyQq0hIqSi+NIr7uu30YJkdFXgRqtltU39pKLy3ayB2f6BVA3F59WensKAKF1eyAKmtz/9njD4m5ackvMJvEOiJxnCl0h+A7Q0/JxM= +0 +TLSv1.2 diff --git a/plugins/BuycraftX/cache/7d92ed85c05e11bef7ea0ff8c3b58db0.1 b/plugins/BuycraftX/cache/7d92ed85c05e11bef7ea0ff8c3b58db0.1 new file mode 100644 index 0000000..c77fe96 Binary files /dev/null and b/plugins/BuycraftX/cache/7d92ed85c05e11bef7ea0ff8c3b58db0.1 differ diff --git a/plugins/BuycraftX/cache/journal b/plugins/BuycraftX/cache/journal new file mode 100644 index 0000000..73e355d --- /dev/null +++ b/plugins/BuycraftX/cache/journal @@ -0,0 +1,3954 @@ +libcore.io.DiskLruCache +1 +201105 +2 + +CLEAN 1ee6596e70cb624256c8e0c3ba09c242 430 145977 +CLEAN 7d92ed85c05e11bef7ea0ff8c3b58db0 3263 192 +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 7d92ed85c05e11bef7ea0ff8c3b58db0 +DIRTY 7d92ed85c05e11bef7ea0ff8c3b58db0 +CLEAN 7d92ed85c05e11bef7ea0ff8c3b58db0 3263 192 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 7d92ed85c05e11bef7ea0ff8c3b58db0 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +READ 759bdaad37bb8682afb69800f79eceeb +DIRTY 759bdaad37bb8682afb69800f79eceeb +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 +READ 0465ee5c155b9fa85422ad3b077a3bf5 +DIRTY 0465ee5c155b9fa85422ad3b077a3bf5 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 diff --git a/plugins/BuycraftX/cache/journal.tmp b/plugins/BuycraftX/cache/journal.tmp new file mode 100644 index 0000000..47b39d6 --- /dev/null +++ b/plugins/BuycraftX/cache/journal.tmp @@ -0,0 +1,9 @@ +libcore.io.DiskLruCache +1 +201105 +2 + +CLEAN 1ee6596e70cb624256c8e0c3ba09c242 430 145977 +CLEAN 7d92ed85c05e11bef7ea0ff8c3b58db0 3263 192 +CLEAN 0465ee5c155b9fa85422ad3b077a3bf5 3259 177 +CLEAN 759bdaad37bb8682afb69800f79eceeb 3274 96 diff --git a/plugins/BuycraftX/config.properties b/plugins/BuycraftX/config.properties new file mode 100644 index 0000000..6c7ec97 --- /dev/null +++ b/plugins/BuycraftX/config.properties @@ -0,0 +1,7 @@ +#BuycraftX configuration file +#Tue Jan 03 16:55:18 EST 2017 +server-key=be73d6690e1cc968bb1156e4b72ce3b8103c845b +disable-buy-command=false +check-for-updates=true +buy-command-name=buy +is-bungeecord=false diff --git a/plugins/BuycraftX/purchase_signs.json b/plugins/BuycraftX/purchase_signs.json new file mode 100644 index 0000000..a06935a --- /dev/null +++ b/plugins/BuycraftX/purchase_signs.json @@ -0,0 +1 @@ +{"signs":[]} \ No newline at end of file diff --git a/plugins/BuycraftX/sign_layouts/buynow.txt b/plugins/BuycraftX/sign_layouts/buynow.txt new file mode 100644 index 0000000..3d79a23 --- /dev/null +++ b/plugins/BuycraftX/sign_layouts/buynow.txt @@ -0,0 +1,3 @@ +&9[Package] +%name% +%price% \ No newline at end of file diff --git a/plugins/BuycraftX/sign_layouts/recentpurchase.txt b/plugins/BuycraftX/sign_layouts/recentpurchase.txt new file mode 100644 index 0000000..a2a7118 --- /dev/null +++ b/plugins/BuycraftX/sign_layouts/recentpurchase.txt @@ -0,0 +1,3 @@ + +%player% +%amount% diff --git a/plugins/ChestCommands.jar b/plugins/ChestCommands.jar new file mode 100644 index 0000000..bcb0cac Binary files /dev/null and b/plugins/ChestCommands.jar differ diff --git a/plugins/ChestCommands/config.yml b/plugins/ChestCommands/config.yml new file mode 100644 index 0000000..8f8e464 --- /dev/null +++ b/plugins/ChestCommands/config.yml @@ -0,0 +1,11 @@ +# ChestCommands configuration file. +# Tutorial: http://dev.bukkit.org/bukkit-plugins/chest-commands + +default-color: + name: '&f' + lore: '&7' +multiple-commands-separator: ; +use-only-commands-without-args: true +update-notifications: false +use-console-colors: true +anti-click-spam-delay: 200 diff --git a/plugins/ChestCommands/lang.yml b/plugins/ChestCommands/lang.yml new file mode 100644 index 0000000..94766de --- /dev/null +++ b/plugins/ChestCommands/lang.yml @@ -0,0 +1,11 @@ +no-points: '&cYou need {points} player points for this.' +no-open-permission: '&cYou don''t have permission &e{permission} &cto use this menu.' +default-no-icon-permission: '&cYou don''t have permission for this icon.' +open-menu: '&aOpening the menu "{menu}".' +no-exp: '&cYou need {levels} XP levels for this.' +menu-not-found: '&cMenu not found! Please inform the staff.' +no-money: '&cYou need {money}$ for this.' +no-required-item: '&cYou must have &e{amount}x {material} &c(ID: {id}, data value: + {datavalue}) for this.' +open-menu-others: '&aOpening the menu "{menu}" to {player}.' +any: any diff --git a/plugins/ChestCommands/menu/Navigator.yml b/plugins/ChestCommands/menu/Navigator.yml new file mode 100644 index 0000000..a0b63ec --- /dev/null +++ b/plugins/ChestCommands/menu/Navigator.yml @@ -0,0 +1,97 @@ +###################### +#+ +# +# MENU SETTINGS # +#+ +# +###################### + +menu-settings: + + # name - appears as the title - REQUIRED + name: '&1Navigate' + + # rows - the number of rows of the chest - REQUIRED + rows: 1 + + # command - OPTIONAL (you can remove this or set it to '') + # Bind multiple commands using ; (command: 'menu; m; me') + command: 'menu' + + # This command command will be execute when the menu is opened. + # Supports all the icon command types. + open-action: 'sound: BLOCK_NOTE_HARP ;' + + # open-with-item - OPTIONAL + # The menu will open only right-clicking with orange wool [35:1] + open-with-item: + id: 345 + left-click: true + right-click: true + + +###################### +#+ +# +# ITEMS # +#+ +# +###################### + + +spawncmd: + COMMAND: 'hub' + NAME: '&fHub' + ID: 160 + POSITION-X: 1 + POSITION-Y: 1 + + +survival: + COMMAND: 'console: tp {player} -22 191 -48' + NAME: '&aSurvival' + ID: 160 + DATA-VALUE: 5 + POSITION-X: 2 + POSITION-Y: 1 + + +creative: + COMMAND: 'console: tp {player} -22 191 26' + NAME: '&9Creative' + ID: 160 + DATA-VALUE: 3 + POSITION-X: 3 + POSITION-Y: 1 + + +factions: + COMMAND: 'console: tp {player} -50 191 -11' + NAME: '&cFactions' + ID: 160 + DATA-VALUE: 14 + POSITION-X: 4 + POSITION-Y: 1 + + +skyblock: + COMMAND: 'console: tp {player} 20 191 26' + NAME: '&eSkyBlock' + ID: 160 + DATA-VALUE: 4 + POSITION-X: 5 + POSITION-Y: 1 + + +gwars: + COMMAND: 'console: tp {player} 20 191 -48' + NAME: '&6gWars' + ID: 160 + DATA-VALUE: 1 + POSITION-X: 6 + POSITION-Y: 1 + + +moddesd: + COMMAND: 'console: tp {player} 17 191 -10' + NAME: '&7Minigames' + ID: 160 + DATA-VALUE: 7 + POSITION-X: 7 + POSITION-Y: 1 \ No newline at end of file diff --git a/plugins/ChestCommands/placeholders.yml b/plugins/ChestCommands/placeholders.yml new file mode 100644 index 0000000..839ce68 --- /dev/null +++ b/plugins/ChestCommands/placeholders.yml @@ -0,0 +1,21 @@ +# +# This is the configuration file for static placeholders. +# Dynamic placeholders are {online}, {max_players}, ... +# Static placeholders are symbols. +# +# List of unicode symbols: http://www.fileformat.info/info/unicode/index.htm +# +<3: \u2764 +[*]: \u2605 +[**]: \u2739 +[p]: \u2022 +[v]: \u2714 +[+]: \u25C6 +[++]: \u2726 +[x]: \u2588 +[/]: \u258C +[cross]: \u2720 +[arrow_right]: \u27A1 +[arrow_left]: \u2B05 +[arrow_up]: \u2B06 +[arrow_down]:\u2B07 \ No newline at end of file diff --git a/plugins/CrackShot.jar b/plugins/CrackShot.jar new file mode 100644 index 0000000..d4e6ec1 Binary files /dev/null and b/plugins/CrackShot.jar differ diff --git a/plugins/CrackShot/general.yml b/plugins/CrackShot/general.yml new file mode 100644 index 0000000..f9f9b77 --- /dev/null +++ b/plugins/CrackShot/general.yml @@ -0,0 +1,41 @@ +#Visit the Complete Guide to CrackShot for information on everything in the configuration. +#https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot + +#Use this node to completely disable CrackShot in certain worlds. Example usage: +# +#Disabled_Worlds: +# - world_nether +# - world_the_end +# - world_foldername +# +#"Disabled_Worlds: []" means the list is empty. Change it to "Disabled_Worlds:" before listing worlds. +#Remember not to use any tabs. The spacing must also be correct. +Disabled_Worlds: [] + +#Use this module to limit the amount of weapons a player can have in the hot bar. +#If the specified amount is exceeded, the weapon cannot be used. Example usage: +# +#Inventory_Control: +# Group_Primary: +# Limit: 2 +# Group_BlaBlaBla: +# Limit: 2 +# Whatever_Name_You_Want: +# Limit: 2 +# +#You can create as many groups as you want. Messages and sounds are optional. +#Enforce these limits using the Inventory_Control node in the weapon's Item_Information module. +#The example below is used for the default weapon Bazooka. +Inventory_Control: + Group_Bazookas: + Limit: 1 + Message_Exceeded: "&e[IC] &bYou cannot have more than one Bazooka in the hot bar!" + Sounds_Exceeded: LAVA_POP-1-1-0 + +#A merged reload refers to the act of reloading multiple weapons in the same slot. +#Set "Disable" to true if you wish to prevent players from doing this. +#Messages and sounds are optional. +Merged_Reload: + Disable: false + Message_Denied: "&eYou cannot reload slots that contain more than one weapon!" + Sounds_Denied: VILLAGER_NO-1-1-0 \ No newline at end of file diff --git a/plugins/CrackShot/messages.yml b/plugins/CrackShot/messages.yml new file mode 100644 index 0000000..29d5b61 --- /dev/null +++ b/plugins/CrackShot/messages.yml @@ -0,0 +1,32 @@ +#Visit the Complete Guide to CrackShot for information on everything in the configuration. +#https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot + +#These are the messages most likely to be seen by the ordinary, non-administrative player. +#Feel free to customize them to your liking. +# +#Notes: +# - Some messages use special variables, such as "", "" and "". +# They represent numbers, weapon names and the multiplication sign. +# - It is good practice to surround all messages with quotes ("). +# - To completely hide a message, provide an empty message. (i.e. Store_Created: "") +# - Color codes are not supported. + +#Permission-related messages. +NP_Weapon_Use: "You do not have permission to use this." +NP_Weapon_Craft: "You do not have permission to craft this." +NP_Store_Create: "You do not have permission to create this store." +NP_Store_Purchase: "You do not have permission to purchase this item." + +#Store-related messages. +Store_Created: "Store successfully created!" +Store_Cannot_Afford: "You cannot afford to purchase this item." +Store_Items_Needed: "You need ." +Store_Purchased: "Item purchased - " + +#The message displayed when the reload command is used on a weapon that cannot be reloaded. +#Not to be confused with "/shot config reload", which reloads the configuration. +Cannot_Reload: "This weapon cannot be reloaded." + +#The message displayed when a player receives a weapon given with the give command. +#The command in question has the format "/shot give <#>". +Weapon_Received: "Package received - " \ No newline at end of file diff --git a/plugins/CrackShot/weapons/defaultAttachments.yml b/plugins/CrackShot/weapons/defaultAttachments.yml new file mode 100644 index 0000000..ef73727 --- /dev/null +++ b/plugins/CrackShot/weapons/defaultAttachments.yml @@ -0,0 +1,54 @@ +M320: + Item_Information: + Attachments: + Type: accessory + Toggle_Delay: 5 + Sounds_Toggle: NOTE_STICKS-1-2-0 + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Recoil_Amount: 2 + Projectile_Amount: 1 + Projectile_Type: egg + Projectile_Speed: 20 + Projectile_Damage: 1 + Sounds_Shoot: EXPLODE-1-2-0 + Sneak: + Enable: true + No_Recoil: true + Reload: + Enable: true + Reload_Amount: 1 + Reload_Duration: 45 + Sounds_Reloading: PISTON_EXTEND-1-1-10,SKELETON_WALK-1-0-20,PISTON_RETRACT-1-1-35 + Particles: + Enable: true + Particle_Impact_Anything: BLOCK_BREAK-24 + Explosions: + Enable: true + Damage_Multiplier: 10 + Explosion_No_Grief: true + Explosion_Radius: 5 + On_Impact_With_Anything: true + Projectile_Activation_Time: 5 + Sounds_Shooter: SHOOT_ARROW-2-2-0 + +Tactical_Knife: + Item_Information: + Item_Name: "&eTactical Knife" + Item_Type: 288 + Item_Lore: "&eA melee attachment.|&eNot intended for standalone use." + Melee_Mode: true + Sounds_Acquired: SHOOT_ARROW-1-0-0 + Hidden_From_List: true + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Delay_Between_Shots: 20 + Projectile_Damage: 40 + Particles: + Enable: true + Particle_Hit: BLOCK_BREAK-55 + Hit_Events: + Enable: true + Sounds_Shooter: SHOOT_ARROW-1-0-0,SLIME_WALK-1-1-1 \ No newline at end of file diff --git a/plugins/CrackShot/weapons/defaultExplosives.yml b/plugins/CrackShot/weapons/defaultExplosives.yml new file mode 100644 index 0000000..a7a6b65 --- /dev/null +++ b/plugins/CrackShot/weapons/defaultExplosives.yml @@ -0,0 +1,232 @@ +CocoPops: + Item_Information: + Item_Name: "&eCocoPops" + Item_Type: 351~3 + Item_Lore: "&eA cluster bomb that releases|&e10 bomblets upon detonation." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Remove_Unused_Tag: true + Shooting: + Right_Click_To_Shoot: true + Cancel_Right_Click_Interactions: true + Projectile_Amount: 1 + Projectile_Type: grenade + Projectile_Subtype: 351~3 + Projectile_Speed: 12 + Sounds_Projectile: EAT-2-1-28,EAT-2-1-32,EAT-2-1-36 + Sounds_Shoot: FIRE_IGNITE-2-0-0 + Cluster_Bombs: + Enable: true + Bomblet_Type: 362 + Delay_Before_Split: 40 + Number_Of_Splits: 1 + Number_Of_Bomblets: 10 + Speed_Of_Bomblets: 8 + Delay_Before_Detonation: 40 + Detonation_Delay_Variation: 10 + Particle_Release: BLOCK_BREAK-127 + Sounds_Release: BURP-2-1-0 + Explosions: + Enable: true + Damage_Multiplier: 25 + Explosion_No_Grief: true + Explosion_Radius: 4 + Sounds_Explode: ITEM_PICKUP-2-1-0 + Extras: + One_Time_Use: true + +Trinket: + Item_Information: + Item_Name: "&eTrinket" + Item_Type: 264 + Item_Lore: "&eLeft-click to set the owner.|&eExplodes when:|&e- picked up|&e- shot out of a dispenser|&e- a chest containing this item is opened|&e- placed in an item frame, and nearby|&e ...pressure plates are stepped on.|&e&oOwners cannot trigger their own traps." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Explosive_Devices: + Enable: true + Device_Type: trap + Device_Info: true-true-true-false-false + Sounds_Deploy: ITEM_PICKUP-2-0-0 + Message_Trigger_Placer: "&e has triggered your booby trap!" + Message_Trigger_Victim: "&eYou have triggered 's booby trap!" + Sounds_Trigger: SHEEP_IDLE-2-1-0 + Explosions: + Enable: true + Damage_Multiplier: 50 + Explosion_No_Grief: true + Enable_Owner_Immunity: true + Explosion_Radius: 5 + Explosion_Potion_Effect: POISON-100-2,HUNGER-100-2 + Explosion_Delay: 10 + Sounds_Explode: WITHER_SHOOT-2-2-0 + +Putty: + Item_Information: + Item_Name: "&ePutty" + Item_Type: 404 + Item_Lore: "&eRemote explosives.|&eRight click to throw.|&eLeft click to detonate." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Explosive_Devices: + Enable: true + Device_Type: itembomb + Device_Info: 2,10,159,159~14 + Sounds_Deploy: SHOOT_ARROW-1-0-0 + Sounds_Alert_Placer: CLICK-1-1-0 + Sounds_Trigger: SHEEP_SHEAR-1-2-0 + Explosions: + Enable: true + Explosion_No_Grief: true + Explosion_Radius: 5 + Explosion_Delay: 16 + Sounds_Explode: ZOMBIE_WOOD-2-0-0 + +C4: + Item_Information: + Item_Name: "&eC4" + Item_Type: 69 + Item_Lore: "&eRemote explosives.|&eRight click to place.|&eLeft click to detonate." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Shooting: + Cancel_Left_Click_Block_Damage: true +# Ammo: +# Enable: true +# Ammo_Item_ID: 46 +# Take_Ammo_Per_Shot: true + Explosive_Devices: + Enable: true + Device_Type: remote + Device_Info: 2-1A-TheStabbyBunny + Sounds_Deploy: CHICKEN_EGG_POP-1-1-0 + Message_Disarm: "&eYou have disarmed an explosive device." + Message_Trigger_Placer: "&e has set off your C4!" + Message_Trigger_Victim: "&eYou have set off 's C4!" + Sounds_Alert_Placer: CLICK-1-1-0 + Sounds_Trigger: SHEEP_SHEAR-1-1-0 + Explosions: + Enable: true + Explosion_No_Grief: true + Explosion_Radius: 6 + Explosion_Delay: 16 + Sounds_Explode: ZOMBIE_WOOD-2-0-0 +# Extras: +# One_Time_Use: true + +Airstrike: + Item_Information: + Item_Name: "&eHarrier Strike" + Item_Type: 76 + Item_Lore: "&eCalls in an airstrike at the|&eposition of the thrown flare." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Remove_Unused_Tag: true + Shooting: + Right_Click_To_Shoot: true + Cancel_Right_Click_Interactions: true + Projectile_Amount: 1 + Projectile_Type: flare + Projectile_Subtype: 76 + Projectile_Speed: 10 + Sounds_Shoot: FIRE_IGNITE-2-0-0,FIZZ-2-0-0 + Airstrikes: + Enable: true + Flare_Activation_Delay: 60 + Particle_Call_Airstrike: lightning + Message_Call_Airstrike: "&eFriendly airstrike on the way." + Block_Type: 85 + Area: 4 + Distance_Between_Bombs: 4 + Height_Dropped: 90 + Vertical_Variation: 10 + Horizontal_Variation: 10 + Multiple_Strikes: + Enable: true + Number_Of_Strikes: 3 + Delay_Between_Strikes: 20 + Sounds_Airstrike: ENDERMAN_STARE-2-2-0 + Explosions: + Enable: true + Explosion_No_Grief: true + Explosion_Radius: 4 + Sounds_Explode: ENDERDRAGON_HIT-2-2-0 + Extras: + One_Time_Use: true + +Grenade: + Item_Information: + Item_Name: "&eFrag Grenade" + Item_Type: 402 + Item_Lore: "&eExplodes three seconds after launch." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Remove_Unused_Tag: true + Shooting: + Right_Click_To_Shoot: true + Cancel_Right_Click_Interactions: true + Delay_Between_Shots: 10 + Projectile_Amount: 1 + Projectile_Type: grenade + Projectile_Subtype: 46 + Projectile_Speed: 10 + Sounds_Shoot: SHOOT_ARROW-2-0-0 + Explosions: + Enable: true + Explosion_No_Grief: true + Explosion_Radius: 4 + Explosion_Delay: 60 + Extras: + One_Time_Use: true + +Flashbang: + Item_Information: + Item_Name: "&eFlashbang" + Item_Type: 351~8 + Item_Lore: "&eDisorientates the target upon detonation." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Remove_Unused_Tag: true + Shooting: + Right_Click_To_Shoot: true + Cancel_Right_Click_Interactions: true + Delay_Between_Shots: 10 + Projectile_Amount: 1 + Projectile_Type: grenade + Projectile_Subtype: 351~8 + Projectile_Speed: 10 + Sounds_Shoot: SHOOT_ARROW-2-0-0 + Explosions: + Enable: true + Explosion_No_Grief: true + Explosion_No_Damage: true + Explosion_Radius: 6 + Explosion_Potion_Effect: BLINDNESS-120-1,SLOW-120-1 + Explosion_Delay: 20 + Sounds_Victim: LEVEL_UP-1-0-0 + Sounds_Explode: ANVIL_LAND-2-1-0 + Extras: + One_Time_Use: true + +Toaster: + Item_Information: + Item_Name: "&eToaster" + Item_Type: 343 + Item_Lore: "&eAnti-personnel mine.|&eTriggers a fiery explosion when:|&e- walked into by mobs or players|&e- struck with fists or items|&e- shot by projectiles" + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Remove_Unused_Tag: true + Shooting: + Right_Click_To_Shoot: true + Cancel_Right_Click_Interactions: true + Explosive_Devices: + Enable: true + Device_Type: landmine + Device_Info: 46,MINECART + Sounds_Deploy: ORB_PICKUP-2-2-0 + Message_Trigger_Placer: "&e has triggered your mine!" + Message_Trigger_Victim: "&eYou have triggered 's mine!" + Sounds_Trigger: ITEM_BREAK-2-1-0,ZOMBIE_UNFECT-2-2-0 + Explosions: + Enable: true + Ignite_Victims: 120 + Explosion_No_Grief: true + Explosion_Radius: 4 + Explosion_Delay: 16 + Sounds_Explode: FIRE-2-0-0,ZOMBIE_METAL-2-0-0 + Extras: + One_Time_Use: true \ No newline at end of file diff --git a/plugins/CrackShot/weapons/defaultWeapons.yml b/plugins/CrackShot/weapons/defaultWeapons.yml new file mode 100644 index 0000000..56db681 --- /dev/null +++ b/plugins/CrackShot/weapons/defaultWeapons.yml @@ -0,0 +1,430 @@ +Gauss: + Item_Information: + Item_Name: "&eGauss Shotgun" + Item_Type: 417 + Item_Lore: "&eAdvanced pump-action shotgun.|&eFires metal slugs that penetrate|&eall targets within 40 blocks.|&eDeals 200% damage to Zombies." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Projectile_Amount: 1 + Projectile_Type: energy + Projectile_Subtype: 40-1-NONE-0 + Projectile_Damage: 12 + Sounds_Shoot: WITHER_SHOOT-1-2-0,EXPLODE-1-2-0 + Reload: + Enable: true + Reload_Amount: 8 + Reload_Bullets_Individually: true + Reload_Duration: 10 + Sounds_Reloading: IRONGOLEM_THROW-1-2-0 + Firearm_Action: + Type: pump + Open_Duration: 12 + Close_Duration: 3 + Sound_Open: PISTON_EXTEND-1-2-0 + Sound_Close: PISTON_EXTEND-1-2-0 + Abilities: + Reset_Hit_Cooldown: true + Super_Effective: ZOMBIE-2 + Particles: + Enable: true + Particle_Player_Shoot: BLOCK_BREAK-57 + Hit_Events: + Enable: true + Sounds_Shooter: SHOOT_ARROW-1-2-0 + +Carbine: + Item_Information: + Item_Name: "&eCarbine" + Item_Type: 417 + Item_Lore: "&eDeals crits with a 10% chance.|&eSwitch to the grenade launcher|&ewith right click. Fired grenades|&earm themselves in 0.25 seconds." + Attachments: + Type: main + Info: "M320" + Toggle_Delay: 5 + Sounds_Toggle: NOTE_STICKS-1-2-0 + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Delay_Between_Shots: 3 + Recoil_Amount: 1 + Projectile_Amount: 1 + Projectile_Type: snowball + Projectile_Speed: 40 + Projectile_Damage: 4 + Bullet_Spread: 0.5 + Sounds_Shoot: BLAZE_HIT-1-2-0,ZOMBIE_WOOD-1-2-0 + Sneak: + Enable: true + No_Recoil: true + Bullet_Spread: 0.4 + Reload: + Enable: true + Reload_Amount: 8 + Reload_Duration: 30 + Sounds_Reloading: SKELETON_IDLE-1-0-0,FIRE_IGNITE-1-1-14,DOOR_OPEN-1-2-16,FIRE_IGNITE-1-1-26,HURT_FLESH-1-0-27,DOOR_CLOSE-1-2-28 + Firearm_Action: + Type: slide + Close_Duration: 8 + Sound_Close: CLICK-1-1-0 + Abilities: + Reset_Hit_Cooldown: true + Particles: + Enable: true + Particle_Impact_Anything: BLOCK_BREAK-80 + Particle_Critical: BLOCK_BREAK-55 + Hit_Events: + Enable: true + Sounds_Shooter: SHOOT_ARROW-1-2-0 + Critical_Hits: + Enable: true + Bonus_Damage: 2 + Chance: 10 + Sounds_Shooter: ORB_PICKUP-1-2-0 + +Deagle: + Item_Information: + Item_Name: "&eDesert Eagle" + Item_Type: 417 + Item_Lore: "&eDual pistols.|&eLeft/right click to shoot.|&eShoot enemies in the back|&efor bonus backstab damage." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Shooting: + Dual_Wield: true + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Delay_Between_Shots: 2 + Recoil_Amount: 2 + Projectile_Amount: 1 + Projectile_Type: egg + Projectile_Speed: 40 + Projectile_Damage: 4 + Bullet_Spread: 1 + Sounds_Shoot: ZOMBIE_WOOD-1-2-0,ZOMBIE_WOOD-1-0-0 + Sneak: + Enable: true + No_Recoil: true + Bullet_Spread: 0.75 + Reload: + Enable: true + Reload_Amount: 7 + Reload_Duration: 40 + Sounds_Out_Of_Ammo: CLICK-1-1-0 + Sounds_Reloading: DOOR_OPEN-1-2-4,DOOR_OPEN-1-2-8,DOOR_CLOSE-1-2-23,DOOR_CLOSE-1-2-38 + Dual_Wield: + Single_Reload_Duration: 25 + Sounds_Single_Reload: DOOR_OPEN-1-2-4,DOOR_CLOSE-1-2-23 + Sounds_Shoot_With_No_Ammo: CLICK-1-2-0 + Abilities: + Reset_Hit_Cooldown: true + Backstab: + Enable: true + Bonus_Damage: 2 + Sounds_Shooter: ORB_PICKUP-1-2-0 + Particles: + Enable: true + Particle_Backstab: BLOCK_BREAK-55 + Hit_Events: + Enable: true + Sounds_Shooter: SHOOT_ARROW-1-2-0 + +Bazooka: + Item_Information: + Item_Name: "&eBazooka" + Item_Type: 417 + Item_Lore: "&eRocket launcher.|&eFire down at your|&efeet to rocket-jump.|&eNegates fall damage." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Inventory_Control: Group_Bazookas + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Recoil_Amount: 2 + Projectile_Amount: 1 + Projectile_Type: fireball + Projectile_Speed: 10 + Sounds_Shoot: ZOMBIE_WOOD-1-0-0,FIZZ-1-1-0 + Sneak: + Enable: true + No_Recoil: true + Abilities: + No_Fall_Damage: true + Reload: + Enable: true + Reload_Amount: 1 + Reload_Duration: 55 + Sounds_Reloading: SKELETON_IDLE-1-0-10,PISTON_EXTEND-1-0-28,SKELETON_WALK-1-0-48 + Particles: + Enable: true + Particle_Player_Shoot: BLOCK_BREAK-35 + Shrapnel: + Enable: true + Block_Type: 77 + Amount: 14 + Speed: 7 + Explosions: + Enable: true + Knockback: 5 + Damage_Multiplier: 10 + Explosion_No_Grief: true + Explosion_Radius: 6 + Sounds_Shooter: SHOOT_ARROW-1-2-0 + +Python: + Item_Information: + Item_Name: "&ePython &l/&e Knife" + Item_Type: 417 + Item_Lore: "&eRevolver with high power.|&eLeft click to melee enemies|&ewith the tactical knife." + Melee_Attachment: Tactical_Knife + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Shooting: + Right_Click_To_Shoot: true + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Delay_Between_Shots: 2 + Projectile_Amount: 1 + Projectile_Type: snowball + Projectile_Speed: 40 + Projectile_Damage: 6 + Bullet_Spread: 0.5 + Sounds_Shoot: IRONGOLEM_HIT-1-2-0,ZOMBIE_METAL-1-2-0 + Reload: + Enable: true + Reload_Amount: 6 + Reload_Duration: 35 + Sounds_Reloading: LEVEL_UP-1-1-10,FIRE_IGNITE-1-2-28 + Firearm_Action: + Type: revolver + Open_Duration: 5 + Close_Duration: 5 + Sound_Open: DOOR_OPEN-1-2-0 + Sound_Close: DOOR_CLOSE-1-2-0 + Abilities: + Reset_Hit_Cooldown: true + Hit_Events: + Enable: true + Sounds_Shooter: SHOOT_ARROW-1-2-0 + +Riotshield: + Item_Information: + Item_Name: "&eRiot Shield" + Item_Type: 267 + Item_Lore: "&eHold right-click to raise the shield.|&eBlocks all melee and ranged attacks.|&eIneffective against attacks from behind." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Remove_Unused_Tag: true + Riot_Shield: + Enable: true + Durability_Loss_Per_Hit: 10 + Sounds_Blocked: GLASS-2-2-0 + Sounds_Break: ITEM_BREAK-2-1-0 + +Olympia: + Item_Information: + Item_Name: "&eOlympia" + Item_Type: 417 + Item_Lore: "&eDouble-barreled shotgun.|&eDeadly at close range.|&eIneffective at longer ranges.|&eFires incendiary ammo." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Delay_Between_Shots: 3 + Recoil_Amount: 5 + Projectile_Amount: 8 + Projectile_Type: egg + Removal_Or_Drag_Delay: 4-false + Projectile_Speed: 30 + Projectile_Damage: 5 + Projectile_Flames: true + Projectile_Incendiary: + Enable: true + Duration: 80 + Bullet_Spread: 1 + Reset_Fall_Distance: true + Sounds_Shoot: ZOMBIE_WOOD-1-1-0,EXPLODE-1-2-0,GHAST_FIREBALL-1-1-0 + Sneak: + Enable: true + No_Recoil: true + Bullet_Spread: 1 + Reload: + Enable: true + Reload_Amount: 2 + Reload_Bullets_Individually: true + Reload_Duration: 15 + Sounds_Reloading: NOTE_STICKS-1-1-0,NOTE_SNARE_DRUM-1-6-1 + Firearm_Action: + Type: break + Open_Duration: 10 + Close_Duration: 15 + Sound_Open: DOOR_OPEN-1-2-0 + Sound_Close: DOOR_CLOSE-1-2-0 + Abilities: + Reset_Hit_Cooldown: true + No_Fall_Damage: true + Hit_Events: + Enable: true + Sounds_Shooter: SHOOT_ARROW-1-2-0 + Damage_Based_On_Flight_Time: + Enable: true + Bonus_Damage_Per_Tick: -1 + Maximum_Damage: -4 + Particles: + Enable: true + Particle_Player_Shoot: FLAMES-1 + Particle_Impact_Anything: BLOCK_BREAK-51 + +Hunting: + Item_Information: + Item_Name: "&eHunting Rifle" + Item_Type: 417 + Item_Lore: "&eBolt-action rifle with high accuracy.|&eEquipped with a night vision scope.|&eDeals double damage on headshots." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Projectile_Amount: 1 + Projectile_Type: snowball + Projectile_Speed: 1000 + Projectile_Damage: 12 + Sounds_Shoot: BLAZE_HIT-1-1-0,EXPLODE-1-2-0 + Custom_Death_Message: + Normal: "&e was sniped by 's Hunting Rifle!" + Reload: + Enable: true + Starting_Amount: 0 + Reload_Amount: 5 + Reload_Bullets_Individually: true + Reload_Duration: 10 + Sounds_Reloading: NOTE_STICKS-1-1-0 + Firearm_Action: + Type: bolt + Open_Duration: 8 + Close_Duration: 7 + Close_Shoot_Delay: 6 + Sound_Open: NOTE_STICKS-1-0-0,PISTON_RETRACT-1-2-2 + Sound_Close: PISTON_EXTEND-1-2-0 + Headshot: + Enable: true + Bonus_Damage: 12 + Sounds_Shooter: NOTE_PLING-1-2-0 + Sounds_Victim: HURT-1-1-0 + Abilities: + Reset_Hit_Cooldown: true + Knockback: 3 + Particles: + Enable: true + Particle_Player_Shoot: BLOCK_BREAK-1 + Particle_Terrain: true + Fireworks: + Enable: true + Firework_Headshot: STAR-TRUE-TRUE-250-0-0 + Scope: + Enable: true + Night_Vision: true + Zoom_Amount: 5 + Sounds_Toggle_Zoom: NOTE_STICKS-1-2-0 + Hit_Events: + Enable: true + Sounds_Shooter: SHOOT_ARROW-1-2-0 + +Type95: + Item_Information: + Item_Name: "&eType 95" + Item_Type: 417 + Item_Lore: "&eSemi-automatic with three round burst fire.|&eGhast Tears are required for reloads." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + SignShops: + Enable: true + Price: 266-10 + Sign_Gun_ID: 95 + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Delay_Between_Shots: 7 + Recoil_Amount: 1 + Projectile_Amount: 1 + Projectile_Type: snowball + Projectile_Speed: 40 + Projectile_Damage: 4 + Bullet_Spread: 2 + Sounds_Shoot: ITEM_BREAK-1-2-2,NOTE_SNARE_DRUM-1-0-2 + Sneak: + Enable: true + No_Recoil: true + Bullet_Spread: 1 + Burstfire: + Enable: true + Shots_Per_Burst: 3 + Delay_Between_Shots_In_Burst: 2 + Ammo: + Enable: true + Ammo_Item_ID: 370 + Sounds_Out_Of_Ammo: NOTE_PLING-1-2-0 + Sounds_Shoot_With_No_Ammo: NOTE_STICKS-1-2-0 + Reload: + Enable: true + Reload_Amount: 30 + Take_Ammo_On_Reload: true + Reload_Duration: 40 + Sounds_Reloading: FIRE_IGNITE-1-1-4,DOOR_OPEN-1-2-6,FIRE_IGNITE-1-1-36,HURT_FLESH-1-0-37,DOOR_CLOSE-1-2-38 + Firearm_Action: + Type: slide + Close_Duration: 10 + Sound_Close: PISTON_RETRACT-1-2-0,PISTON_RETRACT-1-2-2 + Scope: + Enable: true + Zoom_Amount: 5 + Zoom_Bullet_Spread: 0 + Sounds_Toggle_Zoom: ENDERDRAGON_WINGS-1-2-0 + Abilities: + Reset_Hit_Cooldown: true + Hit_Events: + Enable: true + Sounds_Shooter: SHOOT_ARROW-1-2-0 + +AK-47: + Item_Information: + Item_Name: "&eAK-47" + Item_Type: 417 + Item_Lore: "&eFully automatic with high power.|&eEffective at medium range.|&eControls are inverted." + Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Shooting: + Right_Click_To_Shoot: true + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Delay_Between_Shots: 4 + Recoil_Amount: 1 + Projectile_Amount: 1 + Projectile_Type: snowball + Projectile_Speed: 40 + Projectile_Damage: 4 + Bullet_Spread: 2 + Sounds_Shoot: IRONGOLEM_HIT-1-2-0,SKELETON_HURT-1-2-0,ZOMBIE_WOOD-1-2-0 + Sneak: + Enable: true + No_Recoil: true + Bullet_Spread: 1 + Burstfire: + Enable: true + Shots_Per_Burst: 2 + Delay_Between_Shots_In_Burst: 3 + Reload: + Enable: true + Reload_Amount: 30 + Reload_Duration: 40 + Sounds_Out_Of_Ammo: ITEM_BREAK-1-1-0 + Sounds_Reloading: FIRE_IGNITE-1-1-4,DOOR_OPEN-1-2-6,FIRE_IGNITE-1-1-36,HURT_FLESH-1-0-37,DOOR_CLOSE-1-2-38 + Firearm_Action: + Type: slide + Close_Duration: 10 + Close_Shoot_Delay: 12 + Sound_Close: PISTON_RETRACT-1-2-0,PISTON_RETRACT-1-2-3 + Scope: + Enable: true + Zoom_Amount: 5 + Zoom_Bullet_Spread: 0 + Sounds_Toggle_Zoom: ENDERDRAGON_WINGS-1-2-0 + Abilities: + Reset_Hit_Cooldown: true + Hit_Events: + Enable: true + Sounds_Shooter: SHOOT_ARROW-1-2-0 \ No newline at end of file diff --git a/plugins/HolographicDisplays.jar b/plugins/HolographicDisplays.jar new file mode 100644 index 0000000..500119a Binary files /dev/null and b/plugins/HolographicDisplays.jar differ diff --git a/plugins/HolographicDisplays/animations/example.txt b/plugins/HolographicDisplays/animations/example.txt new file mode 100644 index 0000000..a2e1dbe --- /dev/null +++ b/plugins/HolographicDisplays/animations/example.txt @@ -0,0 +1,6 @@ +Speed: 0.5 +This is an example. +This line will change every 0.5 seconds... +because it's an animation. +You just have to put "{animation: example.txt}" in a hologram... +to see this animated text. \ No newline at end of file diff --git a/plugins/HolographicDisplays/config.yml b/plugins/HolographicDisplays/config.yml new file mode 100644 index 0000000..f687d86 --- /dev/null +++ b/plugins/HolographicDisplays/config.yml @@ -0,0 +1,31 @@ +# . +# . Read the tutorial at: http://dev.bukkit.org/bukkit-plugins/holographic-displays/ +# . +# . Plugin created by filoghost. +# . +space-between-lines: 0.02 +images: + symbol: '[x]' + transparency: + space: ' [|] ' + color: '&7' +bungee: + refresh-seconds: 3 + use-RedisBungee: false + pinger: + enable: false + timeout: 500 + offline-motd: '&cOffline, couldn''t get the MOTD.' + status: + online: '&aOnline' + offline: '&cOffline' + motd-remove-leading-trailing-spaces: true + servers: + - 'hub: 127.0.0.1:25565' + - 'survival: 127.0.0.1:25566' + - 'minigames: 127.0.0.1:25567' +time: + format: H:mm + zone: GMT+1 +update-notification: true +debug: false diff --git a/plugins/HolographicDisplays/database.yml b/plugins/HolographicDisplays/database.yml new file mode 100644 index 0000000..8ee95f9 --- /dev/null +++ b/plugins/HolographicDisplays/database.yml @@ -0,0 +1,142 @@ +welcome: + location: EstiNet, -60.479, 232.490, -10.439 + lines: + - '&b&m&l<-----&r&3&lEsti&6&lNet&b&m&l----->' + - '&a&lWelcome!' +pressure: + location: EstiNet, -53.379, 230.000, -10.595 + lines: + - '&3&lStep on pressure plates to boost!' +more2: + location: EstiNet, 26.521, 192.000, -10.468 + lines: + - '&7&lMinigame Hub' +gwars2: + location: EstiNet, 20.518, 192.000, -56.641 + lines: + - '&6&lgWars' +survival2: + location: EstiNet, -21.272, 208.000, -21.400 + lines: + - '&2&lSurvival' +factions2: + location: EstiNet, -58.535, 192.000, -10.571 + lines: + - '&4&lFactions' +creative2: + location: EstiNet, -21.432, 192.000, 35.703 + lines: + - '&3&lCreative' +skyblock2: + location: EstiNet, 20.482, 192.000, 35.342 + lines: + - '&e&lSkyblock' +minigames: + location: EstiNet, 175.492, 245.700, -23.448 + lines: + - '&6&lMinigames' +survival: + location: EstiNet, -21.561, 192.000, -56.510 + lines: + - '&2&lSurvival' +creative: + location: EstiNet, -21.460, 208.000, 0.583 + lines: + - '&9&lCreative' +skyblock: + location: EstiNet, -13.542, 208.000, -2.566 + lines: + - '&e&lSkyblock' +gwars: + location: EstiNet, -13.702, 208.000, -18.327 + lines: + - '&6&lgWars' +factions: + location: EstiNet, -32.557, 208.000, -10.535 + lines: + - '&c&lFactions' +notreadys: + location: EstiNet, 188.495, 245.700, -10.491 + lines: + - '&lNot ready! :(' +icon: + location: EstiNet, -36.739, 241.610, -10.697 + lines: + - '&e[x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]' + - '&e[x][x][x][x][x][x][x][x][x]&7[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]' + - '&e[x][x][x][x][x][x][x][x]&7[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]' + - '&e[x][x][x][x][x][x][x]&7[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]' + - '&e[x][x][x][x][x]&7[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]' + - '&e[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&e[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&e[x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&e[x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&e[x][x]&7[x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&e[x]&7[x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x][x][x][x][x][x][x][x][x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x][x]&6[x][x][x][x][x]&7[x][x][x][x][x][x]&6[x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x]&7[x]&6[x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x][x][x][x][x][x][x][x][x][x][x][x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x][x]&b[x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&b[x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&b[x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&b[x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x]&b[x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x]&7[x]&6[x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x]&7[x][x][x][x][x][x][x][x][x][x][x][x][x]&6[x][x][x][x][x][x][x]&7[x][x][x]&6[x][x][x][x][x][x][x][x]&7[x][x]&6[x][x][x][x][x]&7[x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x]&6[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x]' + - '&7[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]' + - '&7[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]' + - '&7[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]' + - '&7[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]&b[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]' +more: + location: EstiNet, -10.639, 208.000, -10.508 + lines: + - '&7&lMinigame Hub' +survivalsign: + location: EstiNet, -21.454, 191.200, -62.429 + lines: + - '&lWant to try out Survival 2.0? Use "&a/survival&r"!' diff --git a/plugins/HolographicDisplays/symbols.yml b/plugins/HolographicDisplays/symbols.yml new file mode 100644 index 0000000..facdacb --- /dev/null +++ b/plugins/HolographicDisplays/symbols.yml @@ -0,0 +1,14 @@ +# +# This is the configuration file for static placeholders. +# Dynamic placeholders are {online}, {max_players}, ... +# Static placeholders are symbols. +# +# List of unicode symbols: http://www.fileformat.info/info/unicode/index.htm +# +[x]: \u2588 +[/]: \u258C +[.]: \u2591 +[..]: \u2592 +[...]: \u2593 +[p]: \u2022 +[|]: \u23B9 \ No newline at end of file diff --git a/plugins/JumpPads.jar b/plugins/JumpPads.jar new file mode 100644 index 0000000..e10817b Binary files /dev/null and b/plugins/JumpPads.jar differ diff --git a/plugins/JumpPads/config.yml b/plugins/JumpPads/config.yml new file mode 100644 index 0000000..548aa12 --- /dev/null +++ b/plugins/JumpPads/config.yml @@ -0,0 +1,17 @@ +Pads: + WoodPadEnabled: true + StonePadEnabled: true + IronPadEnabled: true + GoldPadEnabled: true +Global: + PluginEnabled: true +Velocity: + WoodPadVelocity: 1.0 + StonePadVelocity: 1.5 + IronPadVelocity: 2.0 + GoldPadVelocity: 3.0 +Thrust: + WoodPadThrust: 2 + StonePadThrust: 3 + IronPadThrust: 4 + GoldPadThrust: 5 diff --git a/plugins/PluginMetrics/config.yml b/plugins/PluginMetrics/config.yml new file mode 100644 index 0000000..5859dd1 --- /dev/null +++ b/plugins/PluginMetrics/config.yml @@ -0,0 +1,4 @@ +# http://mcstats.org +opt-out: true +guid: 4d26e6cc-ad1f-4b75-8067-8bb1b1e4eba6 +debug: false diff --git a/plugins/Updater/config.yml b/plugins/Updater/config.yml new file mode 100644 index 0000000..e06419b --- /dev/null +++ b/plugins/Updater/config.yml @@ -0,0 +1,5 @@ +# This configuration file affects all plugins using the Updater system (version 2+ - http://forums.bukkit.org/threads/96681/ ) +# If you wish to use your API key, read http://wiki.bukkit.org/ServerMods_API and place it below. +# Some updating systems will not adhere to the disabled value, but these may be turned off in their plugin's configuration. +api-key: PUT_API_KEY_HERE +disable: false diff --git a/plugins/WarpPortals.jar b/plugins/WarpPortals.jar new file mode 100644 index 0000000..16b7632 Binary files /dev/null and b/plugins/WarpPortals.jar differ diff --git a/plugins/WarpPortals/config.yml b/plugins/WarpPortals/config.yml new file mode 100644 index 0000000..7db2056 --- /dev/null +++ b/plugins/WarpPortals/config.yml @@ -0,0 +1,15 @@ +# Mess with these all you want! +portals: + general: + allowNormalPortals: false # Enables/Disables normal Nether/End portals from functioning. + textColor: c # The color of Portal admin commands. + create: # For everything related to Portal creation + maxSize: 1000 # A limit to make sure that an accidental attempt to turn an entire ocean into a portal doesn't succeed and kill your server. + permission: + alertUser: true # Alert the user when they try to use a WarpPortal that they don't have permission to use + checkIndividualPortalPermissions: false # Change to true to allow permissions to be set on a per-portal basis. Use only with permission plugins that support wildcard operators, such as in "warpportals.enter.*", e.g. PermissionsEx. + teleport: # For everything related to Portal teleportation + message: Wooooooosh! # The message that is shown when a user teleports + messageColor: d # The color of the teleportation message. + reporting: + allowAnalytics: true # Allow WarpPortals to periodically send data about its functioning to the developer. \ No newline at end of file diff --git a/plugins/WarpPortals/portals.yml b/plugins/WarpPortals/portals.yml new file mode 100644 index 0000000..bea13d5 --- /dev/null +++ b/plugins/WarpPortals/portals.yml @@ -0,0 +1,3 @@ +# I highly recommend that you don't edit this manually! +portals: {} +destinations: {} diff --git a/plugins/WarpPortals/portals_2015-11-07_10-34-46.bac b/plugins/WarpPortals/portals_2015-11-07_10-34-46.bac new file mode 100644 index 0000000..3a8675d --- /dev/null +++ b/plugins/WarpPortals/portals_2015-11-07_10-34-46.bac @@ -0,0 +1,8 @@ +# I highly recommend that you don't edit this manually! +portals: + special: + blocks: ['(EstiNet,36.0,190.0,-11.0)', '(EstiNet,36.0,189.0,-11.0)', '(EstiNet,36.0,189.0,-12.0)', + '(EstiNet,36.0,190.0,-12.0)', '(EstiNet,36.0,191.0,-12.0)', '(EstiNet,36.0,191.0,-11.0)', + '(EstiNet,36.0,191.0,-10.0)', '(EstiNet,36.0,190.0,-10.0)', '(EstiNet,36.0,189.0,-10.0)'] + tpCoords: (EstiNet,175.4223951771201,243.0,-10.8849078037923,-0.14988507,179.69911) +destinations: {specials: '(EstiNet,175.4223951771201,243.0,-10.8849078037923,-0.14988507,179.69911)'} diff --git a/plugins/WarpPortals/portals_2017-09-05_17-05-48.bac b/plugins/WarpPortals/portals_2017-09-05_17-05-48.bac new file mode 100644 index 0000000..cadf7c5 --- /dev/null +++ b/plugins/WarpPortals/portals_2017-09-05_17-05-48.bac @@ -0,0 +1,3 @@ +# I highly recommend that you don't edit this manually!Backup was created due to a world being deleted.# I highly recommend that you don't edit this manually! +portals: {} +destinations: {specials: '(EstiNet,175.4223951771201,243.0,-10.8849078037923,-0.14988507,179.69911)'} diff --git a/plugins/WorldEdit.jar b/plugins/WorldEdit.jar new file mode 100644 index 0000000..9411332 Binary files /dev/null and b/plugins/WorldEdit.jar differ diff --git a/plugins/WorldEdit/config.yml b/plugins/WorldEdit/config.yml new file mode 100644 index 0000000..f4c7c29 --- /dev/null +++ b/plugins/WorldEdit/config.yml @@ -0,0 +1,72 @@ +# +# WorldEdit's configuration file +# +# About editing this file: +# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If +# you use an editor like Notepad++ (recommended for Windows users), you +# must configure it to "replace tabs with spaces." In Notepad++, this can +# be changed in Settings > Preferences > Language Menu. +# - Don't get rid of the indents. They are indented so some entries are +# in categories (like "max-blocks-changed" is in the "limits" +# category. +# - If you want to check the format of this file before putting it +# into WorldEdit, paste it into http://yaml-online-parser.appspot.com/ +# and see if it gives "ERROR:". +# - Lines starting with # are commentsand so they are ignored. +# + +limits: + allow-extra-data-values: false + max-blocks-changed: + default: -1 + maximum: -1 + max-polygonal-points: + default: -1 + maximum: 20 + max-radius: -1 + max-super-pickaxe-size: 5 + max-brush-radius: 5 + butcher-radius: + default: -1 + maximum: -1 + disallowed-blocks: [6, 7, 14, 15, 16, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 46, 50, 51, 56, 59, 69, 73, 74, 75, 76, 77, 81, 83] + +use-inventory: + enable: false + allow-override: true + creative-mode-overrides: false + +logging: + log-commands: false + file: worldedit.log + +super-pickaxe: + drop-items: true + many-drop-items: false + +snapshots: + directory: + +navigation-wand: + item: 345 + max-distance: 100 + +scripting: + timeout: 3000 + dir: craftscripts + +saving: + dir: schematics + +files: + allow-symbolic-links: false + +history: + size: 15 + expiration: 10 + +wand-item: 271 +shell-save-type: +no-double-slash: false +no-op-permissions: false +debug: false diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_145.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_145.class new file mode 100644 index 0000000..b8d6c51 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_145.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_146.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_146.class new file mode 100644 index 0000000..e89c4a7 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_146.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_147.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_147.class new file mode 100644 index 0000000..e3c8c20 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_147.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_15.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_15.class new file mode 100644 index 0000000..68781e1 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_15.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_152.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_152.class new file mode 100644 index 0000000..8dda57e Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_152.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_161.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_161.class new file mode 100644 index 0000000..336c611 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_161.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_162.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_162.class new file mode 100644 index 0000000..2d70cfb Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_162.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_164.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_164.class new file mode 100644 index 0000000..7520a85 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_164.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_1710.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_1710.class new file mode 100644 index 0000000..b852588 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_1710.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_172.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_172.class new file mode 100644 index 0000000..a7fb7e1 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_172.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_175_5xcompat.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_175_5xcompat.class new file mode 100644 index 0000000..2dbe6b4 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_175_5xcompat.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_prePackage.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_prePackage.class new file mode 100644 index 0000000..07a94b1 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_prePackage.class differ diff --git a/plugins/WorldEdit/nmsblocks/CBXNmsBlock_v152_2.class b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_v152_2.class new file mode 100644 index 0000000..2a4acd4 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/CBXNmsBlock_v152_2.class differ diff --git a/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_147.class b/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_147.class new file mode 100644 index 0000000..86da91a Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_147.class differ diff --git a/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_151dv.class b/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_151dv.class new file mode 100644 index 0000000..b68088e Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_151dv.class differ diff --git a/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_162.class b/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_162.class new file mode 100644 index 0000000..7f13268 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_162.class differ diff --git a/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_164.class b/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_164.class new file mode 100644 index 0000000..ac6c277 Binary files /dev/null and b/plugins/WorldEdit/nmsblocks/MCPCPlusXNmsBlock_164.class differ diff --git a/plugins/WorldEdit/schematics/hub.schematic b/plugins/WorldEdit/schematics/hub.schematic new file mode 100644 index 0000000..67f35f7 Binary files /dev/null and b/plugins/WorldEdit/schematics/hub.schematic differ diff --git a/plugins/WorldEdit/schematics/modern-traditional.schematic b/plugins/WorldEdit/schematics/modern-traditional.schematic new file mode 100644 index 0000000..4205a06 Binary files /dev/null and b/plugins/WorldEdit/schematics/modern-traditional.schematic differ diff --git a/plugins/WorldEdit/worldedit.log b/plugins/WorldEdit/worldedit.log new file mode 100644 index 0000000..e69de29 diff --git a/plugins/bStats/config.yml b/plugins/bStats/config.yml new file mode 100644 index 0000000..99682a9 --- /dev/null +++ b/plugins/bStats/config.yml @@ -0,0 +1,7 @@ +# bStats collects some data for plugin authors like how many servers are using their plugins. +# To honor their work, you should not disable it. +# This has nearly no effect on the server performance! +# Check out https://bStats.org/ to learn more :) +enabled: true +serverUuid: c3e6b172-62aa-430e-8f6a-0733906dd28e +logFailedRequests: false diff --git a/plugins/gFeatures.jar b/plugins/gFeatures.jar new file mode 100644 index 0000000..61602e5 Binary files /dev/null and b/plugins/gFeatures.jar differ diff --git a/plugins/gFeatures/Config.yml b/plugins/gFeatures/Config.yml new file mode 100644 index 0000000..8a8f519 --- /dev/null +++ b/plugins/gFeatures/Config.yml @@ -0,0 +1,43 @@ +Config: + Plugins: + Base: 'false' + CTF: 'false' + GenesisEconomy: 'false' + gFactions: 'false' + gHub: 'true' + gMusic: 'false' + gScore: 'true' + gWarsSuite: 'false' + Statistics: 'false' + Gladiators: 'false' + Grasslands: 'false' + gRanks: 'true' + EstiWield: 'false' + EstiChat: 'true' + Friendship: 'true' + Gliders: 'false' + ServerQuery: 'true' + Shop: 'true' + FusionPlay: 'false' + SurvivalTwo: 'false' + EstiCoins: 'true' + Extensions: + Utility: + gBroadcast: 'false' + gMotd: 'true' + EstiJoin: 'true' + Other: {} + MySQL: + Address: localhost + Port: '3306' + TableName: gfeatures + Username: root + Password: pass123 + State: 'false' + ClioteSky: + Address: 192.168.2.60 + Port: '36000' + Category: Hubs + Name: Hub1 + Password: Genesis?123 + Enable: 'true' diff --git a/plugins/gFeatures/EstiCoins/config.yml b/plugins/gFeatures/EstiCoins/config.yml new file mode 100644 index 0000000..0f8c776 --- /dev/null +++ b/plugins/gFeatures/EstiCoins/config.yml @@ -0,0 +1,7 @@ +Config: + MySQL: + Address: 192.168.2.60 + Port: '3306' + TableName: geconomys + Username: estinet + Password: EstiNetwork?123 diff --git a/plugins/gFeatures/EstiJoin/title.txt b/plugins/gFeatures/EstiJoin/title.txt new file mode 100644 index 0000000..cd7dd3e --- /dev/null +++ b/plugins/gFeatures/EstiJoin/title.txt @@ -0,0 +1,2 @@ +[&6Esti&3Net&r] +&7New minigame: Gliders! \ No newline at end of file diff --git a/plugins/gFeatures/Players/0052e147-1652-4877-a5d8-34e36527191a.yml b/plugins/gFeatures/Players/0052e147-1652-4877-a5d8-34e36527191a.yml new file mode 100644 index 0000000..1465a16 --- /dev/null +++ b/plugins/gFeatures/Players/0052e147-1652-4877-a5d8-34e36527191a.yml @@ -0,0 +1,5 @@ +Config: + Name: patriotbrady12 + UUID: 0052e147-1652-4877-a5d8-34e36527191a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/007d2278-f412-4749-a47d-2ed70b0ceef3.yml b/plugins/gFeatures/Players/007d2278-f412-4749-a47d-2ed70b0ceef3.yml new file mode 100644 index 0000000..4e8dd1b --- /dev/null +++ b/plugins/gFeatures/Players/007d2278-f412-4749-a47d-2ed70b0ceef3.yml @@ -0,0 +1,5 @@ +Config: + Name: 13Baconman37 + UUID: 007d2278-f412-4749-a47d-2ed70b0ceef3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/00ab9310-17ce-4d84-ac00-078289bbf025.yml b/plugins/gFeatures/Players/00ab9310-17ce-4d84-ac00-078289bbf025.yml new file mode 100644 index 0000000..76221dd --- /dev/null +++ b/plugins/gFeatures/Players/00ab9310-17ce-4d84-ac00-078289bbf025.yml @@ -0,0 +1,5 @@ +Config: + Name: iceandcraft + UUID: 00ab9310-17ce-4d84-ac00-078289bbf025 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/00cc5a35-25e3-48e5-9215-8711f0cc7330.yml b/plugins/gFeatures/Players/00cc5a35-25e3-48e5-9215-8711f0cc7330.yml new file mode 100644 index 0000000..1ed2b06 --- /dev/null +++ b/plugins/gFeatures/Players/00cc5a35-25e3-48e5-9215-8711f0cc7330.yml @@ -0,0 +1,5 @@ +Config: + Name: Hankiro + UUID: 00cc5a35-25e3-48e5-9215-8711f0cc7330 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/01c1338f-66b8-45d3-a5f8-3479d7113f25.yml b/plugins/gFeatures/Players/01c1338f-66b8-45d3-a5f8-3479d7113f25.yml new file mode 100644 index 0000000..69a513f --- /dev/null +++ b/plugins/gFeatures/Players/01c1338f-66b8-45d3-a5f8-3479d7113f25.yml @@ -0,0 +1,5 @@ +Config: + Name: sealu + UUID: 01c1338f-66b8-45d3-a5f8-3479d7113f25 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/01e48c02-7000-4372-af14-987d674081c0.yml b/plugins/gFeatures/Players/01e48c02-7000-4372-af14-987d674081c0.yml new file mode 100644 index 0000000..f1afce6 --- /dev/null +++ b/plugins/gFeatures/Players/01e48c02-7000-4372-af14-987d674081c0.yml @@ -0,0 +1,5 @@ +Config: + Name: 13Shrek37 + UUID: 01e48c02-7000-4372-af14-987d674081c0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0291a648-67b4-4f56-a0a5-4159219a49bb.yml b/plugins/gFeatures/Players/0291a648-67b4-4f56-a0a5-4159219a49bb.yml new file mode 100644 index 0000000..dada7f4 --- /dev/null +++ b/plugins/gFeatures/Players/0291a648-67b4-4f56-a0a5-4159219a49bb.yml @@ -0,0 +1,5 @@ +Config: + Name: SkyBlad3 + UUID: 0291a648-67b4-4f56-a0a5-4159219a49bb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/031e9597-3359-46f5-9c0b-39b6029dd5f8.yml b/plugins/gFeatures/Players/031e9597-3359-46f5-9c0b-39b6029dd5f8.yml new file mode 100644 index 0000000..29a000b --- /dev/null +++ b/plugins/gFeatures/Players/031e9597-3359-46f5-9c0b-39b6029dd5f8.yml @@ -0,0 +1,5 @@ +Config: + Name: JimmyGaming4Ever + UUID: 031e9597-3359-46f5-9c0b-39b6029dd5f8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/034a3db8-539f-4afb-84de-959c61d11f6a.yml b/plugins/gFeatures/Players/034a3db8-539f-4afb-84de-959c61d11f6a.yml new file mode 100644 index 0000000..2bbf18e --- /dev/null +++ b/plugins/gFeatures/Players/034a3db8-539f-4afb-84de-959c61d11f6a.yml @@ -0,0 +1,5 @@ +Config: + Name: NightsShades + UUID: 034a3db8-539f-4afb-84de-959c61d11f6a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/03ee759b-a453-4ea3-9db7-de52a178fef9.yml b/plugins/gFeatures/Players/03ee759b-a453-4ea3-9db7-de52a178fef9.yml new file mode 100644 index 0000000..ea38cdc --- /dev/null +++ b/plugins/gFeatures/Players/03ee759b-a453-4ea3-9db7-de52a178fef9.yml @@ -0,0 +1,5 @@ +Config: + Name: PandaGamer521 + UUID: 03ee759b-a453-4ea3-9db7-de52a178fef9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/04c5abe1-3bd2-4e73-849f-4b166b67f222.yml b/plugins/gFeatures/Players/04c5abe1-3bd2-4e73-849f-4b166b67f222.yml new file mode 100644 index 0000000..b339c3e --- /dev/null +++ b/plugins/gFeatures/Players/04c5abe1-3bd2-4e73-849f-4b166b67f222.yml @@ -0,0 +1,5 @@ +Config: + Name: lucasminecraft03 + UUID: 04c5abe1-3bd2-4e73-849f-4b166b67f222 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/04cd3433-7d60-4281-b8f4-32b8b90c5c79.yml b/plugins/gFeatures/Players/04cd3433-7d60-4281-b8f4-32b8b90c5c79.yml new file mode 100644 index 0000000..92b9df5 --- /dev/null +++ b/plugins/gFeatures/Players/04cd3433-7d60-4281-b8f4-32b8b90c5c79.yml @@ -0,0 +1,5 @@ +Config: + Name: Ninja044 + UUID: 04cd3433-7d60-4281-b8f4-32b8b90c5c79 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0654e90f-4bd4-4881-95b4-4ae52a1a8900.yml b/plugins/gFeatures/Players/0654e90f-4bd4-4881-95b4-4ae52a1a8900.yml new file mode 100644 index 0000000..df7a06c --- /dev/null +++ b/plugins/gFeatures/Players/0654e90f-4bd4-4881-95b4-4ae52a1a8900.yml @@ -0,0 +1,5 @@ +Config: + Name: RicolaGaming + UUID: 0654e90f-4bd4-4881-95b4-4ae52a1a8900 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0657f3c6-0749-42c0-9648-697fe87d2bcc.yml b/plugins/gFeatures/Players/0657f3c6-0749-42c0-9648-697fe87d2bcc.yml new file mode 100644 index 0000000..be048ac --- /dev/null +++ b/plugins/gFeatures/Players/0657f3c6-0749-42c0-9648-697fe87d2bcc.yml @@ -0,0 +1,5 @@ +Config: + Name: NebTheDev + UUID: 0657f3c6-0749-42c0-9648-697fe87d2bcc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/066d7c67-f8fb-4f52-a922-e0572858e87f.yml b/plugins/gFeatures/Players/066d7c67-f8fb-4f52-a922-e0572858e87f.yml new file mode 100644 index 0000000..3bac61b --- /dev/null +++ b/plugins/gFeatures/Players/066d7c67-f8fb-4f52-a922-e0572858e87f.yml @@ -0,0 +1,5 @@ +Config: + Name: samlander2006 + UUID: 066d7c67-f8fb-4f52-a922-e0572858e87f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/06c1253d-f0cc-48f6-b1b3-7d43263b65f2.yml b/plugins/gFeatures/Players/06c1253d-f0cc-48f6-b1b3-7d43263b65f2.yml new file mode 100644 index 0000000..de873af --- /dev/null +++ b/plugins/gFeatures/Players/06c1253d-f0cc-48f6-b1b3-7d43263b65f2.yml @@ -0,0 +1,5 @@ +Config: + Name: ViperStrike360 + UUID: 06c1253d-f0cc-48f6-b1b3-7d43263b65f2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/06e351c1-c25d-422f-86d0-5a4edd6e1fb7.yml b/plugins/gFeatures/Players/06e351c1-c25d-422f-86d0-5a4edd6e1fb7.yml new file mode 100644 index 0000000..d7f7c69 --- /dev/null +++ b/plugins/gFeatures/Players/06e351c1-c25d-422f-86d0-5a4edd6e1fb7.yml @@ -0,0 +1,5 @@ +Config: + Name: MeowMeow0717 + UUID: 06e351c1-c25d-422f-86d0-5a4edd6e1fb7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/07207843-85b4-427f-abb6-154dc9e05928.yml b/plugins/gFeatures/Players/07207843-85b4-427f-abb6-154dc9e05928.yml new file mode 100644 index 0000000..aa645b5 --- /dev/null +++ b/plugins/gFeatures/Players/07207843-85b4-427f-abb6-154dc9e05928.yml @@ -0,0 +1,5 @@ +Config: + Name: Emilaukai + UUID: 07207843-85b4-427f-abb6-154dc9e05928 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/07692999-1446-4f13-9b67-7215d561dd29.yml b/plugins/gFeatures/Players/07692999-1446-4f13-9b67-7215d561dd29.yml new file mode 100644 index 0000000..495c213 --- /dev/null +++ b/plugins/gFeatures/Players/07692999-1446-4f13-9b67-7215d561dd29.yml @@ -0,0 +1,5 @@ +Config: + Name: XxSniperpro987xX + UUID: 07692999-1446-4f13-9b67-7215d561dd29 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/092c669d-2cd6-495c-9275-6ee2f6bb20b3.yml b/plugins/gFeatures/Players/092c669d-2cd6-495c-9275-6ee2f6bb20b3.yml new file mode 100644 index 0000000..1c75983 --- /dev/null +++ b/plugins/gFeatures/Players/092c669d-2cd6-495c-9275-6ee2f6bb20b3.yml @@ -0,0 +1,5 @@ +Config: + Name: firefists321 + UUID: 092c669d-2cd6-495c-9275-6ee2f6bb20b3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0a03f776-714f-46cf-9fe0-886bb1618e55.yml b/plugins/gFeatures/Players/0a03f776-714f-46cf-9fe0-886bb1618e55.yml new file mode 100644 index 0000000..f665aa2 --- /dev/null +++ b/plugins/gFeatures/Players/0a03f776-714f-46cf-9fe0-886bb1618e55.yml @@ -0,0 +1,5 @@ +Config: + Name: graysmith + UUID: 0a03f776-714f-46cf-9fe0-886bb1618e55 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0ad75235-cab7-4034-8f2b-7074c5dd04ae.yml b/plugins/gFeatures/Players/0ad75235-cab7-4034-8f2b-7074c5dd04ae.yml new file mode 100644 index 0000000..b483930 --- /dev/null +++ b/plugins/gFeatures/Players/0ad75235-cab7-4034-8f2b-7074c5dd04ae.yml @@ -0,0 +1,5 @@ +Config: + Name: Citrusity + UUID: 0ad75235-cab7-4034-8f2b-7074c5dd04ae + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0af35d70-afb3-4541-a932-eb3c8ac1e439.yml b/plugins/gFeatures/Players/0af35d70-afb3-4541-a932-eb3c8ac1e439.yml new file mode 100644 index 0000000..740cde7 --- /dev/null +++ b/plugins/gFeatures/Players/0af35d70-afb3-4541-a932-eb3c8ac1e439.yml @@ -0,0 +1,5 @@ +Config: + Name: iLaiiKo_ + UUID: 0af35d70-afb3-4541-a932-eb3c8ac1e439 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0b0ad6ee-57a0-4d37-8ddc-074421c4557e.yml b/plugins/gFeatures/Players/0b0ad6ee-57a0-4d37-8ddc-074421c4557e.yml new file mode 100644 index 0000000..f535121 --- /dev/null +++ b/plugins/gFeatures/Players/0b0ad6ee-57a0-4d37-8ddc-074421c4557e.yml @@ -0,0 +1,5 @@ +Config: + Name: alex3097 + UUID: 0b0ad6ee-57a0-4d37-8ddc-074421c4557e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0b7b5a28-b8f1-4862-b738-18cbd1d3d89f.yml b/plugins/gFeatures/Players/0b7b5a28-b8f1-4862-b738-18cbd1d3d89f.yml new file mode 100644 index 0000000..b0a05a3 --- /dev/null +++ b/plugins/gFeatures/Players/0b7b5a28-b8f1-4862-b738-18cbd1d3d89f.yml @@ -0,0 +1,5 @@ +Config: + Name: island_tiger + UUID: 0b7b5a28-b8f1-4862-b738-18cbd1d3d89f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0bbd44d4-407e-401f-a71e-34ed9b79fe99.yml b/plugins/gFeatures/Players/0bbd44d4-407e-401f-a71e-34ed9b79fe99.yml new file mode 100644 index 0000000..dd909c3 --- /dev/null +++ b/plugins/gFeatures/Players/0bbd44d4-407e-401f-a71e-34ed9b79fe99.yml @@ -0,0 +1,5 @@ +Config: + Name: antiPixel + UUID: 0bbd44d4-407e-401f-a71e-34ed9b79fe99 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0bff2a42-c16f-46fa-96c9-4a9d997031f7.yml b/plugins/gFeatures/Players/0bff2a42-c16f-46fa-96c9-4a9d997031f7.yml new file mode 100644 index 0000000..2504616 --- /dev/null +++ b/plugins/gFeatures/Players/0bff2a42-c16f-46fa-96c9-4a9d997031f7.yml @@ -0,0 +1,5 @@ +Config: + Name: AliceRonchi + UUID: 0bff2a42-c16f-46fa-96c9-4a9d997031f7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0c760920-4aba-4595-a38d-76d020f41e5a.yml b/plugins/gFeatures/Players/0c760920-4aba-4595-a38d-76d020f41e5a.yml new file mode 100644 index 0000000..953eb90 --- /dev/null +++ b/plugins/gFeatures/Players/0c760920-4aba-4595-a38d-76d020f41e5a.yml @@ -0,0 +1,5 @@ +Config: + Name: xoxoKatiexoxo + UUID: 0c760920-4aba-4595-a38d-76d020f41e5a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0c915058-2015-49e5-87f3-eec5326e5ca5.yml b/plugins/gFeatures/Players/0c915058-2015-49e5-87f3-eec5326e5ca5.yml new file mode 100644 index 0000000..ff2498d --- /dev/null +++ b/plugins/gFeatures/Players/0c915058-2015-49e5-87f3-eec5326e5ca5.yml @@ -0,0 +1,5 @@ +Config: + Name: X_EnderXCow_X + UUID: 0c915058-2015-49e5-87f3-eec5326e5ca5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0cf8ec69-467f-40f5-acfb-f135f9dfa1a4.yml b/plugins/gFeatures/Players/0cf8ec69-467f-40f5-acfb-f135f9dfa1a4.yml new file mode 100644 index 0000000..f587823 --- /dev/null +++ b/plugins/gFeatures/Players/0cf8ec69-467f-40f5-acfb-f135f9dfa1a4.yml @@ -0,0 +1,5 @@ +Config: + Name: SphinxysPlays + UUID: 0cf8ec69-467f-40f5-acfb-f135f9dfa1a4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0d195f5a-4ec8-4b5d-895a-89ea2bf78db6.yml b/plugins/gFeatures/Players/0d195f5a-4ec8-4b5d-895a-89ea2bf78db6.yml new file mode 100644 index 0000000..3bce9a3 --- /dev/null +++ b/plugins/gFeatures/Players/0d195f5a-4ec8-4b5d-895a-89ea2bf78db6.yml @@ -0,0 +1,5 @@ +Config: + Name: ObviousKiller + UUID: 0d195f5a-4ec8-4b5d-895a-89ea2bf78db6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0deaa510-65a2-4f20-98f4-8b98c71c3afa.yml b/plugins/gFeatures/Players/0deaa510-65a2-4f20-98f4-8b98c71c3afa.yml new file mode 100644 index 0000000..8397116 --- /dev/null +++ b/plugins/gFeatures/Players/0deaa510-65a2-4f20-98f4-8b98c71c3afa.yml @@ -0,0 +1,5 @@ +Config: + Name: Jae_Elemental41 + UUID: 0deaa510-65a2-4f20-98f4-8b98c71c3afa + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0f069f24-a329-4efa-87da-83bbd4ffeaee.yml b/plugins/gFeatures/Players/0f069f24-a329-4efa-87da-83bbd4ffeaee.yml new file mode 100644 index 0000000..4c2ebc6 --- /dev/null +++ b/plugins/gFeatures/Players/0f069f24-a329-4efa-87da-83bbd4ffeaee.yml @@ -0,0 +1,5 @@ +Config: + Name: EpicDamian35 + UUID: 0f069f24-a329-4efa-87da-83bbd4ffeaee + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0f0d4e51-9247-4d0c-addc-06bc6aa3b94e.yml b/plugins/gFeatures/Players/0f0d4e51-9247-4d0c-addc-06bc6aa3b94e.yml new file mode 100644 index 0000000..591a6c5 --- /dev/null +++ b/plugins/gFeatures/Players/0f0d4e51-9247-4d0c-addc-06bc6aa3b94e.yml @@ -0,0 +1,5 @@ +Config: + Name: HeuTuVeutDuChit + UUID: 0f0d4e51-9247-4d0c-addc-06bc6aa3b94e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0fad3546-d2f5-4862-a94c-7cce9a4ee4c6.yml b/plugins/gFeatures/Players/0fad3546-d2f5-4862-a94c-7cce9a4ee4c6.yml new file mode 100644 index 0000000..3f974ad --- /dev/null +++ b/plugins/gFeatures/Players/0fad3546-d2f5-4862-a94c-7cce9a4ee4c6.yml @@ -0,0 +1,5 @@ +Config: + Name: VioletPr1ncess + UUID: 0fad3546-d2f5-4862-a94c-7cce9a4ee4c6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/0fc286ef-3401-4536-a04e-ca44531c081f.yml b/plugins/gFeatures/Players/0fc286ef-3401-4536-a04e-ca44531c081f.yml new file mode 100644 index 0000000..dce3b1e --- /dev/null +++ b/plugins/gFeatures/Players/0fc286ef-3401-4536-a04e-ca44531c081f.yml @@ -0,0 +1,5 @@ +Config: + Name: ChaseGDillon + UUID: 0fc286ef-3401-4536-a04e-ca44531c081f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/10b4246b-56bd-4c6a-8e2c-5acc08934471.yml b/plugins/gFeatures/Players/10b4246b-56bd-4c6a-8e2c-5acc08934471.yml new file mode 100644 index 0000000..438c73f --- /dev/null +++ b/plugins/gFeatures/Players/10b4246b-56bd-4c6a-8e2c-5acc08934471.yml @@ -0,0 +1,5 @@ +Config: + Name: OldManHobo + UUID: 10b4246b-56bd-4c6a-8e2c-5acc08934471 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/111af68a-f77e-4203-9cac-6d09c51790bb.yml b/plugins/gFeatures/Players/111af68a-f77e-4203-9cac-6d09c51790bb.yml new file mode 100644 index 0000000..acc5302 --- /dev/null +++ b/plugins/gFeatures/Players/111af68a-f77e-4203-9cac-6d09c51790bb.yml @@ -0,0 +1,5 @@ +Config: + Name: Dr_Awesome9 + UUID: 111af68a-f77e-4203-9cac-6d09c51790bb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/11e7d78d-9050-4ba0-b43c-e2efdb185b54.yml b/plugins/gFeatures/Players/11e7d78d-9050-4ba0-b43c-e2efdb185b54.yml new file mode 100644 index 0000000..9af9249 --- /dev/null +++ b/plugins/gFeatures/Players/11e7d78d-9050-4ba0-b43c-e2efdb185b54.yml @@ -0,0 +1,5 @@ +Config: + Name: 0606dtlaw + UUID: 11e7d78d-9050-4ba0-b43c-e2efdb185b54 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/120dc7b0-d2d9-4765-a23f-6bcf9b81d4f4.yml b/plugins/gFeatures/Players/120dc7b0-d2d9-4765-a23f-6bcf9b81d4f4.yml new file mode 100644 index 0000000..39b1e4f --- /dev/null +++ b/plugins/gFeatures/Players/120dc7b0-d2d9-4765-a23f-6bcf9b81d4f4.yml @@ -0,0 +1,5 @@ +Config: + Name: angry_chickenman + UUID: 120dc7b0-d2d9-4765-a23f-6bcf9b81d4f4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1227a724-b3e0-4e82-9158-74dd08271ee0.yml b/plugins/gFeatures/Players/1227a724-b3e0-4e82-9158-74dd08271ee0.yml new file mode 100644 index 0000000..731882e --- /dev/null +++ b/plugins/gFeatures/Players/1227a724-b3e0-4e82-9158-74dd08271ee0.yml @@ -0,0 +1,5 @@ +Config: + Name: undeadsnakes + UUID: 1227a724-b3e0-4e82-9158-74dd08271ee0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/122938e2-c0c7-4126-89bf-d5a558115e54.yml b/plugins/gFeatures/Players/122938e2-c0c7-4126-89bf-d5a558115e54.yml new file mode 100644 index 0000000..eadcf78 --- /dev/null +++ b/plugins/gFeatures/Players/122938e2-c0c7-4126-89bf-d5a558115e54.yml @@ -0,0 +1,5 @@ +Config: + Name: Mr_Squid360 + UUID: 122938e2-c0c7-4126-89bf-d5a558115e54 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/123207f1-530f-42ba-9a06-2232c2e4596b.yml b/plugins/gFeatures/Players/123207f1-530f-42ba-9a06-2232c2e4596b.yml new file mode 100644 index 0000000..6581efb --- /dev/null +++ b/plugins/gFeatures/Players/123207f1-530f-42ba-9a06-2232c2e4596b.yml @@ -0,0 +1,5 @@ +Config: + Name: Master_Valkoor + UUID: 123207f1-530f-42ba-9a06-2232c2e4596b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/12b97a12-52bd-49c2-9add-78ed0450fc5a.yml b/plugins/gFeatures/Players/12b97a12-52bd-49c2-9add-78ed0450fc5a.yml new file mode 100644 index 0000000..e4810b4 --- /dev/null +++ b/plugins/gFeatures/Players/12b97a12-52bd-49c2-9add-78ed0450fc5a.yml @@ -0,0 +1,5 @@ +Config: + Name: FlameThrasher99 + UUID: 12b97a12-52bd-49c2-9add-78ed0450fc5a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/12f1881a-1fa0-48e5-8590-8c8db741a5f3.yml b/plugins/gFeatures/Players/12f1881a-1fa0-48e5-8590-8c8db741a5f3.yml new file mode 100644 index 0000000..c67bb21 --- /dev/null +++ b/plugins/gFeatures/Players/12f1881a-1fa0-48e5-8590-8c8db741a5f3.yml @@ -0,0 +1,5 @@ +Config: + Name: IronhidePrime + UUID: 12f1881a-1fa0-48e5-8590-8c8db741a5f3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/13d8b684-40cc-40a8-9fce-ac3984b38e68.yml b/plugins/gFeatures/Players/13d8b684-40cc-40a8-9fce-ac3984b38e68.yml new file mode 100644 index 0000000..80ee940 --- /dev/null +++ b/plugins/gFeatures/Players/13d8b684-40cc-40a8-9fce-ac3984b38e68.yml @@ -0,0 +1,5 @@ +Config: + Name: Maranda_Morgan + UUID: 13d8b684-40cc-40a8-9fce-ac3984b38e68 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/15468c82-12a2-4e24-abeb-8ccd0fd2d470.yml b/plugins/gFeatures/Players/15468c82-12a2-4e24-abeb-8ccd0fd2d470.yml new file mode 100644 index 0000000..85336b6 --- /dev/null +++ b/plugins/gFeatures/Players/15468c82-12a2-4e24-abeb-8ccd0fd2d470.yml @@ -0,0 +1,5 @@ +Config: + Name: KiD_NiTron + UUID: 15468c82-12a2-4e24-abeb-8ccd0fd2d470 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/15971ba4-2a37-4e38-95df-dbf7b0a7b41f.yml b/plugins/gFeatures/Players/15971ba4-2a37-4e38-95df-dbf7b0a7b41f.yml new file mode 100644 index 0000000..04cbf1c --- /dev/null +++ b/plugins/gFeatures/Players/15971ba4-2a37-4e38-95df-dbf7b0a7b41f.yml @@ -0,0 +1,5 @@ +Config: + Name: FadedClouds + UUID: 15971ba4-2a37-4e38-95df-dbf7b0a7b41f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/15d86b7c-68a9-4cd5-8f4d-874cdaed53b9.yml b/plugins/gFeatures/Players/15d86b7c-68a9-4cd5-8f4d-874cdaed53b9.yml new file mode 100644 index 0000000..bdac5a7 --- /dev/null +++ b/plugins/gFeatures/Players/15d86b7c-68a9-4cd5-8f4d-874cdaed53b9.yml @@ -0,0 +1,5 @@ +Config: + Name: jaxyred + UUID: 15d86b7c-68a9-4cd5-8f4d-874cdaed53b9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/162e1e23-2de6-4b5f-bc32-cf1434b48212.yml b/plugins/gFeatures/Players/162e1e23-2de6-4b5f-bc32-cf1434b48212.yml new file mode 100644 index 0000000..d003a71 --- /dev/null +++ b/plugins/gFeatures/Players/162e1e23-2de6-4b5f-bc32-cf1434b48212.yml @@ -0,0 +1,5 @@ +Config: + Name: 101DragonSlayer + UUID: 162e1e23-2de6-4b5f-bc32-cf1434b48212 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/169c9ae5-d33f-4ded-bba7-f061778a2195.yml b/plugins/gFeatures/Players/169c9ae5-d33f-4ded-bba7-f061778a2195.yml new file mode 100644 index 0000000..272d0d1 --- /dev/null +++ b/plugins/gFeatures/Players/169c9ae5-d33f-4ded-bba7-f061778a2195.yml @@ -0,0 +1,5 @@ +Config: + Name: WestGod + UUID: 169c9ae5-d33f-4ded-bba7-f061778a2195 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/169e1fd0-7406-47b1-a8fa-891b31332696.yml b/plugins/gFeatures/Players/169e1fd0-7406-47b1-a8fa-891b31332696.yml new file mode 100644 index 0000000..128da50 --- /dev/null +++ b/plugins/gFeatures/Players/169e1fd0-7406-47b1-a8fa-891b31332696.yml @@ -0,0 +1,5 @@ +Config: + Name: SexyTaco21 + UUID: 169e1fd0-7406-47b1-a8fa-891b31332696 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/177cc3ed-100d-411b-880d-14bc5ff155ec.yml b/plugins/gFeatures/Players/177cc3ed-100d-411b-880d-14bc5ff155ec.yml new file mode 100644 index 0000000..60197c1 --- /dev/null +++ b/plugins/gFeatures/Players/177cc3ed-100d-411b-880d-14bc5ff155ec.yml @@ -0,0 +1,5 @@ +Config: + Name: Qu4k3N0Sc0p3 + UUID: 177cc3ed-100d-411b-880d-14bc5ff155ec + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1800ea76-c9c7-492b-a74f-001a001130c7.yml b/plugins/gFeatures/Players/1800ea76-c9c7-492b-a74f-001a001130c7.yml new file mode 100644 index 0000000..e848879 --- /dev/null +++ b/plugins/gFeatures/Players/1800ea76-c9c7-492b-a74f-001a001130c7.yml @@ -0,0 +1,5 @@ +Config: + Name: M4verick_ + UUID: 1800ea76-c9c7-492b-a74f-001a001130c7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1834ed51-6395-4b98-9afe-7caf67eb6d9d.yml b/plugins/gFeatures/Players/1834ed51-6395-4b98-9afe-7caf67eb6d9d.yml new file mode 100644 index 0000000..921ef9f --- /dev/null +++ b/plugins/gFeatures/Players/1834ed51-6395-4b98-9afe-7caf67eb6d9d.yml @@ -0,0 +1,5 @@ +Config: + Name: green_coat + UUID: 1834ed51-6395-4b98-9afe-7caf67eb6d9d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/185f9372-7da7-43c9-88a7-8495a00bc404.yml b/plugins/gFeatures/Players/185f9372-7da7-43c9-88a7-8495a00bc404.yml new file mode 100644 index 0000000..c24a157 --- /dev/null +++ b/plugins/gFeatures/Players/185f9372-7da7-43c9-88a7-8495a00bc404.yml @@ -0,0 +1,5 @@ +Config: + Name: VirtualCookie + UUID: 185f9372-7da7-43c9-88a7-8495a00bc404 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/187788ec-46a9-45d1-a724-cab0025d2387.yml b/plugins/gFeatures/Players/187788ec-46a9-45d1-a724-cab0025d2387.yml new file mode 100644 index 0000000..bf882cd --- /dev/null +++ b/plugins/gFeatures/Players/187788ec-46a9-45d1-a724-cab0025d2387.yml @@ -0,0 +1,5 @@ +Config: + Name: SarooPls + UUID: 187788ec-46a9-45d1-a724-cab0025d2387 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/187a2ab6-4c06-460a-86b2-8aaa8a70b728.yml b/plugins/gFeatures/Players/187a2ab6-4c06-460a-86b2-8aaa8a70b728.yml new file mode 100644 index 0000000..f38690a --- /dev/null +++ b/plugins/gFeatures/Players/187a2ab6-4c06-460a-86b2-8aaa8a70b728.yml @@ -0,0 +1,5 @@ +Config: + Name: Twitch_TV + UUID: 187a2ab6-4c06-460a-86b2-8aaa8a70b728 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1a4eb034-5ffc-48f8-a76e-065c4cc0fe26.yml b/plugins/gFeatures/Players/1a4eb034-5ffc-48f8-a76e-065c4cc0fe26.yml new file mode 100644 index 0000000..cd5b56e --- /dev/null +++ b/plugins/gFeatures/Players/1a4eb034-5ffc-48f8-a76e-065c4cc0fe26.yml @@ -0,0 +1,5 @@ +Config: + Name: jackrwill18 + UUID: 1a4eb034-5ffc-48f8-a76e-065c4cc0fe26 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1aaf4570-6900-47b5-9481-e12cee4f77d9.yml b/plugins/gFeatures/Players/1aaf4570-6900-47b5-9481-e12cee4f77d9.yml new file mode 100644 index 0000000..25c8c0c --- /dev/null +++ b/plugins/gFeatures/Players/1aaf4570-6900-47b5-9481-e12cee4f77d9.yml @@ -0,0 +1,5 @@ +Config: + Name: QueenKitty04 + UUID: 1aaf4570-6900-47b5-9481-e12cee4f77d9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1b654131-e359-4df8-9fba-ab438aea3768.yml b/plugins/gFeatures/Players/1b654131-e359-4df8-9fba-ab438aea3768.yml new file mode 100644 index 0000000..f5a73ad --- /dev/null +++ b/plugins/gFeatures/Players/1b654131-e359-4df8-9fba-ab438aea3768.yml @@ -0,0 +1,5 @@ +Config: + Name: Aero3 + UUID: 1b654131-e359-4df8-9fba-ab438aea3768 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1b94b7d4-0ab7-42f8-b266-94098171599f.yml b/plugins/gFeatures/Players/1b94b7d4-0ab7-42f8-b266-94098171599f.yml new file mode 100644 index 0000000..ccfa120 --- /dev/null +++ b/plugins/gFeatures/Players/1b94b7d4-0ab7-42f8-b266-94098171599f.yml @@ -0,0 +1,5 @@ +Config: + Name: Victhetiger + UUID: 1b94b7d4-0ab7-42f8-b266-94098171599f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1ccb291b-da16-4be9-a2fb-792f608589f2.yml b/plugins/gFeatures/Players/1ccb291b-da16-4be9-a2fb-792f608589f2.yml new file mode 100644 index 0000000..17b2810 --- /dev/null +++ b/plugins/gFeatures/Players/1ccb291b-da16-4be9-a2fb-792f608589f2.yml @@ -0,0 +1,5 @@ +Config: + Name: MrAwesomeBeard + UUID: 1ccb291b-da16-4be9-a2fb-792f608589f2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1d4070ad-e41b-4ad7-a6d7-088c15ab0073.yml b/plugins/gFeatures/Players/1d4070ad-e41b-4ad7-a6d7-088c15ab0073.yml new file mode 100644 index 0000000..a334a09 --- /dev/null +++ b/plugins/gFeatures/Players/1d4070ad-e41b-4ad7-a6d7-088c15ab0073.yml @@ -0,0 +1,5 @@ +Config: + Name: xXSeikoStormXx + UUID: 1d4070ad-e41b-4ad7-a6d7-088c15ab0073 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1dad5c45-3034-4645-8555-50d78539a767.yml b/plugins/gFeatures/Players/1dad5c45-3034-4645-8555-50d78539a767.yml new file mode 100644 index 0000000..c7b6926 --- /dev/null +++ b/plugins/gFeatures/Players/1dad5c45-3034-4645-8555-50d78539a767.yml @@ -0,0 +1,5 @@ +Config: + Name: vernalsole1355 + UUID: 1dad5c45-3034-4645-8555-50d78539a767 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1de3405f-5fe3-499f-b46f-242a2a0a27e3.yml b/plugins/gFeatures/Players/1de3405f-5fe3-499f-b46f-242a2a0a27e3.yml new file mode 100644 index 0000000..e3989d9 --- /dev/null +++ b/plugins/gFeatures/Players/1de3405f-5fe3-499f-b46f-242a2a0a27e3.yml @@ -0,0 +1,5 @@ +Config: + Name: Jeffey_Senpai + UUID: 1de3405f-5fe3-499f-b46f-242a2a0a27e3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1e89b670-3389-433c-b5dc-2327254e4e94.yml b/plugins/gFeatures/Players/1e89b670-3389-433c-b5dc-2327254e4e94.yml new file mode 100644 index 0000000..5464551 --- /dev/null +++ b/plugins/gFeatures/Players/1e89b670-3389-433c-b5dc-2327254e4e94.yml @@ -0,0 +1,5 @@ +Config: + Name: CGN14 + UUID: 1e89b670-3389-433c-b5dc-2327254e4e94 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1ee634ec-35a0-472e-8dbc-d4a3382e7dde.yml b/plugins/gFeatures/Players/1ee634ec-35a0-472e-8dbc-d4a3382e7dde.yml new file mode 100644 index 0000000..3251658 --- /dev/null +++ b/plugins/gFeatures/Players/1ee634ec-35a0-472e-8dbc-d4a3382e7dde.yml @@ -0,0 +1,5 @@ +Config: + Name: CaptinAwesomeOne + UUID: 1ee634ec-35a0-472e-8dbc-d4a3382e7dde + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/1fee6d6f-264d-4211-ab55-1c38ff22fcf3.yml b/plugins/gFeatures/Players/1fee6d6f-264d-4211-ab55-1c38ff22fcf3.yml new file mode 100644 index 0000000..8a891af --- /dev/null +++ b/plugins/gFeatures/Players/1fee6d6f-264d-4211-ab55-1c38ff22fcf3.yml @@ -0,0 +1,5 @@ +Config: + Name: TheCrazyIceCream + UUID: 1fee6d6f-264d-4211-ab55-1c38ff22fcf3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/20a08dfd-cf73-4c1e-a0d4-634ed75e26e3.yml b/plugins/gFeatures/Players/20a08dfd-cf73-4c1e-a0d4-634ed75e26e3.yml new file mode 100644 index 0000000..2bb778a --- /dev/null +++ b/plugins/gFeatures/Players/20a08dfd-cf73-4c1e-a0d4-634ed75e26e3.yml @@ -0,0 +1,5 @@ +Config: + Name: mrassum + UUID: 20a08dfd-cf73-4c1e-a0d4-634ed75e26e3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/20ae9880-b524-42c9-a8c5-fcbf6a8c484a.yml b/plugins/gFeatures/Players/20ae9880-b524-42c9-a8c5-fcbf6a8c484a.yml new file mode 100644 index 0000000..e1034c4 --- /dev/null +++ b/plugins/gFeatures/Players/20ae9880-b524-42c9-a8c5-fcbf6a8c484a.yml @@ -0,0 +1,5 @@ +Config: + Name: Over1ord_Ray + UUID: 20ae9880-b524-42c9-a8c5-fcbf6a8c484a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/21ab8182-3cfa-4de9-b6a9-1f8065b9c930.yml b/plugins/gFeatures/Players/21ab8182-3cfa-4de9-b6a9-1f8065b9c930.yml new file mode 100644 index 0000000..07072d5 --- /dev/null +++ b/plugins/gFeatures/Players/21ab8182-3cfa-4de9-b6a9-1f8065b9c930.yml @@ -0,0 +1,5 @@ +Config: + Name: _SpookyPvP + UUID: 21ab8182-3cfa-4de9-b6a9-1f8065b9c930 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/21b05a83-6fe9-4ab9-b715-6db8e4d8b40f.yml b/plugins/gFeatures/Players/21b05a83-6fe9-4ab9-b715-6db8e4d8b40f.yml new file mode 100644 index 0000000..0c93f10 --- /dev/null +++ b/plugins/gFeatures/Players/21b05a83-6fe9-4ab9-b715-6db8e4d8b40f.yml @@ -0,0 +1,5 @@ +Config: + Name: Huntersnak + UUID: 21b05a83-6fe9-4ab9-b715-6db8e4d8b40f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/226a352a-37d6-4991-932f-f8df94942936.yml b/plugins/gFeatures/Players/226a352a-37d6-4991-932f-f8df94942936.yml new file mode 100644 index 0000000..1ae744a --- /dev/null +++ b/plugins/gFeatures/Players/226a352a-37d6-4991-932f-f8df94942936.yml @@ -0,0 +1,5 @@ +Config: + Name: The_Santos + UUID: 226a352a-37d6-4991-932f-f8df94942936 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/227fe0f2-f521-4fa9-a30c-2e609708597c.yml b/plugins/gFeatures/Players/227fe0f2-f521-4fa9-a30c-2e609708597c.yml new file mode 100644 index 0000000..5a82572 --- /dev/null +++ b/plugins/gFeatures/Players/227fe0f2-f521-4fa9-a30c-2e609708597c.yml @@ -0,0 +1,5 @@ +Config: + Name: BitemeDeath + UUID: 227fe0f2-f521-4fa9-a30c-2e609708597c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2290bfa2-729e-420f-852a-160f5ee372f6.yml b/plugins/gFeatures/Players/2290bfa2-729e-420f-852a-160f5ee372f6.yml new file mode 100644 index 0000000..467cddb --- /dev/null +++ b/plugins/gFeatures/Players/2290bfa2-729e-420f-852a-160f5ee372f6.yml @@ -0,0 +1,5 @@ +Config: + Name: Squirle14 + UUID: 2290bfa2-729e-420f-852a-160f5ee372f6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/22a33e5d-184f-4068-8e41-833ddfb6e36c.yml b/plugins/gFeatures/Players/22a33e5d-184f-4068-8e41-833ddfb6e36c.yml new file mode 100644 index 0000000..bf3c0f7 --- /dev/null +++ b/plugins/gFeatures/Players/22a33e5d-184f-4068-8e41-833ddfb6e36c.yml @@ -0,0 +1,5 @@ +Config: + Name: Ceyanna2006 + UUID: 22a33e5d-184f-4068-8e41-833ddfb6e36c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2307eb55-ff7d-4e4d-bc9d-9932fa4ec6e2.yml b/plugins/gFeatures/Players/2307eb55-ff7d-4e4d-bc9d-9932fa4ec6e2.yml new file mode 100644 index 0000000..0404d65 --- /dev/null +++ b/plugins/gFeatures/Players/2307eb55-ff7d-4e4d-bc9d-9932fa4ec6e2.yml @@ -0,0 +1,5 @@ +Config: + Name: Noobslaya00 + UUID: 2307eb55-ff7d-4e4d-bc9d-9932fa4ec6e2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/239276e9-d34b-42c8-8ad0-08b5b15b8b30.yml b/plugins/gFeatures/Players/239276e9-d34b-42c8-8ad0-08b5b15b8b30.yml new file mode 100644 index 0000000..9ec9a5c --- /dev/null +++ b/plugins/gFeatures/Players/239276e9-d34b-42c8-8ad0-08b5b15b8b30.yml @@ -0,0 +1,5 @@ +Config: + Name: Demomaker + UUID: 239276e9-d34b-42c8-8ad0-08b5b15b8b30 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/23b2baee-89ab-43d3-bf1a-edae2c9caf70.yml b/plugins/gFeatures/Players/23b2baee-89ab-43d3-bf1a-edae2c9caf70.yml new file mode 100644 index 0000000..72ee54a --- /dev/null +++ b/plugins/gFeatures/Players/23b2baee-89ab-43d3-bf1a-edae2c9caf70.yml @@ -0,0 +1,5 @@ +Config: + Name: Keiwald + UUID: 23b2baee-89ab-43d3-bf1a-edae2c9caf70 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/24c4b66a-16b1-4f42-b02f-9d1d7d1514bd.yml b/plugins/gFeatures/Players/24c4b66a-16b1-4f42-b02f-9d1d7d1514bd.yml new file mode 100644 index 0000000..89b7cd1 --- /dev/null +++ b/plugins/gFeatures/Players/24c4b66a-16b1-4f42-b02f-9d1d7d1514bd.yml @@ -0,0 +1,5 @@ +Config: + Name: DisturbedOG + UUID: 24c4b66a-16b1-4f42-b02f-9d1d7d1514bd + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/24eb16f7-0e8d-4ac2-b5e8-de48fe384bdc.yml b/plugins/gFeatures/Players/24eb16f7-0e8d-4ac2-b5e8-de48fe384bdc.yml new file mode 100644 index 0000000..dfe76a6 --- /dev/null +++ b/plugins/gFeatures/Players/24eb16f7-0e8d-4ac2-b5e8-de48fe384bdc.yml @@ -0,0 +1,5 @@ +Config: + Name: I_Am_Improvising + UUID: 24eb16f7-0e8d-4ac2-b5e8-de48fe384bdc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/24f1c2d1-c0db-427c-b044-ffe38d976013.yml b/plugins/gFeatures/Players/24f1c2d1-c0db-427c-b044-ffe38d976013.yml new file mode 100644 index 0000000..f8ce02d --- /dev/null +++ b/plugins/gFeatures/Players/24f1c2d1-c0db-427c-b044-ffe38d976013.yml @@ -0,0 +1,5 @@ +Config: + Name: Enderman6611 + UUID: 24f1c2d1-c0db-427c-b044-ffe38d976013 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/251fe96d-1afa-4185-9c2b-39f48af38046.yml b/plugins/gFeatures/Players/251fe96d-1afa-4185-9c2b-39f48af38046.yml new file mode 100644 index 0000000..c939f65 --- /dev/null +++ b/plugins/gFeatures/Players/251fe96d-1afa-4185-9c2b-39f48af38046.yml @@ -0,0 +1,5 @@ +Config: + Name: SantaHnt + UUID: 251fe96d-1afa-4185-9c2b-39f48af38046 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/25da0b60-29f5-4d0f-a938-c0f69861e7ad.yml b/plugins/gFeatures/Players/25da0b60-29f5-4d0f-a938-c0f69861e7ad.yml new file mode 100644 index 0000000..78515f4 --- /dev/null +++ b/plugins/gFeatures/Players/25da0b60-29f5-4d0f-a938-c0f69861e7ad.yml @@ -0,0 +1,5 @@ +Config: + Name: ChrystalHorse + UUID: 25da0b60-29f5-4d0f-a938-c0f69861e7ad + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2804a753-c499-4f4e-8cbf-8b1c683d86a3.yml b/plugins/gFeatures/Players/2804a753-c499-4f4e-8cbf-8b1c683d86a3.yml new file mode 100644 index 0000000..a21a4d6 --- /dev/null +++ b/plugins/gFeatures/Players/2804a753-c499-4f4e-8cbf-8b1c683d86a3.yml @@ -0,0 +1,5 @@ +Config: + Name: AvizGames + UUID: 2804a753-c499-4f4e-8cbf-8b1c683d86a3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2846113d-8cba-4b6f-a064-c4927d97bea5.yml b/plugins/gFeatures/Players/2846113d-8cba-4b6f-a064-c4927d97bea5.yml new file mode 100644 index 0000000..ffe26a3 --- /dev/null +++ b/plugins/gFeatures/Players/2846113d-8cba-4b6f-a064-c4927d97bea5.yml @@ -0,0 +1,5 @@ +Config: + Name: Zachkangaroo + UUID: 2846113d-8cba-4b6f-a064-c4927d97bea5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/28eac183-2d50-48c2-817d-3d2b32ba37cd.yml b/plugins/gFeatures/Players/28eac183-2d50-48c2-817d-3d2b32ba37cd.yml new file mode 100644 index 0000000..77f637f --- /dev/null +++ b/plugins/gFeatures/Players/28eac183-2d50-48c2-817d-3d2b32ba37cd.yml @@ -0,0 +1,5 @@ +Config: + Name: SpottsieBeige + UUID: 28eac183-2d50-48c2-817d-3d2b32ba37cd + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/29294313-56af-43d6-83e9-e3c0cb3204d0.yml b/plugins/gFeatures/Players/29294313-56af-43d6-83e9-e3c0cb3204d0.yml new file mode 100644 index 0000000..41523f5 --- /dev/null +++ b/plugins/gFeatures/Players/29294313-56af-43d6-83e9-e3c0cb3204d0.yml @@ -0,0 +1,5 @@ +Config: + Name: Pipou29 + UUID: 29294313-56af-43d6-83e9-e3c0cb3204d0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2932701a-b721-4d51-9961-6228ac8f907d.yml b/plugins/gFeatures/Players/2932701a-b721-4d51-9961-6228ac8f907d.yml new file mode 100644 index 0000000..3e55449 --- /dev/null +++ b/plugins/gFeatures/Players/2932701a-b721-4d51-9961-6228ac8f907d.yml @@ -0,0 +1,5 @@ +Config: + Name: TannerLittle + UUID: 2932701a-b721-4d51-9961-6228ac8f907d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2a287d07-9bb7-4562-935d-b4ad78037a2e.yml b/plugins/gFeatures/Players/2a287d07-9bb7-4562-935d-b4ad78037a2e.yml new file mode 100644 index 0000000..99d4cd4 --- /dev/null +++ b/plugins/gFeatures/Players/2a287d07-9bb7-4562-935d-b4ad78037a2e.yml @@ -0,0 +1,5 @@ +Config: + Name: DramatiseMC + UUID: 2a287d07-9bb7-4562-935d-b4ad78037a2e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2aa93e88-2a02-4ead-9093-e68cb8ca02eb.yml b/plugins/gFeatures/Players/2aa93e88-2a02-4ead-9093-e68cb8ca02eb.yml new file mode 100644 index 0000000..2b9daff --- /dev/null +++ b/plugins/gFeatures/Players/2aa93e88-2a02-4ead-9093-e68cb8ca02eb.yml @@ -0,0 +1,5 @@ +Config: + Name: Dudetie_Max + UUID: 2aa93e88-2a02-4ead-9093-e68cb8ca02eb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2b6fc4e4-7f14-459f-be04-96f4e1a222f2.yml b/plugins/gFeatures/Players/2b6fc4e4-7f14-459f-be04-96f4e1a222f2.yml new file mode 100644 index 0000000..e520074 --- /dev/null +++ b/plugins/gFeatures/Players/2b6fc4e4-7f14-459f-be04-96f4e1a222f2.yml @@ -0,0 +1,5 @@ +Config: + Name: FLAMEBOYJ + UUID: 2b6fc4e4-7f14-459f-be04-96f4e1a222f2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2bca6aa3-085b-439d-a3ab-b8a1ea91e29c.yml b/plugins/gFeatures/Players/2bca6aa3-085b-439d-a3ab-b8a1ea91e29c.yml new file mode 100644 index 0000000..46adada --- /dev/null +++ b/plugins/gFeatures/Players/2bca6aa3-085b-439d-a3ab-b8a1ea91e29c.yml @@ -0,0 +1,5 @@ +Config: + Name: OneArmedCat + UUID: 2bca6aa3-085b-439d-a3ab-b8a1ea91e29c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2bddf743-95dd-4474-b5d8-5b422d754de7.yml b/plugins/gFeatures/Players/2bddf743-95dd-4474-b5d8-5b422d754de7.yml new file mode 100644 index 0000000..f28403b --- /dev/null +++ b/plugins/gFeatures/Players/2bddf743-95dd-4474-b5d8-5b422d754de7.yml @@ -0,0 +1,5 @@ +Config: + Name: ethanocurtis + UUID: 2bddf743-95dd-4474-b5d8-5b422d754de7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2c119a4d-5b75-45c8-b5c9-acbdc607f808.yml b/plugins/gFeatures/Players/2c119a4d-5b75-45c8-b5c9-acbdc607f808.yml new file mode 100644 index 0000000..e15a9a3 --- /dev/null +++ b/plugins/gFeatures/Players/2c119a4d-5b75-45c8-b5c9-acbdc607f808.yml @@ -0,0 +1,5 @@ +Config: + Name: cjnewman00 + UUID: 2c119a4d-5b75-45c8-b5c9-acbdc607f808 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2c222a32-7687-42cb-8785-521e18025767.yml b/plugins/gFeatures/Players/2c222a32-7687-42cb-8785-521e18025767.yml new file mode 100644 index 0000000..b2fa20c --- /dev/null +++ b/plugins/gFeatures/Players/2c222a32-7687-42cb-8785-521e18025767.yml @@ -0,0 +1,5 @@ +Config: + Name: CCLAX22 + UUID: 2c222a32-7687-42cb-8785-521e18025767 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2c8e5cc1-2eb0-41c7-9678-729cbfb494bd.yml b/plugins/gFeatures/Players/2c8e5cc1-2eb0-41c7-9678-729cbfb494bd.yml new file mode 100644 index 0000000..5611d93 --- /dev/null +++ b/plugins/gFeatures/Players/2c8e5cc1-2eb0-41c7-9678-729cbfb494bd.yml @@ -0,0 +1,5 @@ +Config: + Name: Pandagutt + UUID: 2c8e5cc1-2eb0-41c7-9678-729cbfb494bd + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2d2fee75-d1cc-432e-8dcc-d52083256f7b.yml b/plugins/gFeatures/Players/2d2fee75-d1cc-432e-8dcc-d52083256f7b.yml new file mode 100644 index 0000000..602a445 --- /dev/null +++ b/plugins/gFeatures/Players/2d2fee75-d1cc-432e-8dcc-d52083256f7b.yml @@ -0,0 +1,5 @@ +Config: + Name: RobbeS09 + UUID: 2d2fee75-d1cc-432e-8dcc-d52083256f7b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2d47745e-daa5-45e0-8b33-eaebafaf364a.yml b/plugins/gFeatures/Players/2d47745e-daa5-45e0-8b33-eaebafaf364a.yml new file mode 100644 index 0000000..832a09d --- /dev/null +++ b/plugins/gFeatures/Players/2d47745e-daa5-45e0-8b33-eaebafaf364a.yml @@ -0,0 +1,5 @@ +Config: + Name: MUNIS_NAATTORI + UUID: 2d47745e-daa5-45e0-8b33-eaebafaf364a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2da7cc89-f874-4db6-aeb0-45a14e3a6f93.yml b/plugins/gFeatures/Players/2da7cc89-f874-4db6-aeb0-45a14e3a6f93.yml new file mode 100644 index 0000000..0c88d77 --- /dev/null +++ b/plugins/gFeatures/Players/2da7cc89-f874-4db6-aeb0-45a14e3a6f93.yml @@ -0,0 +1,5 @@ +Config: + Name: lemone_show + UUID: 2da7cc89-f874-4db6-aeb0-45a14e3a6f93 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2db0541e-9cb1-43da-a3b2-1b2c770f1c60.yml b/plugins/gFeatures/Players/2db0541e-9cb1-43da-a3b2-1b2c770f1c60.yml new file mode 100644 index 0000000..fbc1903 --- /dev/null +++ b/plugins/gFeatures/Players/2db0541e-9cb1-43da-a3b2-1b2c770f1c60.yml @@ -0,0 +1,5 @@ +Config: + Name: Wolfman42 + UUID: 2db0541e-9cb1-43da-a3b2-1b2c770f1c60 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2dbc2b84-5c7d-4157-ae96-e926367cebe2.yml b/plugins/gFeatures/Players/2dbc2b84-5c7d-4157-ae96-e926367cebe2.yml new file mode 100644 index 0000000..7139773 --- /dev/null +++ b/plugins/gFeatures/Players/2dbc2b84-5c7d-4157-ae96-e926367cebe2.yml @@ -0,0 +1,5 @@ +Config: + Name: laslowdarskeed + UUID: 2dbc2b84-5c7d-4157-ae96-e926367cebe2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2e04b1a2-8cd5-4350-add1-e747d9c4e53f.yml b/plugins/gFeatures/Players/2e04b1a2-8cd5-4350-add1-e747d9c4e53f.yml new file mode 100644 index 0000000..078a493 --- /dev/null +++ b/plugins/gFeatures/Players/2e04b1a2-8cd5-4350-add1-e747d9c4e53f.yml @@ -0,0 +1,5 @@ +Config: + Name: Jimmystar + UUID: 2e04b1a2-8cd5-4350-add1-e747d9c4e53f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2eb67cc1-c740-4ee1-a0be-0b8b114900b0.yml b/plugins/gFeatures/Players/2eb67cc1-c740-4ee1-a0be-0b8b114900b0.yml new file mode 100644 index 0000000..8396368 --- /dev/null +++ b/plugins/gFeatures/Players/2eb67cc1-c740-4ee1-a0be-0b8b114900b0.yml @@ -0,0 +1,5 @@ +Config: + Name: Teuicui + UUID: 2eb67cc1-c740-4ee1-a0be-0b8b114900b0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2f0c8131-5fd3-4a15-8fa0-da39df95d322.yml b/plugins/gFeatures/Players/2f0c8131-5fd3-4a15-8fa0-da39df95d322.yml new file mode 100644 index 0000000..29fde5c --- /dev/null +++ b/plugins/gFeatures/Players/2f0c8131-5fd3-4a15-8fa0-da39df95d322.yml @@ -0,0 +1,5 @@ +Config: + Name: keyblademasterX + UUID: 2f0c8131-5fd3-4a15-8fa0-da39df95d322 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2f3659ab-601c-4f7d-befe-b87b2e77e17e.yml b/plugins/gFeatures/Players/2f3659ab-601c-4f7d-befe-b87b2e77e17e.yml new file mode 100644 index 0000000..ec89b14 --- /dev/null +++ b/plugins/gFeatures/Players/2f3659ab-601c-4f7d-befe-b87b2e77e17e.yml @@ -0,0 +1,5 @@ +Config: + Name: Tiu_das_Pipocas + UUID: 2f3659ab-601c-4f7d-befe-b87b2e77e17e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2fab2adb-07fc-4e6e-adbf-645e919ac6c8.yml b/plugins/gFeatures/Players/2fab2adb-07fc-4e6e-adbf-645e919ac6c8.yml new file mode 100644 index 0000000..fd82e0f --- /dev/null +++ b/plugins/gFeatures/Players/2fab2adb-07fc-4e6e-adbf-645e919ac6c8.yml @@ -0,0 +1,5 @@ +Config: + Name: Helgunland + UUID: 2fab2adb-07fc-4e6e-adbf-645e919ac6c8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/2fcce8be-f10a-4628-a26c-9de6ad7b403a.yml b/plugins/gFeatures/Players/2fcce8be-f10a-4628-a26c-9de6ad7b403a.yml new file mode 100644 index 0000000..e91d7cb --- /dev/null +++ b/plugins/gFeatures/Players/2fcce8be-f10a-4628-a26c-9de6ad7b403a.yml @@ -0,0 +1,5 @@ +Config: + Name: Tallinngames + UUID: 2fcce8be-f10a-4628-a26c-9de6ad7b403a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/30d3ed65-bfb6-4bfe-9ee2-9b54385550c2.yml b/plugins/gFeatures/Players/30d3ed65-bfb6-4bfe-9ee2-9b54385550c2.yml new file mode 100644 index 0000000..360b1e3 --- /dev/null +++ b/plugins/gFeatures/Players/30d3ed65-bfb6-4bfe-9ee2-9b54385550c2.yml @@ -0,0 +1,5 @@ +Config: + Name: CortesiRaccoon + UUID: 30d3ed65-bfb6-4bfe-9ee2-9b54385550c2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/30e02a1e-9123-4641-bc5a-4f4bb77597b7.yml b/plugins/gFeatures/Players/30e02a1e-9123-4641-bc5a-4f4bb77597b7.yml new file mode 100644 index 0000000..fb59f08 --- /dev/null +++ b/plugins/gFeatures/Players/30e02a1e-9123-4641-bc5a-4f4bb77597b7.yml @@ -0,0 +1,5 @@ +Config: + Name: Lillygrace + UUID: 30e02a1e-9123-4641-bc5a-4f4bb77597b7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3114561d-d23e-47d4-bfda-623d3563d0de.yml b/plugins/gFeatures/Players/3114561d-d23e-47d4-bfda-623d3563d0de.yml new file mode 100644 index 0000000..e6c4843 --- /dev/null +++ b/plugins/gFeatures/Players/3114561d-d23e-47d4-bfda-623d3563d0de.yml @@ -0,0 +1,5 @@ +Config: + Name: JWfootball81 + UUID: 3114561d-d23e-47d4-bfda-623d3563d0de + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/313e3a05-2145-4b68-b8d7-88b09b301b0b.yml b/plugins/gFeatures/Players/313e3a05-2145-4b68-b8d7-88b09b301b0b.yml new file mode 100644 index 0000000..fb90ed6 --- /dev/null +++ b/plugins/gFeatures/Players/313e3a05-2145-4b68-b8d7-88b09b301b0b.yml @@ -0,0 +1,5 @@ +Config: + Name: xSikcal + UUID: 313e3a05-2145-4b68-b8d7-88b09b301b0b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/31c073e2-99c2-403b-b5b1-2e033544c510.yml b/plugins/gFeatures/Players/31c073e2-99c2-403b-b5b1-2e033544c510.yml new file mode 100644 index 0000000..416894e --- /dev/null +++ b/plugins/gFeatures/Players/31c073e2-99c2-403b-b5b1-2e033544c510.yml @@ -0,0 +1,5 @@ +Config: + Name: Josh_313 + UUID: 31c073e2-99c2-403b-b5b1-2e033544c510 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3263f27b-4e4d-49a8-8f6e-9e4c5978fa3f.yml b/plugins/gFeatures/Players/3263f27b-4e4d-49a8-8f6e-9e4c5978fa3f.yml new file mode 100644 index 0000000..436f0ab --- /dev/null +++ b/plugins/gFeatures/Players/3263f27b-4e4d-49a8-8f6e-9e4c5978fa3f.yml @@ -0,0 +1,5 @@ +Config: + Name: Martheus_Puma + UUID: 3263f27b-4e4d-49a8-8f6e-9e4c5978fa3f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/32eed0e7-45c2-4155-81e1-43d421845b51.yml b/plugins/gFeatures/Players/32eed0e7-45c2-4155-81e1-43d421845b51.yml new file mode 100644 index 0000000..2456f73 --- /dev/null +++ b/plugins/gFeatures/Players/32eed0e7-45c2-4155-81e1-43d421845b51.yml @@ -0,0 +1,5 @@ +Config: + Name: iseeducks + UUID: 32eed0e7-45c2-4155-81e1-43d421845b51 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/33170d51-4bba-4a71-b991-9a92f37f5089.yml b/plugins/gFeatures/Players/33170d51-4bba-4a71-b991-9a92f37f5089.yml new file mode 100644 index 0000000..4aea85e --- /dev/null +++ b/plugins/gFeatures/Players/33170d51-4bba-4a71-b991-9a92f37f5089.yml @@ -0,0 +1,5 @@ +Config: + Name: Jarlaxile + UUID: 33170d51-4bba-4a71-b991-9a92f37f5089 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/336ae099-917b-45b5-8f52-e7395b7d825d.yml b/plugins/gFeatures/Players/336ae099-917b-45b5-8f52-e7395b7d825d.yml new file mode 100644 index 0000000..090f6be --- /dev/null +++ b/plugins/gFeatures/Players/336ae099-917b-45b5-8f52-e7395b7d825d.yml @@ -0,0 +1,5 @@ +Config: + Name: Pilot33331 + UUID: 336ae099-917b-45b5-8f52-e7395b7d825d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/33f92fe9-49ea-41fd-a4ae-f0f5d5f2ffbf.yml b/plugins/gFeatures/Players/33f92fe9-49ea-41fd-a4ae-f0f5d5f2ffbf.yml new file mode 100644 index 0000000..1ffce61 --- /dev/null +++ b/plugins/gFeatures/Players/33f92fe9-49ea-41fd-a4ae-f0f5d5f2ffbf.yml @@ -0,0 +1,5 @@ +Config: + Name: Cutie_pie_0205 + UUID: 33f92fe9-49ea-41fd-a4ae-f0f5d5f2ffbf + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/349468ee-fc2c-48e2-9cee-b4d420a35ddd.yml b/plugins/gFeatures/Players/349468ee-fc2c-48e2-9cee-b4d420a35ddd.yml new file mode 100644 index 0000000..f1c01a4 --- /dev/null +++ b/plugins/gFeatures/Players/349468ee-fc2c-48e2-9cee-b4d420a35ddd.yml @@ -0,0 +1,5 @@ +Config: + Name: dragosmans1332 + UUID: 349468ee-fc2c-48e2-9cee-b4d420a35ddd + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/35356f70-744f-4c4a-9061-9792c41c06f4.yml b/plugins/gFeatures/Players/35356f70-744f-4c4a-9061-9792c41c06f4.yml new file mode 100644 index 0000000..5310ea7 --- /dev/null +++ b/plugins/gFeatures/Players/35356f70-744f-4c4a-9061-9792c41c06f4.yml @@ -0,0 +1,5 @@ +Config: + Name: ScotiChronicon + UUID: 35356f70-744f-4c4a-9061-9792c41c06f4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/35b8ae47-a249-42fa-bb82-a4d3625e6be2.yml b/plugins/gFeatures/Players/35b8ae47-a249-42fa-bb82-a4d3625e6be2.yml new file mode 100644 index 0000000..abe3ccb --- /dev/null +++ b/plugins/gFeatures/Players/35b8ae47-a249-42fa-bb82-a4d3625e6be2.yml @@ -0,0 +1,5 @@ +Config: + Name: jacksongalaxybum + UUID: 35b8ae47-a249-42fa-bb82-a4d3625e6be2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.yml b/plugins/gFeatures/Players/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.yml new file mode 100644 index 0000000..01decd9 --- /dev/null +++ b/plugins/gFeatures/Players/372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7.yml @@ -0,0 +1,5 @@ +Config: + Name: applearon + UUID: 372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/37c21db1-0193-4232-b512-98cc82ad740d.yml b/plugins/gFeatures/Players/37c21db1-0193-4232-b512-98cc82ad740d.yml new file mode 100644 index 0000000..17073ae --- /dev/null +++ b/plugins/gFeatures/Players/37c21db1-0193-4232-b512-98cc82ad740d.yml @@ -0,0 +1,5 @@ +Config: + Name: popyjopy6 + UUID: 37c21db1-0193-4232-b512-98cc82ad740d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/37c7d90b-053b-4fd9-807d-101d46f58537.yml b/plugins/gFeatures/Players/37c7d90b-053b-4fd9-807d-101d46f58537.yml new file mode 100644 index 0000000..2733a12 --- /dev/null +++ b/plugins/gFeatures/Players/37c7d90b-053b-4fd9-807d-101d46f58537.yml @@ -0,0 +1,5 @@ +Config: + Name: Diskoalafy + UUID: 37c7d90b-053b-4fd9-807d-101d46f58537 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/389256c1-6759-4f80-a0b9-3ce88a4be707.yml b/plugins/gFeatures/Players/389256c1-6759-4f80-a0b9-3ce88a4be707.yml new file mode 100644 index 0000000..f9c82f6 --- /dev/null +++ b/plugins/gFeatures/Players/389256c1-6759-4f80-a0b9-3ce88a4be707.yml @@ -0,0 +1,5 @@ +Config: + Name: bluseryl + UUID: 389256c1-6759-4f80-a0b9-3ce88a4be707 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/38a88456-c8c5-45e9-8595-c8380d7fe668.yml b/plugins/gFeatures/Players/38a88456-c8c5-45e9-8595-c8380d7fe668.yml new file mode 100644 index 0000000..02581ba --- /dev/null +++ b/plugins/gFeatures/Players/38a88456-c8c5-45e9-8595-c8380d7fe668.yml @@ -0,0 +1,5 @@ +Config: + Name: BeanMC + UUID: 38a88456-c8c5-45e9-8595-c8380d7fe668 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/38cbba23-9fab-4e70-b767-145585253873.yml b/plugins/gFeatures/Players/38cbba23-9fab-4e70-b767-145585253873.yml new file mode 100644 index 0000000..dc997b4 --- /dev/null +++ b/plugins/gFeatures/Players/38cbba23-9fab-4e70-b767-145585253873.yml @@ -0,0 +1,5 @@ +Config: + Name: Afeminado + UUID: 38cbba23-9fab-4e70-b767-145585253873 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/391bcc27-4322-4c4c-b297-188e941feecc.yml b/plugins/gFeatures/Players/391bcc27-4322-4c4c-b297-188e941feecc.yml new file mode 100644 index 0000000..8cc9825 --- /dev/null +++ b/plugins/gFeatures/Players/391bcc27-4322-4c4c-b297-188e941feecc.yml @@ -0,0 +1,5 @@ +Config: + Name: Meneer_Dean + UUID: 391bcc27-4322-4c4c-b297-188e941feecc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/39793448-2f71-4f7b-93dd-2b2a8f6b49e4.yml b/plugins/gFeatures/Players/39793448-2f71-4f7b-93dd-2b2a8f6b49e4.yml new file mode 100644 index 0000000..35dc8fa --- /dev/null +++ b/plugins/gFeatures/Players/39793448-2f71-4f7b-93dd-2b2a8f6b49e4.yml @@ -0,0 +1,5 @@ +Config: + Name: Bradleyman + UUID: 39793448-2f71-4f7b-93dd-2b2a8f6b49e4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3996be22-39ab-419e-bbcb-9ddfd938de77.yml b/plugins/gFeatures/Players/3996be22-39ab-419e-bbcb-9ddfd938de77.yml new file mode 100644 index 0000000..637b3b1 --- /dev/null +++ b/plugins/gFeatures/Players/3996be22-39ab-419e-bbcb-9ddfd938de77.yml @@ -0,0 +1,5 @@ +Config: + Name: __CharaDreemurr_ + UUID: 3996be22-39ab-419e-bbcb-9ddfd938de77 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3a12ce78-26bc-41c4-b74b-5b2c6148f98c.yml b/plugins/gFeatures/Players/3a12ce78-26bc-41c4-b74b-5b2c6148f98c.yml new file mode 100644 index 0000000..80faea7 --- /dev/null +++ b/plugins/gFeatures/Players/3a12ce78-26bc-41c4-b74b-5b2c6148f98c.yml @@ -0,0 +1,5 @@ +Config: + Name: KainMarx + UUID: 3a12ce78-26bc-41c4-b74b-5b2c6148f98c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3af56ebc-2ef6-4357-be97-4f126b5bf481.yml b/plugins/gFeatures/Players/3af56ebc-2ef6-4357-be97-4f126b5bf481.yml new file mode 100644 index 0000000..95f740f --- /dev/null +++ b/plugins/gFeatures/Players/3af56ebc-2ef6-4357-be97-4f126b5bf481.yml @@ -0,0 +1,5 @@ +Config: + Name: Nano69 + UUID: 3af56ebc-2ef6-4357-be97-4f126b5bf481 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3bfdea19-dd65-4c22-9811-5a770c742f02.yml b/plugins/gFeatures/Players/3bfdea19-dd65-4c22-9811-5a770c742f02.yml new file mode 100644 index 0000000..1b2b487 --- /dev/null +++ b/plugins/gFeatures/Players/3bfdea19-dd65-4c22-9811-5a770c742f02.yml @@ -0,0 +1,5 @@ +Config: + Name: iluminatiIsReal + UUID: 3bfdea19-dd65-4c22-9811-5a770c742f02 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3c075d54-1f4e-41b6-8c19-c5a641aa7f70.yml b/plugins/gFeatures/Players/3c075d54-1f4e-41b6-8c19-c5a641aa7f70.yml new file mode 100644 index 0000000..841e404 --- /dev/null +++ b/plugins/gFeatures/Players/3c075d54-1f4e-41b6-8c19-c5a641aa7f70.yml @@ -0,0 +1,5 @@ +Config: + Name: MoustacheLlama + UUID: 3c075d54-1f4e-41b6-8c19-c5a641aa7f70 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3c37f8e7-3b43-472b-a025-51889bed6536.yml b/plugins/gFeatures/Players/3c37f8e7-3b43-472b-a025-51889bed6536.yml new file mode 100644 index 0000000..b77b0f1 --- /dev/null +++ b/plugins/gFeatures/Players/3c37f8e7-3b43-472b-a025-51889bed6536.yml @@ -0,0 +1,5 @@ +Config: + Name: jcb03_ + UUID: 3c37f8e7-3b43-472b-a025-51889bed6536 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3c57cb5f-afcd-45ba-8d6f-033706510135.yml b/plugins/gFeatures/Players/3c57cb5f-afcd-45ba-8d6f-033706510135.yml new file mode 100644 index 0000000..a663fa8 --- /dev/null +++ b/plugins/gFeatures/Players/3c57cb5f-afcd-45ba-8d6f-033706510135.yml @@ -0,0 +1,5 @@ +Config: + Name: Tinytim15 + UUID: 3c57cb5f-afcd-45ba-8d6f-033706510135 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3c71d906-921d-4153-a3a9-149473e531c6.yml b/plugins/gFeatures/Players/3c71d906-921d-4153-a3a9-149473e531c6.yml new file mode 100644 index 0000000..60a085f --- /dev/null +++ b/plugins/gFeatures/Players/3c71d906-921d-4153-a3a9-149473e531c6.yml @@ -0,0 +1,5 @@ +Config: + Name: ANONYMOUS159 + UUID: 3c71d906-921d-4153-a3a9-149473e531c6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3cc37334-0406-420f-915d-5c9c99e940c8.yml b/plugins/gFeatures/Players/3cc37334-0406-420f-915d-5c9c99e940c8.yml new file mode 100644 index 0000000..a6cab48 --- /dev/null +++ b/plugins/gFeatures/Players/3cc37334-0406-420f-915d-5c9c99e940c8.yml @@ -0,0 +1,5 @@ +Config: + Name: ArctictheWolff + UUID: 3cc37334-0406-420f-915d-5c9c99e940c8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3cfdbfc2-90af-4f51-b134-c0e75485eaf2.yml b/plugins/gFeatures/Players/3cfdbfc2-90af-4f51-b134-c0e75485eaf2.yml new file mode 100644 index 0000000..99273bc --- /dev/null +++ b/plugins/gFeatures/Players/3cfdbfc2-90af-4f51-b134-c0e75485eaf2.yml @@ -0,0 +1,5 @@ +Config: + Name: OMGItsAir + UUID: 3cfdbfc2-90af-4f51-b134-c0e75485eaf2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3deaf19d-36d2-450c-9e6f-b12aff1dda2b.yml b/plugins/gFeatures/Players/3deaf19d-36d2-450c-9e6f-b12aff1dda2b.yml new file mode 100644 index 0000000..4fccca4 --- /dev/null +++ b/plugins/gFeatures/Players/3deaf19d-36d2-450c-9e6f-b12aff1dda2b.yml @@ -0,0 +1,5 @@ +Config: + Name: Wolfz__ + UUID: 3deaf19d-36d2-450c-9e6f-b12aff1dda2b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3dfadc66-b9aa-499c-980f-09deb655b596.yml b/plugins/gFeatures/Players/3dfadc66-b9aa-499c-980f-09deb655b596.yml new file mode 100644 index 0000000..c96a3a7 --- /dev/null +++ b/plugins/gFeatures/Players/3dfadc66-b9aa-499c-980f-09deb655b596.yml @@ -0,0 +1,5 @@ +Config: + Name: jjmaxgames + UUID: 3dfadc66-b9aa-499c-980f-09deb655b596 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3e0c5c58-c392-49fc-ad1d-3aaca00d49cb.yml b/plugins/gFeatures/Players/3e0c5c58-c392-49fc-ad1d-3aaca00d49cb.yml new file mode 100644 index 0000000..d5ba781 --- /dev/null +++ b/plugins/gFeatures/Players/3e0c5c58-c392-49fc-ad1d-3aaca00d49cb.yml @@ -0,0 +1,5 @@ +Config: + Name: hunimana + UUID: 3e0c5c58-c392-49fc-ad1d-3aaca00d49cb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3e1b0e5f-e626-477a-973a-6cc55c3450dc.yml b/plugins/gFeatures/Players/3e1b0e5f-e626-477a-973a-6cc55c3450dc.yml new file mode 100644 index 0000000..9b25bcf --- /dev/null +++ b/plugins/gFeatures/Players/3e1b0e5f-e626-477a-973a-6cc55c3450dc.yml @@ -0,0 +1,5 @@ +Config: + Name: SAMMAN827 + UUID: 3e1b0e5f-e626-477a-973a-6cc55c3450dc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3e9401b0-ca21-4fdf-8c47-f51ef2a995c1.yml b/plugins/gFeatures/Players/3e9401b0-ca21-4fdf-8c47-f51ef2a995c1.yml new file mode 100644 index 0000000..afe57cc --- /dev/null +++ b/plugins/gFeatures/Players/3e9401b0-ca21-4fdf-8c47-f51ef2a995c1.yml @@ -0,0 +1,5 @@ +Config: + Name: AatifMC + UUID: 3e9401b0-ca21-4fdf-8c47-f51ef2a995c1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3ea4c0b8-3f88-426a-8d70-68a04cbee377.yml b/plugins/gFeatures/Players/3ea4c0b8-3f88-426a-8d70-68a04cbee377.yml new file mode 100644 index 0000000..1fe1901 --- /dev/null +++ b/plugins/gFeatures/Players/3ea4c0b8-3f88-426a-8d70-68a04cbee377.yml @@ -0,0 +1,5 @@ +Config: + Name: Maxzhou100 + UUID: 3ea4c0b8-3f88-426a-8d70-68a04cbee377 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/3f1ae086-dea2-47d5-b9e1-74bb28d99700.yml b/plugins/gFeatures/Players/3f1ae086-dea2-47d5-b9e1-74bb28d99700.yml new file mode 100644 index 0000000..38e7b60 --- /dev/null +++ b/plugins/gFeatures/Players/3f1ae086-dea2-47d5-b9e1-74bb28d99700.yml @@ -0,0 +1,5 @@ +Config: + Name: Madrox2012 + UUID: 3f1ae086-dea2-47d5-b9e1-74bb28d99700 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/40b36854-a9b4-4749-a0b3-1ea4d697b2ac.yml b/plugins/gFeatures/Players/40b36854-a9b4-4749-a0b3-1ea4d697b2ac.yml new file mode 100644 index 0000000..037a9e7 --- /dev/null +++ b/plugins/gFeatures/Players/40b36854-a9b4-4749-a0b3-1ea4d697b2ac.yml @@ -0,0 +1,5 @@ +Config: + Name: Ksoul4life + UUID: 40b36854-a9b4-4749-a0b3-1ea4d697b2ac + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/40c07b9f-5462-4a1a-aab7-e1da2fd14f52.yml b/plugins/gFeatures/Players/40c07b9f-5462-4a1a-aab7-e1da2fd14f52.yml new file mode 100644 index 0000000..c9fe3b4 --- /dev/null +++ b/plugins/gFeatures/Players/40c07b9f-5462-4a1a-aab7-e1da2fd14f52.yml @@ -0,0 +1,5 @@ +Config: + Name: DC_20 + UUID: 40c07b9f-5462-4a1a-aab7-e1da2fd14f52 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.yml b/plugins/gFeatures/Players/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.yml new file mode 100644 index 0000000..4ba5572 --- /dev/null +++ b/plugins/gFeatures/Players/417ebf17-eaaf-43e0-ad1f-cf6a5bc35430.yml @@ -0,0 +1,5 @@ +Config: + Name: animallover973 + UUID: 417ebf17-eaaf-43e0-ad1f-cf6a5bc35430 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/41800b99-c553-435f-9dc2-4bfdac4c82e5.yml b/plugins/gFeatures/Players/41800b99-c553-435f-9dc2-4bfdac4c82e5.yml new file mode 100644 index 0000000..b471d48 --- /dev/null +++ b/plugins/gFeatures/Players/41800b99-c553-435f-9dc2-4bfdac4c82e5.yml @@ -0,0 +1,5 @@ +Config: + Name: micky_man + UUID: 41800b99-c553-435f-9dc2-4bfdac4c82e5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4180daf5-4490-40db-b67b-687be81bc721.yml b/plugins/gFeatures/Players/4180daf5-4490-40db-b67b-687be81bc721.yml new file mode 100644 index 0000000..7bdf9ac --- /dev/null +++ b/plugins/gFeatures/Players/4180daf5-4490-40db-b67b-687be81bc721.yml @@ -0,0 +1,5 @@ +Config: + Name: MeowMeowz + UUID: 4180daf5-4490-40db-b67b-687be81bc721 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/418eb897-e46c-40a1-93bd-c96fcd4dfca3.yml b/plugins/gFeatures/Players/418eb897-e46c-40a1-93bd-c96fcd4dfca3.yml new file mode 100644 index 0000000..ffca16a --- /dev/null +++ b/plugins/gFeatures/Players/418eb897-e46c-40a1-93bd-c96fcd4dfca3.yml @@ -0,0 +1,5 @@ +Config: + Name: LaraTomb + UUID: 418eb897-e46c-40a1-93bd-c96fcd4dfca3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/41c6d190-ac4e-4b78-bc0b-f5e35e90e96d.yml b/plugins/gFeatures/Players/41c6d190-ac4e-4b78-bc0b-f5e35e90e96d.yml new file mode 100644 index 0000000..48d7a98 --- /dev/null +++ b/plugins/gFeatures/Players/41c6d190-ac4e-4b78-bc0b-f5e35e90e96d.yml @@ -0,0 +1,5 @@ +Config: + Name: Fairbloom + UUID: 41c6d190-ac4e-4b78-bc0b-f5e35e90e96d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/42f2d4cb-fa3e-4c5f-b18d-b0b0e2a4c54d.yml b/plugins/gFeatures/Players/42f2d4cb-fa3e-4c5f-b18d-b0b0e2a4c54d.yml new file mode 100644 index 0000000..6d18e17 --- /dev/null +++ b/plugins/gFeatures/Players/42f2d4cb-fa3e-4c5f-b18d-b0b0e2a4c54d.yml @@ -0,0 +1,5 @@ +Config: + Name: gyllenevarg + UUID: 42f2d4cb-fa3e-4c5f-b18d-b0b0e2a4c54d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4302a0ae-91bf-42c6-a86e-03b069d2ef8a.yml b/plugins/gFeatures/Players/4302a0ae-91bf-42c6-a86e-03b069d2ef8a.yml new file mode 100644 index 0000000..2447651 --- /dev/null +++ b/plugins/gFeatures/Players/4302a0ae-91bf-42c6-a86e-03b069d2ef8a.yml @@ -0,0 +1,5 @@ +Config: + Name: laurilinnas9 + UUID: 4302a0ae-91bf-42c6-a86e-03b069d2ef8a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/43624055-f7b1-451a-9630-265ea807563b.yml b/plugins/gFeatures/Players/43624055-f7b1-451a-9630-265ea807563b.yml new file mode 100644 index 0000000..1922357 --- /dev/null +++ b/plugins/gFeatures/Players/43624055-f7b1-451a-9630-265ea807563b.yml @@ -0,0 +1,5 @@ +Config: + Name: Rexdynamo123 + UUID: 43624055-f7b1-451a-9630-265ea807563b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/43c1af0e-78c4-4233-9883-3c866fbce169.yml b/plugins/gFeatures/Players/43c1af0e-78c4-4233-9883-3c866fbce169.yml new file mode 100644 index 0000000..9e043a2 --- /dev/null +++ b/plugins/gFeatures/Players/43c1af0e-78c4-4233-9883-3c866fbce169.yml @@ -0,0 +1,5 @@ +Config: + Name: Adrafinil + UUID: 43c1af0e-78c4-4233-9883-3c866fbce169 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4437a682-7adb-4410-8f1d-a9b05ccbc18f.yml b/plugins/gFeatures/Players/4437a682-7adb-4410-8f1d-a9b05ccbc18f.yml new file mode 100644 index 0000000..3172f9e --- /dev/null +++ b/plugins/gFeatures/Players/4437a682-7adb-4410-8f1d-a9b05ccbc18f.yml @@ -0,0 +1,5 @@ +Config: + Name: augest + UUID: 4437a682-7adb-4410-8f1d-a9b05ccbc18f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/44e124cd-2480-47dd-9ef2-7153de62638b.yml b/plugins/gFeatures/Players/44e124cd-2480-47dd-9ef2-7153de62638b.yml new file mode 100644 index 0000000..dd3f408 --- /dev/null +++ b/plugins/gFeatures/Players/44e124cd-2480-47dd-9ef2-7153de62638b.yml @@ -0,0 +1,5 @@ +Config: + Name: IceCreamLover246 + UUID: 44e124cd-2480-47dd-9ef2-7153de62638b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4533b807-a36e-46f6-8ff2-691060e8e875.yml b/plugins/gFeatures/Players/4533b807-a36e-46f6-8ff2-691060e8e875.yml new file mode 100644 index 0000000..b1c84c7 --- /dev/null +++ b/plugins/gFeatures/Players/4533b807-a36e-46f6-8ff2-691060e8e875.yml @@ -0,0 +1,5 @@ +Config: + Name: Weasley + UUID: 4533b807-a36e-46f6-8ff2-691060e8e875 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/45aa473b-7457-4712-8db3-06c7f6f596a5.yml b/plugins/gFeatures/Players/45aa473b-7457-4712-8db3-06c7f6f596a5.yml new file mode 100644 index 0000000..c021b00 --- /dev/null +++ b/plugins/gFeatures/Players/45aa473b-7457-4712-8db3-06c7f6f596a5.yml @@ -0,0 +1,5 @@ +Config: + Name: _VinoEnCarton_ + UUID: 45aa473b-7457-4712-8db3-06c7f6f596a5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/45fee59f-3712-4291-a688-c20cec5d5d16.yml b/plugins/gFeatures/Players/45fee59f-3712-4291-a688-c20cec5d5d16.yml new file mode 100644 index 0000000..33184d9 --- /dev/null +++ b/plugins/gFeatures/Players/45fee59f-3712-4291-a688-c20cec5d5d16.yml @@ -0,0 +1,5 @@ +Config: + Name: drryand + UUID: 45fee59f-3712-4291-a688-c20cec5d5d16 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/463d2664-7ce7-46b9-a016-c6a74ceac15d.yml b/plugins/gFeatures/Players/463d2664-7ce7-46b9-a016-c6a74ceac15d.yml new file mode 100644 index 0000000..688f2eb --- /dev/null +++ b/plugins/gFeatures/Players/463d2664-7ce7-46b9-a016-c6a74ceac15d.yml @@ -0,0 +1,5 @@ +Config: + Name: V_PoroSnax_V + UUID: 463d2664-7ce7-46b9-a016-c6a74ceac15d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/46d7ba71-3081-45a0-bfaa-a7dc82fed55d.yml b/plugins/gFeatures/Players/46d7ba71-3081-45a0-bfaa-a7dc82fed55d.yml new file mode 100644 index 0000000..f85579f --- /dev/null +++ b/plugins/gFeatures/Players/46d7ba71-3081-45a0-bfaa-a7dc82fed55d.yml @@ -0,0 +1,5 @@ +Config: + Name: animallover2015 + UUID: 46d7ba71-3081-45a0-bfaa-a7dc82fed55d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4734dba8-caaf-41ad-b6ec-353d88db4cbe.yml b/plugins/gFeatures/Players/4734dba8-caaf-41ad-b6ec-353d88db4cbe.yml new file mode 100644 index 0000000..f279632 --- /dev/null +++ b/plugins/gFeatures/Players/4734dba8-caaf-41ad-b6ec-353d88db4cbe.yml @@ -0,0 +1,5 @@ +Config: + Name: progamer911 + UUID: 4734dba8-caaf-41ad-b6ec-353d88db4cbe + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/476f7cf6-60ee-44f5-a96f-863ef007245b.yml b/plugins/gFeatures/Players/476f7cf6-60ee-44f5-a96f-863ef007245b.yml new file mode 100644 index 0000000..c09d00b --- /dev/null +++ b/plugins/gFeatures/Players/476f7cf6-60ee-44f5-a96f-863ef007245b.yml @@ -0,0 +1,5 @@ +Config: + Name: Krusel + UUID: 476f7cf6-60ee-44f5-a96f-863ef007245b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/477696de-02a5-46b3-9cc6-109ee05fbff7.yml b/plugins/gFeatures/Players/477696de-02a5-46b3-9cc6-109ee05fbff7.yml new file mode 100644 index 0000000..f357000 --- /dev/null +++ b/plugins/gFeatures/Players/477696de-02a5-46b3-9cc6-109ee05fbff7.yml @@ -0,0 +1,5 @@ +Config: + Name: SuperGamingNoob + UUID: 477696de-02a5-46b3-9cc6-109ee05fbff7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4824d772-38ce-4f88-a555-5fbdc780c2fb.yml b/plugins/gFeatures/Players/4824d772-38ce-4f88-a555-5fbdc780c2fb.yml new file mode 100644 index 0000000..1863298 --- /dev/null +++ b/plugins/gFeatures/Players/4824d772-38ce-4f88-a555-5fbdc780c2fb.yml @@ -0,0 +1,5 @@ +Config: + Name: EmberGhost + UUID: 4824d772-38ce-4f88-a555-5fbdc780c2fb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/483cb688-982b-4592-8e7d-6fb29c8b71ca.yml b/plugins/gFeatures/Players/483cb688-982b-4592-8e7d-6fb29c8b71ca.yml new file mode 100644 index 0000000..3cc0b13 --- /dev/null +++ b/plugins/gFeatures/Players/483cb688-982b-4592-8e7d-6fb29c8b71ca.yml @@ -0,0 +1,5 @@ +Config: + Name: The_Mr_Awesome + UUID: 483cb688-982b-4592-8e7d-6fb29c8b71ca + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/483e9585-5ccb-4fbb-896a-ea1654929ee4.yml b/plugins/gFeatures/Players/483e9585-5ccb-4fbb-896a-ea1654929ee4.yml new file mode 100644 index 0000000..87c1c21 --- /dev/null +++ b/plugins/gFeatures/Players/483e9585-5ccb-4fbb-896a-ea1654929ee4.yml @@ -0,0 +1,5 @@ +Config: + Name: 2_am + UUID: 483e9585-5ccb-4fbb-896a-ea1654929ee4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/487dcd18-18a9-48cc-bbd1-34eb689baafe.yml b/plugins/gFeatures/Players/487dcd18-18a9-48cc-bbd1-34eb689baafe.yml new file mode 100644 index 0000000..a6946c6 --- /dev/null +++ b/plugins/gFeatures/Players/487dcd18-18a9-48cc-bbd1-34eb689baafe.yml @@ -0,0 +1,5 @@ +Config: + Name: taknk + UUID: 487dcd18-18a9-48cc-bbd1-34eb689baafe + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/48bdb04c-2174-407b-b3c4-9990ac91b201.yml b/plugins/gFeatures/Players/48bdb04c-2174-407b-b3c4-9990ac91b201.yml new file mode 100644 index 0000000..e8b141d --- /dev/null +++ b/plugins/gFeatures/Players/48bdb04c-2174-407b-b3c4-9990ac91b201.yml @@ -0,0 +1,5 @@ +Config: + Name: SirElkjaer + UUID: 48bdb04c-2174-407b-b3c4-9990ac91b201 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/49db6cb5-6ee1-4b4f-8259-30c5cc926610.yml b/plugins/gFeatures/Players/49db6cb5-6ee1-4b4f-8259-30c5cc926610.yml new file mode 100644 index 0000000..0c1059d --- /dev/null +++ b/plugins/gFeatures/Players/49db6cb5-6ee1-4b4f-8259-30c5cc926610.yml @@ -0,0 +1,5 @@ +Config: + Name: tomas3930 + UUID: 49db6cb5-6ee1-4b4f-8259-30c5cc926610 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4af4ba4d-4684-44bb-b7aa-f13cb40ef8f1.yml b/plugins/gFeatures/Players/4af4ba4d-4684-44bb-b7aa-f13cb40ef8f1.yml new file mode 100644 index 0000000..9f42004 --- /dev/null +++ b/plugins/gFeatures/Players/4af4ba4d-4684-44bb-b7aa-f13cb40ef8f1.yml @@ -0,0 +1,5 @@ +Config: + Name: Jtrillo + UUID: 4af4ba4d-4684-44bb-b7aa-f13cb40ef8f1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4bffe671-4ea8-426a-9950-e771e7e584ec.yml b/plugins/gFeatures/Players/4bffe671-4ea8-426a-9950-e771e7e584ec.yml new file mode 100644 index 0000000..95bebfb --- /dev/null +++ b/plugins/gFeatures/Players/4bffe671-4ea8-426a-9950-e771e7e584ec.yml @@ -0,0 +1,5 @@ +Config: + Name: DJ_HORSECOCK + UUID: 4bffe671-4ea8-426a-9950-e771e7e584ec + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4d056d44-debf-43f5-bc9a-f2dcf904a1b0.yml b/plugins/gFeatures/Players/4d056d44-debf-43f5-bc9a-f2dcf904a1b0.yml new file mode 100644 index 0000000..9ce2d86 --- /dev/null +++ b/plugins/gFeatures/Players/4d056d44-debf-43f5-bc9a-f2dcf904a1b0.yml @@ -0,0 +1,5 @@ +Config: + Name: Austin595 + UUID: 4d056d44-debf-43f5-bc9a-f2dcf904a1b0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4d246e26-0742-43c2-b347-3273975e4223.yml b/plugins/gFeatures/Players/4d246e26-0742-43c2-b347-3273975e4223.yml new file mode 100644 index 0000000..e522df4 --- /dev/null +++ b/plugins/gFeatures/Players/4d246e26-0742-43c2-b347-3273975e4223.yml @@ -0,0 +1,5 @@ +Config: + Name: SbdM_SpiderMan + UUID: 4d246e26-0742-43c2-b347-3273975e4223 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4d87c7b6-2b0e-4146-bbc7-37bc81ce03e3.yml b/plugins/gFeatures/Players/4d87c7b6-2b0e-4146-bbc7-37bc81ce03e3.yml new file mode 100644 index 0000000..5b796eb --- /dev/null +++ b/plugins/gFeatures/Players/4d87c7b6-2b0e-4146-bbc7-37bc81ce03e3.yml @@ -0,0 +1,5 @@ +Config: + Name: Miniature_Labs + UUID: 4d87c7b6-2b0e-4146-bbc7-37bc81ce03e3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4ecea3e9-0d7a-4f50-9146-ff8312ef86aa.yml b/plugins/gFeatures/Players/4ecea3e9-0d7a-4f50-9146-ff8312ef86aa.yml new file mode 100644 index 0000000..08ce396 --- /dev/null +++ b/plugins/gFeatures/Players/4ecea3e9-0d7a-4f50-9146-ff8312ef86aa.yml @@ -0,0 +1,5 @@ +Config: + Name: AttackingServers + UUID: 4ecea3e9-0d7a-4f50-9146-ff8312ef86aa + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4f3a502a-e702-4a3a-926b-ff243553c563.yml b/plugins/gFeatures/Players/4f3a502a-e702-4a3a-926b-ff243553c563.yml new file mode 100644 index 0000000..1eea3b6 --- /dev/null +++ b/plugins/gFeatures/Players/4f3a502a-e702-4a3a-926b-ff243553c563.yml @@ -0,0 +1,5 @@ +Config: + Name: dinohead90 + UUID: 4f3a502a-e702-4a3a-926b-ff243553c563 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4f7fa569-503c-4d57-8f39-913c07fe6fa6.yml b/plugins/gFeatures/Players/4f7fa569-503c-4d57-8f39-913c07fe6fa6.yml new file mode 100644 index 0000000..8f4dc21 --- /dev/null +++ b/plugins/gFeatures/Players/4f7fa569-503c-4d57-8f39-913c07fe6fa6.yml @@ -0,0 +1,5 @@ +Config: + Name: Milo359 + UUID: 4f7fa569-503c-4d57-8f39-913c07fe6fa6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/4fee0127-93c2-4301-8990-81b4ebf99c21.yml b/plugins/gFeatures/Players/4fee0127-93c2-4301-8990-81b4ebf99c21.yml new file mode 100644 index 0000000..a8d9378 --- /dev/null +++ b/plugins/gFeatures/Players/4fee0127-93c2-4301-8990-81b4ebf99c21.yml @@ -0,0 +1,5 @@ +Config: + Name: Stangboys + UUID: 4fee0127-93c2-4301-8990-81b4ebf99c21 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/505188cc-af45-425d-8a07-2567b50e7d38.yml b/plugins/gFeatures/Players/505188cc-af45-425d-8a07-2567b50e7d38.yml new file mode 100644 index 0000000..d24f700 --- /dev/null +++ b/plugins/gFeatures/Players/505188cc-af45-425d-8a07-2567b50e7d38.yml @@ -0,0 +1,5 @@ +Config: + Name: diamonddoor83 + UUID: 505188cc-af45-425d-8a07-2567b50e7d38 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/50c88f2b-422d-4275-b1e3-c4cf78dd6f93.yml b/plugins/gFeatures/Players/50c88f2b-422d-4275-b1e3-c4cf78dd6f93.yml new file mode 100644 index 0000000..2dc4d7e --- /dev/null +++ b/plugins/gFeatures/Players/50c88f2b-422d-4275-b1e3-c4cf78dd6f93.yml @@ -0,0 +1,5 @@ +Config: + Name: Silent_Leo + UUID: 50c88f2b-422d-4275-b1e3-c4cf78dd6f93 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/520989f1-ebb8-419f-b661-07c2f4386ec2.yml b/plugins/gFeatures/Players/520989f1-ebb8-419f-b661-07c2f4386ec2.yml new file mode 100644 index 0000000..7306fa7 --- /dev/null +++ b/plugins/gFeatures/Players/520989f1-ebb8-419f-b661-07c2f4386ec2.yml @@ -0,0 +1,5 @@ +Config: + Name: Sirloma + UUID: 520989f1-ebb8-419f-b661-07c2f4386ec2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/53368d3d-0822-4d53-9a0b-7d075619e080.yml b/plugins/gFeatures/Players/53368d3d-0822-4d53-9a0b-7d075619e080.yml new file mode 100644 index 0000000..58eba87 --- /dev/null +++ b/plugins/gFeatures/Players/53368d3d-0822-4d53-9a0b-7d075619e080.yml @@ -0,0 +1,5 @@ +Config: + Name: knighthunter888 + UUID: 53368d3d-0822-4d53-9a0b-7d075619e080 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/53bcaeb2-86dc-4ca2-987e-0219fdda6922.yml b/plugins/gFeatures/Players/53bcaeb2-86dc-4ca2-987e-0219fdda6922.yml new file mode 100644 index 0000000..7e2ca8b --- /dev/null +++ b/plugins/gFeatures/Players/53bcaeb2-86dc-4ca2-987e-0219fdda6922.yml @@ -0,0 +1,5 @@ +Config: + Name: GalaxyAndromeda + UUID: 53bcaeb2-86dc-4ca2-987e-0219fdda6922 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/53ebbc2b-925b-4648-9a36-c6ce720e7cf7.yml b/plugins/gFeatures/Players/53ebbc2b-925b-4648-9a36-c6ce720e7cf7.yml new file mode 100644 index 0000000..bd54424 --- /dev/null +++ b/plugins/gFeatures/Players/53ebbc2b-925b-4648-9a36-c6ce720e7cf7.yml @@ -0,0 +1,5 @@ +Config: + Name: ellaaaaa12 + UUID: 53ebbc2b-925b-4648-9a36-c6ce720e7cf7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5403b176-f6a1-4cab-86fa-c49d79e96ab9.yml b/plugins/gFeatures/Players/5403b176-f6a1-4cab-86fa-c49d79e96ab9.yml new file mode 100644 index 0000000..50b8426 --- /dev/null +++ b/plugins/gFeatures/Players/5403b176-f6a1-4cab-86fa-c49d79e96ab9.yml @@ -0,0 +1,5 @@ +Config: + Name: darthchipmunk2 + UUID: 5403b176-f6a1-4cab-86fa-c49d79e96ab9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/546a4b2d-b9b7-4f13-8516-1efa81dce97e.yml b/plugins/gFeatures/Players/546a4b2d-b9b7-4f13-8516-1efa81dce97e.yml new file mode 100644 index 0000000..66927c1 --- /dev/null +++ b/plugins/gFeatures/Players/546a4b2d-b9b7-4f13-8516-1efa81dce97e.yml @@ -0,0 +1,5 @@ +Config: + Name: Hardcore__Gamer + UUID: 546a4b2d-b9b7-4f13-8516-1efa81dce97e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5518e657-b45a-4c90-b7a1-3aec8bfa0215.yml b/plugins/gFeatures/Players/5518e657-b45a-4c90-b7a1-3aec8bfa0215.yml new file mode 100644 index 0000000..ef62a84 --- /dev/null +++ b/plugins/gFeatures/Players/5518e657-b45a-4c90-b7a1-3aec8bfa0215.yml @@ -0,0 +1,5 @@ +Config: + Name: youhwan808 + UUID: 5518e657-b45a-4c90-b7a1-3aec8bfa0215 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/55618dfa-b17f-4e8a-814f-41768360af09.yml b/plugins/gFeatures/Players/55618dfa-b17f-4e8a-814f-41768360af09.yml new file mode 100644 index 0000000..505b9eb --- /dev/null +++ b/plugins/gFeatures/Players/55618dfa-b17f-4e8a-814f-41768360af09.yml @@ -0,0 +1,5 @@ +Config: + Name: _InDev_ + UUID: 55618dfa-b17f-4e8a-814f-41768360af09 + Setup: DO NOT REMOVE! + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] diff --git a/plugins/gFeatures/Players/5689f8e6-ebf4-48a8-b6fa-a7889b4d36fb.yml b/plugins/gFeatures/Players/5689f8e6-ebf4-48a8-b6fa-a7889b4d36fb.yml new file mode 100644 index 0000000..fc16ca1 --- /dev/null +++ b/plugins/gFeatures/Players/5689f8e6-ebf4-48a8-b6fa-a7889b4d36fb.yml @@ -0,0 +1,5 @@ +Config: + Name: Maste_ + UUID: 5689f8e6-ebf4-48a8-b6fa-a7889b4d36fb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/56d57790-3aad-45c5-8892-677efc1c973e.yml b/plugins/gFeatures/Players/56d57790-3aad-45c5-8892-677efc1c973e.yml new file mode 100644 index 0000000..aec2810 --- /dev/null +++ b/plugins/gFeatures/Players/56d57790-3aad-45c5-8892-677efc1c973e.yml @@ -0,0 +1,5 @@ +Config: + Name: CoolRug + UUID: 56d57790-3aad-45c5-8892-677efc1c973e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/56fc2de7-84fa-4338-8201-6ff6a0eb506b.yml b/plugins/gFeatures/Players/56fc2de7-84fa-4338-8201-6ff6a0eb506b.yml new file mode 100644 index 0000000..ad3dd5d --- /dev/null +++ b/plugins/gFeatures/Players/56fc2de7-84fa-4338-8201-6ff6a0eb506b.yml @@ -0,0 +1,5 @@ +Config: + Name: Bigfoots7 + UUID: 56fc2de7-84fa-4338-8201-6ff6a0eb506b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/57004760-cee8-4954-aeaf-687bbdb9749d.yml b/plugins/gFeatures/Players/57004760-cee8-4954-aeaf-687bbdb9749d.yml new file mode 100644 index 0000000..77ead8f --- /dev/null +++ b/plugins/gFeatures/Players/57004760-cee8-4954-aeaf-687bbdb9749d.yml @@ -0,0 +1,5 @@ +Config: + Name: gecko10000 + UUID: 57004760-cee8-4954-aeaf-687bbdb9749d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/57ed9c71-baa5-488f-8649-b0d1dfcf7891.yml b/plugins/gFeatures/Players/57ed9c71-baa5-488f-8649-b0d1dfcf7891.yml new file mode 100644 index 0000000..43de649 --- /dev/null +++ b/plugins/gFeatures/Players/57ed9c71-baa5-488f-8649-b0d1dfcf7891.yml @@ -0,0 +1,5 @@ +Config: + Name: Jbug112 + UUID: 57ed9c71-baa5-488f-8649-b0d1dfcf7891 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/580b3bae-d8fe-469c-8a89-4c883f72ef13.yml b/plugins/gFeatures/Players/580b3bae-d8fe-469c-8a89-4c883f72ef13.yml new file mode 100644 index 0000000..90a75da --- /dev/null +++ b/plugins/gFeatures/Players/580b3bae-d8fe-469c-8a89-4c883f72ef13.yml @@ -0,0 +1,5 @@ +Config: + Name: bulldog2007 + UUID: 580b3bae-d8fe-469c-8a89-4c883f72ef13 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5834666b-6873-4ccf-96a7-a77051988756.yml b/plugins/gFeatures/Players/5834666b-6873-4ccf-96a7-a77051988756.yml new file mode 100644 index 0000000..7cdb8e1 --- /dev/null +++ b/plugins/gFeatures/Players/5834666b-6873-4ccf-96a7-a77051988756.yml @@ -0,0 +1,5 @@ +Config: + Name: alynswim + UUID: 5834666b-6873-4ccf-96a7-a77051988756 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/597aca1b-c3b6-4e71-9e63-9a8ddc63315b.yml b/plugins/gFeatures/Players/597aca1b-c3b6-4e71-9e63-9a8ddc63315b.yml new file mode 100644 index 0000000..5d293e8 --- /dev/null +++ b/plugins/gFeatures/Players/597aca1b-c3b6-4e71-9e63-9a8ddc63315b.yml @@ -0,0 +1,5 @@ +Config: + Name: Skroelingeland + UUID: 597aca1b-c3b6-4e71-9e63-9a8ddc63315b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/59c0d6cb-2b70-4c5b-a049-1f5c0bf4969c.yml b/plugins/gFeatures/Players/59c0d6cb-2b70-4c5b-a049-1f5c0bf4969c.yml new file mode 100644 index 0000000..4aced3c --- /dev/null +++ b/plugins/gFeatures/Players/59c0d6cb-2b70-4c5b-a049-1f5c0bf4969c.yml @@ -0,0 +1,5 @@ +Config: + Name: NoahTheRobot + UUID: 59c0d6cb-2b70-4c5b-a049-1f5c0bf4969c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/59f4e01e-6219-430f-b55b-015382702eb2.yml b/plugins/gFeatures/Players/59f4e01e-6219-430f-b55b-015382702eb2.yml new file mode 100644 index 0000000..ee58748 --- /dev/null +++ b/plugins/gFeatures/Players/59f4e01e-6219-430f-b55b-015382702eb2.yml @@ -0,0 +1,5 @@ +Config: + Name: CraftLogician + UUID: 59f4e01e-6219-430f-b55b-015382702eb2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5a52d368-41ee-4363-b74c-52295f1bd229.yml b/plugins/gFeatures/Players/5a52d368-41ee-4363-b74c-52295f1bd229.yml new file mode 100644 index 0000000..7e6eaaa --- /dev/null +++ b/plugins/gFeatures/Players/5a52d368-41ee-4363-b74c-52295f1bd229.yml @@ -0,0 +1,5 @@ +Config: + Name: FlawAF + UUID: 5a52d368-41ee-4363-b74c-52295f1bd229 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5acf8abd-bc79-4f0a-a0b0-d99c5135bd7d.yml b/plugins/gFeatures/Players/5acf8abd-bc79-4f0a-a0b0-d99c5135bd7d.yml new file mode 100644 index 0000000..16ee9fa --- /dev/null +++ b/plugins/gFeatures/Players/5acf8abd-bc79-4f0a-a0b0-d99c5135bd7d.yml @@ -0,0 +1,5 @@ +Config: + Name: kaizza07 + UUID: 5acf8abd-bc79-4f0a-a0b0-d99c5135bd7d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5b01f76b-92c7-4dec-af84-0fc8ead44142.yml b/plugins/gFeatures/Players/5b01f76b-92c7-4dec-af84-0fc8ead44142.yml new file mode 100644 index 0000000..de758ac --- /dev/null +++ b/plugins/gFeatures/Players/5b01f76b-92c7-4dec-af84-0fc8ead44142.yml @@ -0,0 +1,5 @@ +Config: + Name: darrleon + UUID: 5b01f76b-92c7-4dec-af84-0fc8ead44142 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5bb028c2-2945-439b-a433-005bb499af0d.yml b/plugins/gFeatures/Players/5bb028c2-2945-439b-a433-005bb499af0d.yml new file mode 100644 index 0000000..1aed6ad --- /dev/null +++ b/plugins/gFeatures/Players/5bb028c2-2945-439b-a433-005bb499af0d.yml @@ -0,0 +1,5 @@ +Config: + Name: OhMyGoddess + UUID: 5bb028c2-2945-439b-a433-005bb499af0d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5c0a3e2a-9b26-4b1d-806b-fc04d79d3967.yml b/plugins/gFeatures/Players/5c0a3e2a-9b26-4b1d-806b-fc04d79d3967.yml new file mode 100644 index 0000000..b507ec6 --- /dev/null +++ b/plugins/gFeatures/Players/5c0a3e2a-9b26-4b1d-806b-fc04d79d3967.yml @@ -0,0 +1,5 @@ +Config: + Name: PurpleSofia + UUID: 5c0a3e2a-9b26-4b1d-806b-fc04d79d3967 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5d30d907-a840-49d6-a6f7-c9627d8008ac.yml b/plugins/gFeatures/Players/5d30d907-a840-49d6-a6f7-c9627d8008ac.yml new file mode 100644 index 0000000..02ddf69 --- /dev/null +++ b/plugins/gFeatures/Players/5d30d907-a840-49d6-a6f7-c9627d8008ac.yml @@ -0,0 +1,5 @@ +Config: + Name: noahjdavies + UUID: 5d30d907-a840-49d6-a6f7-c9627d8008ac + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5d94eac7-734e-428b-976a-5be72e55da93.yml b/plugins/gFeatures/Players/5d94eac7-734e-428b-976a-5be72e55da93.yml new file mode 100644 index 0000000..082aade --- /dev/null +++ b/plugins/gFeatures/Players/5d94eac7-734e-428b-976a-5be72e55da93.yml @@ -0,0 +1,5 @@ +Config: + Name: The_Engle + UUID: 5d94eac7-734e-428b-976a-5be72e55da93 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5e0804ed-bbdb-4e85-ab48-a86c625dda7f.yml b/plugins/gFeatures/Players/5e0804ed-bbdb-4e85-ab48-a86c625dda7f.yml new file mode 100644 index 0000000..fd68219 --- /dev/null +++ b/plugins/gFeatures/Players/5e0804ed-bbdb-4e85-ab48-a86c625dda7f.yml @@ -0,0 +1,5 @@ +Config: + Name: lukikaczor + UUID: 5e0804ed-bbdb-4e85-ab48-a86c625dda7f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5eb1e7ad-f7da-4289-ad39-2cf8e1478796.yml b/plugins/gFeatures/Players/5eb1e7ad-f7da-4289-ad39-2cf8e1478796.yml new file mode 100644 index 0000000..d43344b --- /dev/null +++ b/plugins/gFeatures/Players/5eb1e7ad-f7da-4289-ad39-2cf8e1478796.yml @@ -0,0 +1,5 @@ +Config: + Name: aliendudeguy + UUID: 5eb1e7ad-f7da-4289-ad39-2cf8e1478796 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/5f09a3f8-c68f-4058-bd3d-e944f49c92ef.yml b/plugins/gFeatures/Players/5f09a3f8-c68f-4058-bd3d-e944f49c92ef.yml new file mode 100644 index 0000000..82b12f5 --- /dev/null +++ b/plugins/gFeatures/Players/5f09a3f8-c68f-4058-bd3d-e944f49c92ef.yml @@ -0,0 +1,5 @@ +Config: + Name: diezel27 + UUID: 5f09a3f8-c68f-4058-bd3d-e944f49c92ef + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/600ecf62-4f6e-4d0d-91dd-2483b061cb72.yml b/plugins/gFeatures/Players/600ecf62-4f6e-4d0d-91dd-2483b061cb72.yml new file mode 100644 index 0000000..233a468 --- /dev/null +++ b/plugins/gFeatures/Players/600ecf62-4f6e-4d0d-91dd-2483b061cb72.yml @@ -0,0 +1,5 @@ +Config: + Name: ZigZiggyZig + UUID: 600ecf62-4f6e-4d0d-91dd-2483b061cb72 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/60206687-b826-4638-b520-215a4d6e9898.yml b/plugins/gFeatures/Players/60206687-b826-4638-b520-215a4d6e9898.yml new file mode 100644 index 0000000..2dc534f --- /dev/null +++ b/plugins/gFeatures/Players/60206687-b826-4638-b520-215a4d6e9898.yml @@ -0,0 +1,5 @@ +Config: + Name: xKillercraft07x + UUID: 60206687-b826-4638-b520-215a4d6e9898 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6046892c-d089-4ab0-be70-4e2200c315f7.yml b/plugins/gFeatures/Players/6046892c-d089-4ab0-be70-4e2200c315f7.yml new file mode 100644 index 0000000..dd8c698 --- /dev/null +++ b/plugins/gFeatures/Players/6046892c-d089-4ab0-be70-4e2200c315f7.yml @@ -0,0 +1,5 @@ +Config: + Name: SugarDaddyy + UUID: 6046892c-d089-4ab0-be70-4e2200c315f7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/60ef7086-5d47-44b6-ac01-1b446e120929.yml b/plugins/gFeatures/Players/60ef7086-5d47-44b6-ac01-1b446e120929.yml new file mode 100644 index 0000000..e03a409 --- /dev/null +++ b/plugins/gFeatures/Players/60ef7086-5d47-44b6-ac01-1b446e120929.yml @@ -0,0 +1,5 @@ +Config: + Name: EliteDarkKnight + UUID: 60ef7086-5d47-44b6-ac01-1b446e120929 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6108e35d-c0df-4f9d-8e68-665a69d4b871.yml b/plugins/gFeatures/Players/6108e35d-c0df-4f9d-8e68-665a69d4b871.yml new file mode 100644 index 0000000..cfb7bdb --- /dev/null +++ b/plugins/gFeatures/Players/6108e35d-c0df-4f9d-8e68-665a69d4b871.yml @@ -0,0 +1,5 @@ +Config: + Name: FlowerGirl700 + UUID: 6108e35d-c0df-4f9d-8e68-665a69d4b871 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/627293cf-af93-4f27-8219-77733a6d29c8.yml b/plugins/gFeatures/Players/627293cf-af93-4f27-8219-77733a6d29c8.yml new file mode 100644 index 0000000..fc26e93 --- /dev/null +++ b/plugins/gFeatures/Players/627293cf-af93-4f27-8219-77733a6d29c8.yml @@ -0,0 +1,5 @@ +Config: + Name: ViceGraphics + UUID: 627293cf-af93-4f27-8219-77733a6d29c8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/62bf2a8c-6f3b-41ae-84e7-b9d9c0c3a0d2.yml b/plugins/gFeatures/Players/62bf2a8c-6f3b-41ae-84e7-b9d9c0c3a0d2.yml new file mode 100644 index 0000000..1c8f584 --- /dev/null +++ b/plugins/gFeatures/Players/62bf2a8c-6f3b-41ae-84e7-b9d9c0c3a0d2.yml @@ -0,0 +1,5 @@ +Config: + Name: i3ick + UUID: 62bf2a8c-6f3b-41ae-84e7-b9d9c0c3a0d2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/634deeda-35a6-4642-b9e7-36909338fa05.yml b/plugins/gFeatures/Players/634deeda-35a6-4642-b9e7-36909338fa05.yml new file mode 100644 index 0000000..e961032 --- /dev/null +++ b/plugins/gFeatures/Players/634deeda-35a6-4642-b9e7-36909338fa05.yml @@ -0,0 +1,5 @@ +Config: + Name: QuietShadows + UUID: 634deeda-35a6-4642-b9e7-36909338fa05 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/63d3424c-77d1-4ba8-983a-1613ff0a9e36.yml b/plugins/gFeatures/Players/63d3424c-77d1-4ba8-983a-1613ff0a9e36.yml new file mode 100644 index 0000000..b39ffac --- /dev/null +++ b/plugins/gFeatures/Players/63d3424c-77d1-4ba8-983a-1613ff0a9e36.yml @@ -0,0 +1,5 @@ +Config: + Name: Lord_Llamaz + UUID: 63d3424c-77d1-4ba8-983a-1613ff0a9e36 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/647443dd-8669-4ef2-a548-43d1f0c546d9.yml b/plugins/gFeatures/Players/647443dd-8669-4ef2-a548-43d1f0c546d9.yml new file mode 100644 index 0000000..6cd5cc0 --- /dev/null +++ b/plugins/gFeatures/Players/647443dd-8669-4ef2-a548-43d1f0c546d9.yml @@ -0,0 +1,5 @@ +Config: + Name: RAiN_FALLEN34 + UUID: 647443dd-8669-4ef2-a548-43d1f0c546d9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/64d103e2-3106-4053-b7aa-97d90ec29646.yml b/plugins/gFeatures/Players/64d103e2-3106-4053-b7aa-97d90ec29646.yml new file mode 100644 index 0000000..25cc6e8 --- /dev/null +++ b/plugins/gFeatures/Players/64d103e2-3106-4053-b7aa-97d90ec29646.yml @@ -0,0 +1,5 @@ +Config: + Name: LawlBot + UUID: 64d103e2-3106-4053-b7aa-97d90ec29646 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/65499c57-8a6b-4946-9a76-54c5c26d41b8.yml b/plugins/gFeatures/Players/65499c57-8a6b-4946-9a76-54c5c26d41b8.yml new file mode 100644 index 0000000..55ba2ec --- /dev/null +++ b/plugins/gFeatures/Players/65499c57-8a6b-4946-9a76-54c5c26d41b8.yml @@ -0,0 +1,5 @@ +Config: + Name: Alexbuilder10 + UUID: 65499c57-8a6b-4946-9a76-54c5c26d41b8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/65a65586-3e9e-49e3-b043-5b268ac7c9e8.yml b/plugins/gFeatures/Players/65a65586-3e9e-49e3-b043-5b268ac7c9e8.yml new file mode 100644 index 0000000..a66fd29 --- /dev/null +++ b/plugins/gFeatures/Players/65a65586-3e9e-49e3-b043-5b268ac7c9e8.yml @@ -0,0 +1,5 @@ +Config: + Name: Yunk + UUID: 65a65586-3e9e-49e3-b043-5b268ac7c9e8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/65b5a777-3731-453d-ae28-076b289438c4.yml b/plugins/gFeatures/Players/65b5a777-3731-453d-ae28-076b289438c4.yml new file mode 100644 index 0000000..e7dbd3a --- /dev/null +++ b/plugins/gFeatures/Players/65b5a777-3731-453d-ae28-076b289438c4.yml @@ -0,0 +1,5 @@ +Config: + Name: XGaming_NetworkX + UUID: 65b5a777-3731-453d-ae28-076b289438c4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/65c4fe97-165d-4729-aa67-a8ab17ed1cd3.yml b/plugins/gFeatures/Players/65c4fe97-165d-4729-aa67-a8ab17ed1cd3.yml new file mode 100644 index 0000000..81f6a1f --- /dev/null +++ b/plugins/gFeatures/Players/65c4fe97-165d-4729-aa67-a8ab17ed1cd3.yml @@ -0,0 +1,5 @@ +Config: + Name: GymGirlG + UUID: 65c4fe97-165d-4729-aa67-a8ab17ed1cd3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/65e44dee-d22c-4f70-be36-e16f2add83fb.yml b/plugins/gFeatures/Players/65e44dee-d22c-4f70-be36-e16f2add83fb.yml new file mode 100644 index 0000000..f0d5988 --- /dev/null +++ b/plugins/gFeatures/Players/65e44dee-d22c-4f70-be36-e16f2add83fb.yml @@ -0,0 +1,5 @@ +Config: + Name: L3NNYB0Y + UUID: 65e44dee-d22c-4f70-be36-e16f2add83fb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/665ee9e5-b66d-47d4-9772-bc38c3d1bec9.yml b/plugins/gFeatures/Players/665ee9e5-b66d-47d4-9772-bc38c3d1bec9.yml new file mode 100644 index 0000000..b1f3e30 --- /dev/null +++ b/plugins/gFeatures/Players/665ee9e5-b66d-47d4-9772-bc38c3d1bec9.yml @@ -0,0 +1,5 @@ +Config: + Name: OcelotsPlayzMC + UUID: 665ee9e5-b66d-47d4-9772-bc38c3d1bec9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/66967f98-2e86-426b-9e47-254a80e2324c.yml b/plugins/gFeatures/Players/66967f98-2e86-426b-9e47-254a80e2324c.yml new file mode 100644 index 0000000..dd7750d --- /dev/null +++ b/plugins/gFeatures/Players/66967f98-2e86-426b-9e47-254a80e2324c.yml @@ -0,0 +1,5 @@ +Config: + Name: SwizzyGamingYT + UUID: 66967f98-2e86-426b-9e47-254a80e2324c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/67461f1f-e170-4372-b1eb-cca39795b5d4.yml b/plugins/gFeatures/Players/67461f1f-e170-4372-b1eb-cca39795b5d4.yml new file mode 100644 index 0000000..4e15a9b --- /dev/null +++ b/plugins/gFeatures/Players/67461f1f-e170-4372-b1eb-cca39795b5d4.yml @@ -0,0 +1,5 @@ +Config: + Name: Hennacie + UUID: 67461f1f-e170-4372-b1eb-cca39795b5d4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/675326a4-0c8f-4de3-97d0-e04c2f5707c2.yml b/plugins/gFeatures/Players/675326a4-0c8f-4de3-97d0-e04c2f5707c2.yml new file mode 100644 index 0000000..8c3eff0 --- /dev/null +++ b/plugins/gFeatures/Players/675326a4-0c8f-4de3-97d0-e04c2f5707c2.yml @@ -0,0 +1,5 @@ +Config: + Name: spiderC5 + UUID: 675326a4-0c8f-4de3-97d0-e04c2f5707c2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/680424f9-9af2-4874-9aef-5f36af573443.yml b/plugins/gFeatures/Players/680424f9-9af2-4874-9aef-5f36af573443.yml new file mode 100644 index 0000000..38290d2 --- /dev/null +++ b/plugins/gFeatures/Players/680424f9-9af2-4874-9aef-5f36af573443.yml @@ -0,0 +1,5 @@ +Config: + Name: jeb_minecraft + UUID: 680424f9-9af2-4874-9aef-5f36af573443 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/68aeedcf-2ccb-4503-a111-3c753cbe9069.yml b/plugins/gFeatures/Players/68aeedcf-2ccb-4503-a111-3c753cbe9069.yml new file mode 100644 index 0000000..15e5a61 --- /dev/null +++ b/plugins/gFeatures/Players/68aeedcf-2ccb-4503-a111-3c753cbe9069.yml @@ -0,0 +1,5 @@ +Config: + Name: Bat_Gamer_Zueiro + UUID: 68aeedcf-2ccb-4503-a111-3c753cbe9069 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/68d6d011-b09a-4613-804b-4036be2e81fa.yml b/plugins/gFeatures/Players/68d6d011-b09a-4613-804b-4036be2e81fa.yml new file mode 100644 index 0000000..bc282aa --- /dev/null +++ b/plugins/gFeatures/Players/68d6d011-b09a-4613-804b-4036be2e81fa.yml @@ -0,0 +1,5 @@ +Config: + Name: MCMicahYT + UUID: 68d6d011-b09a-4613-804b-4036be2e81fa + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/691aeff6-6bcd-44f9-9886-c0c2ee975bcc.yml b/plugins/gFeatures/Players/691aeff6-6bcd-44f9-9886-c0c2ee975bcc.yml new file mode 100644 index 0000000..c957498 --- /dev/null +++ b/plugins/gFeatures/Players/691aeff6-6bcd-44f9-9886-c0c2ee975bcc.yml @@ -0,0 +1,5 @@ +Config: + Name: imavideogame + UUID: 691aeff6-6bcd-44f9-9886-c0c2ee975bcc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6a480776-1619-48d4-9997-f04f9a9df72f.yml b/plugins/gFeatures/Players/6a480776-1619-48d4-9997-f04f9a9df72f.yml new file mode 100644 index 0000000..8c0fc0d --- /dev/null +++ b/plugins/gFeatures/Players/6a480776-1619-48d4-9997-f04f9a9df72f.yml @@ -0,0 +1,5 @@ +Config: + Name: Thomas_tong + UUID: 6a480776-1619-48d4-9997-f04f9a9df72f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6b4cebb9-2bc9-4cfc-9364-ecbe28037b1c.yml b/plugins/gFeatures/Players/6b4cebb9-2bc9-4cfc-9364-ecbe28037b1c.yml new file mode 100644 index 0000000..8cf8f77 --- /dev/null +++ b/plugins/gFeatures/Players/6b4cebb9-2bc9-4cfc-9364-ecbe28037b1c.yml @@ -0,0 +1,5 @@ +Config: + Name: LukeHoss_ + UUID: 6b4cebb9-2bc9-4cfc-9364-ecbe28037b1c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6b82f8d1-a9f1-462d-aeae-cceb66a8c7c0.yml b/plugins/gFeatures/Players/6b82f8d1-a9f1-462d-aeae-cceb66a8c7c0.yml new file mode 100644 index 0000000..4dd2baa --- /dev/null +++ b/plugins/gFeatures/Players/6b82f8d1-a9f1-462d-aeae-cceb66a8c7c0.yml @@ -0,0 +1,5 @@ +Config: + Name: Dingodon + UUID: 6b82f8d1-a9f1-462d-aeae-cceb66a8c7c0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6bb1922b-d4d7-48cf-85ac-03bae27c78e7.yml b/plugins/gFeatures/Players/6bb1922b-d4d7-48cf-85ac-03bae27c78e7.yml new file mode 100644 index 0000000..be8b1bf --- /dev/null +++ b/plugins/gFeatures/Players/6bb1922b-d4d7-48cf-85ac-03bae27c78e7.yml @@ -0,0 +1,5 @@ +Config: + Name: SantaSquid64 + UUID: 6bb1922b-d4d7-48cf-85ac-03bae27c78e7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6bbfe844-63bb-4fab-ad2f-35cc63227373.yml b/plugins/gFeatures/Players/6bbfe844-63bb-4fab-ad2f-35cc63227373.yml new file mode 100644 index 0000000..65be7a8 --- /dev/null +++ b/plugins/gFeatures/Players/6bbfe844-63bb-4fab-ad2f-35cc63227373.yml @@ -0,0 +1,5 @@ +Config: + Name: DerFaraam + UUID: 6bbfe844-63bb-4fab-ad2f-35cc63227373 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6bc4c2a9-2035-4370-8982-408a9a75e717.yml b/plugins/gFeatures/Players/6bc4c2a9-2035-4370-8982-408a9a75e717.yml new file mode 100644 index 0000000..756d5bd --- /dev/null +++ b/plugins/gFeatures/Players/6bc4c2a9-2035-4370-8982-408a9a75e717.yml @@ -0,0 +1,5 @@ +Config: + Name: harry430 + UUID: 6bc4c2a9-2035-4370-8982-408a9a75e717 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6bc93fcb-4b92-461e-a0cb-3f42a828bab3.yml b/plugins/gFeatures/Players/6bc93fcb-4b92-461e-a0cb-3f42a828bab3.yml new file mode 100644 index 0000000..5feab11 --- /dev/null +++ b/plugins/gFeatures/Players/6bc93fcb-4b92-461e-a0cb-3f42a828bab3.yml @@ -0,0 +1,5 @@ +Config: + Name: Killer_dog5 + UUID: 6bc93fcb-4b92-461e-a0cb-3f42a828bab3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6bf17270-ea38-4ab8-8c24-6aad0b96b2bb.yml b/plugins/gFeatures/Players/6bf17270-ea38-4ab8-8c24-6aad0b96b2bb.yml new file mode 100644 index 0000000..5d40e20 --- /dev/null +++ b/plugins/gFeatures/Players/6bf17270-ea38-4ab8-8c24-6aad0b96b2bb.yml @@ -0,0 +1,5 @@ +Config: + Name: Minecrafter_096 + UUID: 6bf17270-ea38-4ab8-8c24-6aad0b96b2bb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6c4fa18a-f9cb-47b1-bf6b-f3d4eb16cd33.yml b/plugins/gFeatures/Players/6c4fa18a-f9cb-47b1-bf6b-f3d4eb16cd33.yml new file mode 100644 index 0000000..6713c3b --- /dev/null +++ b/plugins/gFeatures/Players/6c4fa18a-f9cb-47b1-bf6b-f3d4eb16cd33.yml @@ -0,0 +1,5 @@ +Config: + Name: JGiGamer + UUID: 6c4fa18a-f9cb-47b1-bf6b-f3d4eb16cd33 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6d31e306-3cf8-4a09-9a34-72548d4b5ee3.yml b/plugins/gFeatures/Players/6d31e306-3cf8-4a09-9a34-72548d4b5ee3.yml new file mode 100644 index 0000000..9dc4b98 --- /dev/null +++ b/plugins/gFeatures/Players/6d31e306-3cf8-4a09-9a34-72548d4b5ee3.yml @@ -0,0 +1,5 @@ +Config: + Name: Justra + UUID: 6d31e306-3cf8-4a09-9a34-72548d4b5ee3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6d947ea0-40fc-4092-aafc-e32c53641b00.yml b/plugins/gFeatures/Players/6d947ea0-40fc-4092-aafc-e32c53641b00.yml new file mode 100644 index 0000000..855cc0f --- /dev/null +++ b/plugins/gFeatures/Players/6d947ea0-40fc-4092-aafc-e32c53641b00.yml @@ -0,0 +1,5 @@ +Config: + Name: littlemanBKD + UUID: 6d947ea0-40fc-4092-aafc-e32c53641b00 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6dc3c6f3-fb10-422d-ad3f-3da00a9077f7.yml b/plugins/gFeatures/Players/6dc3c6f3-fb10-422d-ad3f-3da00a9077f7.yml new file mode 100644 index 0000000..9c8c723 --- /dev/null +++ b/plugins/gFeatures/Players/6dc3c6f3-fb10-422d-ad3f-3da00a9077f7.yml @@ -0,0 +1,5 @@ +Config: + Name: UHC_Gavinolz1234 + UUID: 6dc3c6f3-fb10-422d-ad3f-3da00a9077f7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6dcebe13-cca0-489d-b9dd-d33006c3e4cf.yml b/plugins/gFeatures/Players/6dcebe13-cca0-489d-b9dd-d33006c3e4cf.yml new file mode 100644 index 0000000..7d24e42 --- /dev/null +++ b/plugins/gFeatures/Players/6dcebe13-cca0-489d-b9dd-d33006c3e4cf.yml @@ -0,0 +1,5 @@ +Config: + Name: hockeyisfun + UUID: 6dcebe13-cca0-489d-b9dd-d33006c3e4cf + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6e28a10a-1a09-4158-818d-e6f7890647b5.yml b/plugins/gFeatures/Players/6e28a10a-1a09-4158-818d-e6f7890647b5.yml new file mode 100644 index 0000000..0c7f603 --- /dev/null +++ b/plugins/gFeatures/Players/6e28a10a-1a09-4158-818d-e6f7890647b5.yml @@ -0,0 +1,5 @@ +Config: + Name: Voobly + UUID: 6e28a10a-1a09-4158-818d-e6f7890647b5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6e32fb40-85ef-406f-9f77-aaba9cd4d081.yml b/plugins/gFeatures/Players/6e32fb40-85ef-406f-9f77-aaba9cd4d081.yml new file mode 100644 index 0000000..b293206 --- /dev/null +++ b/plugins/gFeatures/Players/6e32fb40-85ef-406f-9f77-aaba9cd4d081.yml @@ -0,0 +1,5 @@ +Config: + Name: Jayda544 + UUID: 6e32fb40-85ef-406f-9f77-aaba9cd4d081 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6e604a1f-86ff-440c-babb-cf4b14363267.yml b/plugins/gFeatures/Players/6e604a1f-86ff-440c-babb-cf4b14363267.yml new file mode 100644 index 0000000..ee799f4 --- /dev/null +++ b/plugins/gFeatures/Players/6e604a1f-86ff-440c-babb-cf4b14363267.yml @@ -0,0 +1,5 @@ +Config: + Name: Thrqsher_ + UUID: 6e604a1f-86ff-440c-babb-cf4b14363267 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6e722b08-c95d-4238-8fc7-0eea30484915.yml b/plugins/gFeatures/Players/6e722b08-c95d-4238-8fc7-0eea30484915.yml new file mode 100644 index 0000000..fcb1e5b --- /dev/null +++ b/plugins/gFeatures/Players/6e722b08-c95d-4238-8fc7-0eea30484915.yml @@ -0,0 +1,5 @@ +Config: + Name: Ellinora43 + UUID: 6e722b08-c95d-4238-8fc7-0eea30484915 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6f2f6b48-ac7f-44b6-8bb2-72f2f4b7a650.yml b/plugins/gFeatures/Players/6f2f6b48-ac7f-44b6-8bb2-72f2f4b7a650.yml new file mode 100644 index 0000000..44cb93d --- /dev/null +++ b/plugins/gFeatures/Players/6f2f6b48-ac7f-44b6-8bb2-72f2f4b7a650.yml @@ -0,0 +1,5 @@ +Config: + Name: sarajevo127 + UUID: 6f2f6b48-ac7f-44b6-8bb2-72f2f4b7a650 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6fac117d-9988-4de0-a2c1-ac6cbf73cd09.yml b/plugins/gFeatures/Players/6fac117d-9988-4de0-a2c1-ac6cbf73cd09.yml new file mode 100644 index 0000000..5f94536 --- /dev/null +++ b/plugins/gFeatures/Players/6fac117d-9988-4de0-a2c1-ac6cbf73cd09.yml @@ -0,0 +1,5 @@ +Config: + Name: derekrocksderek + UUID: 6fac117d-9988-4de0-a2c1-ac6cbf73cd09 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/6ff76a26-5836-4f62-b9d8-1d0a760b5e45.yml b/plugins/gFeatures/Players/6ff76a26-5836-4f62-b9d8-1d0a760b5e45.yml new file mode 100644 index 0000000..825296b --- /dev/null +++ b/plugins/gFeatures/Players/6ff76a26-5836-4f62-b9d8-1d0a760b5e45.yml @@ -0,0 +1,5 @@ +Config: + Name: BelieveinCassie + UUID: 6ff76a26-5836-4f62-b9d8-1d0a760b5e45 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7113bef5-1a19-4a6b-a9b3-3caef0a68811.yml b/plugins/gFeatures/Players/7113bef5-1a19-4a6b-a9b3-3caef0a68811.yml new file mode 100644 index 0000000..e947704 --- /dev/null +++ b/plugins/gFeatures/Players/7113bef5-1a19-4a6b-a9b3-3caef0a68811.yml @@ -0,0 +1,5 @@ +Config: + Name: Artcraft14 + UUID: 7113bef5-1a19-4a6b-a9b3-3caef0a68811 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/712070e7-4535-4cf0-851b-cb3c3541911c.yml b/plugins/gFeatures/Players/712070e7-4535-4cf0-851b-cb3c3541911c.yml new file mode 100644 index 0000000..ed8e34d --- /dev/null +++ b/plugins/gFeatures/Players/712070e7-4535-4cf0-851b-cb3c3541911c.yml @@ -0,0 +1,5 @@ +Config: + Name: _Bants_ + UUID: 712070e7-4535-4cf0-851b-cb3c3541911c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/71978511-6473-4832-85c2-3e852fa1277f.yml b/plugins/gFeatures/Players/71978511-6473-4832-85c2-3e852fa1277f.yml new file mode 100644 index 0000000..5354cae --- /dev/null +++ b/plugins/gFeatures/Players/71978511-6473-4832-85c2-3e852fa1277f.yml @@ -0,0 +1,5 @@ +Config: + Name: XxShockMasterxX + UUID: 71978511-6473-4832-85c2-3e852fa1277f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/71980622-f9a5-4b6c-b8bf-6367e9d4fecb.yml b/plugins/gFeatures/Players/71980622-f9a5-4b6c-b8bf-6367e9d4fecb.yml new file mode 100644 index 0000000..ed16be7 --- /dev/null +++ b/plugins/gFeatures/Players/71980622-f9a5-4b6c-b8bf-6367e9d4fecb.yml @@ -0,0 +1,5 @@ +Config: + Name: betty0406 + UUID: 71980622-f9a5-4b6c-b8bf-6367e9d4fecb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/71a1f5a4-d86b-4771-9f1e-130a3f443e34.yml b/plugins/gFeatures/Players/71a1f5a4-d86b-4771-9f1e-130a3f443e34.yml new file mode 100644 index 0000000..a0997c7 --- /dev/null +++ b/plugins/gFeatures/Players/71a1f5a4-d86b-4771-9f1e-130a3f443e34.yml @@ -0,0 +1,5 @@ +Config: + Name: brandontienbui + UUID: 71a1f5a4-d86b-4771-9f1e-130a3f443e34 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f.yml b/plugins/gFeatures/Players/72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f.yml new file mode 100644 index 0000000..cffc3f8 --- /dev/null +++ b/plugins/gFeatures/Players/72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f.yml @@ -0,0 +1,5 @@ +Config: + Name: coolgast999 + UUID: 72cf55ba-a5f9-4189-b6d4-6e1c53fefa6f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/72d27f3b-b914-4f74-b9d0-93df7a0c0719.yml b/plugins/gFeatures/Players/72d27f3b-b914-4f74-b9d0-93df7a0c0719.yml new file mode 100644 index 0000000..b9fdb0f --- /dev/null +++ b/plugins/gFeatures/Players/72d27f3b-b914-4f74-b9d0-93df7a0c0719.yml @@ -0,0 +1,5 @@ +Config: + Name: bowtie_are_cool + UUID: 72d27f3b-b914-4f74-b9d0-93df7a0c0719 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/73fa7900-b3be-4aa5-a76e-fd32be83207c.yml b/plugins/gFeatures/Players/73fa7900-b3be-4aa5-a76e-fd32be83207c.yml new file mode 100644 index 0000000..0896793 --- /dev/null +++ b/plugins/gFeatures/Players/73fa7900-b3be-4aa5-a76e-fd32be83207c.yml @@ -0,0 +1,5 @@ +Config: + Name: CorsairKat + UUID: 73fa7900-b3be-4aa5-a76e-fd32be83207c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7461f76f-340f-4029-9008-b0112c4599a5.yml b/plugins/gFeatures/Players/7461f76f-340f-4029-9008-b0112c4599a5.yml new file mode 100644 index 0000000..9355111 --- /dev/null +++ b/plugins/gFeatures/Players/7461f76f-340f-4029-9008-b0112c4599a5.yml @@ -0,0 +1,5 @@ +Config: + Name: Zackplayss + UUID: 7461f76f-340f-4029-9008-b0112c4599a5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7565be25-9f5f-4269-9e78-9b1d91abfc3b.yml b/plugins/gFeatures/Players/7565be25-9f5f-4269-9e78-9b1d91abfc3b.yml new file mode 100644 index 0000000..bb699ca --- /dev/null +++ b/plugins/gFeatures/Players/7565be25-9f5f-4269-9e78-9b1d91abfc3b.yml @@ -0,0 +1,5 @@ +Config: + Name: SophieCR + UUID: 7565be25-9f5f-4269-9e78-9b1d91abfc3b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/75734341-fe09-44ee-be5b-416579e2fcf6.yml b/plugins/gFeatures/Players/75734341-fe09-44ee-be5b-416579e2fcf6.yml new file mode 100644 index 0000000..1a44747 --- /dev/null +++ b/plugins/gFeatures/Players/75734341-fe09-44ee-be5b-416579e2fcf6.yml @@ -0,0 +1,5 @@ +Config: + Name: francoisxav8 + UUID: 75734341-fe09-44ee-be5b-416579e2fcf6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/75a53a06-1ab1-4b00-9f97-c8235a78f588.yml b/plugins/gFeatures/Players/75a53a06-1ab1-4b00-9f97-c8235a78f588.yml new file mode 100644 index 0000000..a181670 --- /dev/null +++ b/plugins/gFeatures/Players/75a53a06-1ab1-4b00-9f97-c8235a78f588.yml @@ -0,0 +1,5 @@ +Config: + Name: Legend010331 + UUID: 75a53a06-1ab1-4b00-9f97-c8235a78f588 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/771de228-6df3-4c3d-b6d6-999f6b1b4035.yml b/plugins/gFeatures/Players/771de228-6df3-4c3d-b6d6-999f6b1b4035.yml new file mode 100644 index 0000000..897a8ab --- /dev/null +++ b/plugins/gFeatures/Players/771de228-6df3-4c3d-b6d6-999f6b1b4035.yml @@ -0,0 +1,5 @@ +Config: + Name: NNikitas + UUID: 771de228-6df3-4c3d-b6d6-999f6b1b4035 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/775d139b-0e02-4b0b-b9c1-958db4338215.yml b/plugins/gFeatures/Players/775d139b-0e02-4b0b-b9c1-958db4338215.yml new file mode 100644 index 0000000..9134f35 --- /dev/null +++ b/plugins/gFeatures/Players/775d139b-0e02-4b0b-b9c1-958db4338215.yml @@ -0,0 +1,5 @@ +Config: + Name: ToxxicApple + UUID: 775d139b-0e02-4b0b-b9c1-958db4338215 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7761143d-db59-46de-95aa-b8245204c64d.yml b/plugins/gFeatures/Players/7761143d-db59-46de-95aa-b8245204c64d.yml new file mode 100644 index 0000000..2a4b611 --- /dev/null +++ b/plugins/gFeatures/Players/7761143d-db59-46de-95aa-b8245204c64d.yml @@ -0,0 +1,5 @@ +Config: + Name: ZonaryCat249 + UUID: 7761143d-db59-46de-95aa-b8245204c64d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7791fa0c-7d90-470d-bb9e-7b0d425d17c2.yml b/plugins/gFeatures/Players/7791fa0c-7d90-470d-bb9e-7b0d425d17c2.yml new file mode 100644 index 0000000..68ba999 --- /dev/null +++ b/plugins/gFeatures/Players/7791fa0c-7d90-470d-bb9e-7b0d425d17c2.yml @@ -0,0 +1,5 @@ +Config: + Name: NICKP34 + UUID: 7791fa0c-7d90-470d-bb9e-7b0d425d17c2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/77d0d2e3-471b-4896-9149-0b49c726d5f6.yml b/plugins/gFeatures/Players/77d0d2e3-471b-4896-9149-0b49c726d5f6.yml new file mode 100644 index 0000000..9e21cae --- /dev/null +++ b/plugins/gFeatures/Players/77d0d2e3-471b-4896-9149-0b49c726d5f6.yml @@ -0,0 +1,5 @@ +Config: + Name: shadowboarder + UUID: 77d0d2e3-471b-4896-9149-0b49c726d5f6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.yml b/plugins/gFeatures/Players/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.yml new file mode 100644 index 0000000..019356c --- /dev/null +++ b/plugins/gFeatures/Players/77ee6e1b-9e0c-4c41-a58b-163d1f575c08.yml @@ -0,0 +1,5 @@ +Config: + Name: Cliotey + UUID: 77ee6e1b-9e0c-4c41-a58b-163d1f575c08 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/783dba0b-c372-4c89-9362-27f8eb31f32f.yml b/plugins/gFeatures/Players/783dba0b-c372-4c89-9362-27f8eb31f32f.yml new file mode 100644 index 0000000..8c1dc04 --- /dev/null +++ b/plugins/gFeatures/Players/783dba0b-c372-4c89-9362-27f8eb31f32f.yml @@ -0,0 +1,5 @@ +Config: + Name: _Gus + UUID: 783dba0b-c372-4c89-9362-27f8eb31f32f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/78653250-01ae-436c-a376-a80b5ebfd4cd.yml b/plugins/gFeatures/Players/78653250-01ae-436c-a376-a80b5ebfd4cd.yml new file mode 100644 index 0000000..2ae9b11 --- /dev/null +++ b/plugins/gFeatures/Players/78653250-01ae-436c-a376-a80b5ebfd4cd.yml @@ -0,0 +1,5 @@ +Config: + Name: TrexsuperiorYT + UUID: 78653250-01ae-436c-a376-a80b5ebfd4cd + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7896fe1f-a1d8-47b1-8da9-bdcd26956648.yml b/plugins/gFeatures/Players/7896fe1f-a1d8-47b1-8da9-bdcd26956648.yml new file mode 100644 index 0000000..b17123a --- /dev/null +++ b/plugins/gFeatures/Players/7896fe1f-a1d8-47b1-8da9-bdcd26956648.yml @@ -0,0 +1,5 @@ +Config: + Name: CamoMinecraft + UUID: 7896fe1f-a1d8-47b1-8da9-bdcd26956648 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/78ebe9c5-bf29-49f3-95e2-85cde9d11bf0.yml b/plugins/gFeatures/Players/78ebe9c5-bf29-49f3-95e2-85cde9d11bf0.yml new file mode 100644 index 0000000..3a74eac --- /dev/null +++ b/plugins/gFeatures/Players/78ebe9c5-bf29-49f3-95e2-85cde9d11bf0.yml @@ -0,0 +1,5 @@ +Config: + Name: SharkModzHD + UUID: 78ebe9c5-bf29-49f3-95e2-85cde9d11bf0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/792b2ae7-bb6f-4e71-9c4b-d63473a9184b.yml b/plugins/gFeatures/Players/792b2ae7-bb6f-4e71-9c4b-d63473a9184b.yml new file mode 100644 index 0000000..8df639c --- /dev/null +++ b/plugins/gFeatures/Players/792b2ae7-bb6f-4e71-9c4b-d63473a9184b.yml @@ -0,0 +1,5 @@ +Config: + Name: livelynaman + UUID: 792b2ae7-bb6f-4e71-9c4b-d63473a9184b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/792cd293-efe1-4eb7-841e-2b1f3832549c.yml b/plugins/gFeatures/Players/792cd293-efe1-4eb7-841e-2b1f3832549c.yml new file mode 100644 index 0000000..3db7db9 --- /dev/null +++ b/plugins/gFeatures/Players/792cd293-efe1-4eb7-841e-2b1f3832549c.yml @@ -0,0 +1,5 @@ +Config: + Name: Avishay531 + UUID: 792cd293-efe1-4eb7-841e-2b1f3832549c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/79871be6-71cd-4b89-a453-1cd2e18452a1.yml b/plugins/gFeatures/Players/79871be6-71cd-4b89-a453-1cd2e18452a1.yml new file mode 100644 index 0000000..56d6603 --- /dev/null +++ b/plugins/gFeatures/Players/79871be6-71cd-4b89-a453-1cd2e18452a1.yml @@ -0,0 +1,5 @@ +Config: + Name: Johand + UUID: 79871be6-71cd-4b89-a453-1cd2e18452a1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/798ed8de-5e61-4ac6-909a-26dee6da3633.yml b/plugins/gFeatures/Players/798ed8de-5e61-4ac6-909a-26dee6da3633.yml new file mode 100644 index 0000000..bfd979e --- /dev/null +++ b/plugins/gFeatures/Players/798ed8de-5e61-4ac6-909a-26dee6da3633.yml @@ -0,0 +1,5 @@ +Config: + Name: eeyorecole + UUID: 798ed8de-5e61-4ac6-909a-26dee6da3633 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/79c0646c-e44f-406d-9e0f-598fca13a8c8.yml b/plugins/gFeatures/Players/79c0646c-e44f-406d-9e0f-598fca13a8c8.yml new file mode 100644 index 0000000..afd60f5 --- /dev/null +++ b/plugins/gFeatures/Players/79c0646c-e44f-406d-9e0f-598fca13a8c8.yml @@ -0,0 +1,5 @@ +Config: + Name: logan2minecraft + UUID: 79c0646c-e44f-406d-9e0f-598fca13a8c8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7a1e4e7e-5e91-451e-adf3-5035bfdbc37e.yml b/plugins/gFeatures/Players/7a1e4e7e-5e91-451e-adf3-5035bfdbc37e.yml new file mode 100644 index 0000000..f7a8052 --- /dev/null +++ b/plugins/gFeatures/Players/7a1e4e7e-5e91-451e-adf3-5035bfdbc37e.yml @@ -0,0 +1,5 @@ +Config: + Name: Paulin92 + UUID: 7a1e4e7e-5e91-451e-adf3-5035bfdbc37e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7ad69f5e-7f5f-48bd-8012-089cae940a08.yml b/plugins/gFeatures/Players/7ad69f5e-7f5f-48bd-8012-089cae940a08.yml new file mode 100644 index 0000000..bf136fa --- /dev/null +++ b/plugins/gFeatures/Players/7ad69f5e-7f5f-48bd-8012-089cae940a08.yml @@ -0,0 +1,5 @@ +Config: + Name: Salmonmasn2005 + UUID: 7ad69f5e-7f5f-48bd-8012-089cae940a08 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7b467574-2995-4fc7-bbff-60e58c434cb9.yml b/plugins/gFeatures/Players/7b467574-2995-4fc7-bbff-60e58c434cb9.yml new file mode 100644 index 0000000..4511409 --- /dev/null +++ b/plugins/gFeatures/Players/7b467574-2995-4fc7-bbff-60e58c434cb9.yml @@ -0,0 +1,5 @@ +Config: + Name: LuiPrime + UUID: 7b467574-2995-4fc7-bbff-60e58c434cb9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7b647b71-5a19-4420-aa6f-f68a5a942d3b.yml b/plugins/gFeatures/Players/7b647b71-5a19-4420-aa6f-f68a5a942d3b.yml new file mode 100644 index 0000000..bb017d6 --- /dev/null +++ b/plugins/gFeatures/Players/7b647b71-5a19-4420-aa6f-f68a5a942d3b.yml @@ -0,0 +1,5 @@ +Config: + Name: JosephThePanda + UUID: 7b647b71-5a19-4420-aa6f-f68a5a942d3b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7bb21a0d-becd-499d-bdf9-dc4178dd361a.yml b/plugins/gFeatures/Players/7bb21a0d-becd-499d-bdf9-dc4178dd361a.yml new file mode 100644 index 0000000..919b794 --- /dev/null +++ b/plugins/gFeatures/Players/7bb21a0d-becd-499d-bdf9-dc4178dd361a.yml @@ -0,0 +1,5 @@ +Config: + Name: Professor_Alex + UUID: 7bb21a0d-becd-499d-bdf9-dc4178dd361a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7bb892ca-85b3-4914-9d9b-e1574736ac7a.yml b/plugins/gFeatures/Players/7bb892ca-85b3-4914-9d9b-e1574736ac7a.yml new file mode 100644 index 0000000..59ef3b2 --- /dev/null +++ b/plugins/gFeatures/Players/7bb892ca-85b3-4914-9d9b-e1574736ac7a.yml @@ -0,0 +1,5 @@ +Config: + Name: ImaFlippinNoob + UUID: 7bb892ca-85b3-4914-9d9b-e1574736ac7a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7c6de3d1-3981-4f6e-9c36-00c8b2e42662.yml b/plugins/gFeatures/Players/7c6de3d1-3981-4f6e-9c36-00c8b2e42662.yml new file mode 100644 index 0000000..2603944 --- /dev/null +++ b/plugins/gFeatures/Players/7c6de3d1-3981-4f6e-9c36-00c8b2e42662.yml @@ -0,0 +1,5 @@ +Config: + Name: n3w0rk + UUID: 7c6de3d1-3981-4f6e-9c36-00c8b2e42662 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7c837a33-caf8-4a0a-aa7b-152d5bcfc8d6.yml b/plugins/gFeatures/Players/7c837a33-caf8-4a0a-aa7b-152d5bcfc8d6.yml new file mode 100644 index 0000000..ed7ec04 --- /dev/null +++ b/plugins/gFeatures/Players/7c837a33-caf8-4a0a-aa7b-152d5bcfc8d6.yml @@ -0,0 +1,5 @@ +Config: + Name: xDirty_Vibe_420x + UUID: 7c837a33-caf8-4a0a-aa7b-152d5bcfc8d6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7cc2aa0e-9183-41c5-98f9-0ad85d09f9bd.yml b/plugins/gFeatures/Players/7cc2aa0e-9183-41c5-98f9-0ad85d09f9bd.yml new file mode 100644 index 0000000..44f5563 --- /dev/null +++ b/plugins/gFeatures/Players/7cc2aa0e-9183-41c5-98f9-0ad85d09f9bd.yml @@ -0,0 +1,5 @@ +Config: + Name: ayden5991 + UUID: 7cc2aa0e-9183-41c5-98f9-0ad85d09f9bd + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7da34642-9d90-4f3e-892b-c581db1fa486.yml b/plugins/gFeatures/Players/7da34642-9d90-4f3e-892b-c581db1fa486.yml new file mode 100644 index 0000000..3e6e014 --- /dev/null +++ b/plugins/gFeatures/Players/7da34642-9d90-4f3e-892b-c581db1fa486.yml @@ -0,0 +1,5 @@ +Config: + Name: Lurisity + UUID: 7da34642-9d90-4f3e-892b-c581db1fa486 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7e6c6c77-2972-4392-a407-820c658f710b.yml b/plugins/gFeatures/Players/7e6c6c77-2972-4392-a407-820c658f710b.yml new file mode 100644 index 0000000..8faac6d --- /dev/null +++ b/plugins/gFeatures/Players/7e6c6c77-2972-4392-a407-820c658f710b.yml @@ -0,0 +1,5 @@ +Config: + Name: Aaronic01 + UUID: 7e6c6c77-2972-4392-a407-820c658f710b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7ed1d635-8faf-4947-98e2-62b4d2cf3bd1.yml b/plugins/gFeatures/Players/7ed1d635-8faf-4947-98e2-62b4d2cf3bd1.yml new file mode 100644 index 0000000..68597f3 --- /dev/null +++ b/plugins/gFeatures/Players/7ed1d635-8faf-4947-98e2-62b4d2cf3bd1.yml @@ -0,0 +1,5 @@ +Config: + Name: MooshtiN + UUID: 7ed1d635-8faf-4947-98e2-62b4d2cf3bd1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7ee9935c-639c-4a4f-ad75-cdb75159b791.yml b/plugins/gFeatures/Players/7ee9935c-639c-4a4f-ad75-cdb75159b791.yml new file mode 100644 index 0000000..76c1266 --- /dev/null +++ b/plugins/gFeatures/Players/7ee9935c-639c-4a4f-ad75-cdb75159b791.yml @@ -0,0 +1,5 @@ +Config: + Name: nerdy_creeper + UUID: 7ee9935c-639c-4a4f-ad75-cdb75159b791 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7f0651bb-0825-44ed-8aaa-f93ab384836d.yml b/plugins/gFeatures/Players/7f0651bb-0825-44ed-8aaa-f93ab384836d.yml new file mode 100644 index 0000000..f204974 --- /dev/null +++ b/plugins/gFeatures/Players/7f0651bb-0825-44ed-8aaa-f93ab384836d.yml @@ -0,0 +1,5 @@ +Config: + Name: TheSeductiveDino + UUID: 7f0651bb-0825-44ed-8aaa-f93ab384836d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7f1fc5c3-b021-4044-b315-4e4e01272cad.yml b/plugins/gFeatures/Players/7f1fc5c3-b021-4044-b315-4e4e01272cad.yml new file mode 100644 index 0000000..90eb972 --- /dev/null +++ b/plugins/gFeatures/Players/7f1fc5c3-b021-4044-b315-4e4e01272cad.yml @@ -0,0 +1,5 @@ +Config: + Name: BearShark9 + UUID: 7f1fc5c3-b021-4044-b315-4e4e01272cad + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7f38944f-2aba-4f13-8dd7-0f091bb363a7.yml b/plugins/gFeatures/Players/7f38944f-2aba-4f13-8dd7-0f091bb363a7.yml new file mode 100644 index 0000000..7dfeb89 --- /dev/null +++ b/plugins/gFeatures/Players/7f38944f-2aba-4f13-8dd7-0f091bb363a7.yml @@ -0,0 +1,5 @@ +Config: + Name: smiter101 + UUID: 7f38944f-2aba-4f13-8dd7-0f091bb363a7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/7fde85fa-3f3d-4c93-9632-7c25e56ebddc.yml b/plugins/gFeatures/Players/7fde85fa-3f3d-4c93-9632-7c25e56ebddc.yml new file mode 100644 index 0000000..7db2ad0 --- /dev/null +++ b/plugins/gFeatures/Players/7fde85fa-3f3d-4c93-9632-7c25e56ebddc.yml @@ -0,0 +1,5 @@ +Config: + Name: Tomboss7 + UUID: 7fde85fa-3f3d-4c93-9632-7c25e56ebddc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/801bb87e-c49c-4f6a-84e8-464508281f71.yml b/plugins/gFeatures/Players/801bb87e-c49c-4f6a-84e8-464508281f71.yml new file mode 100644 index 0000000..1077267 --- /dev/null +++ b/plugins/gFeatures/Players/801bb87e-c49c-4f6a-84e8-464508281f71.yml @@ -0,0 +1,5 @@ +Config: + Name: Mentonetwins + UUID: 801bb87e-c49c-4f6a-84e8-464508281f71 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/802532f0-00d6-4fa1-9e88-32d49725b91a.yml b/plugins/gFeatures/Players/802532f0-00d6-4fa1-9e88-32d49725b91a.yml new file mode 100644 index 0000000..e9d5622 --- /dev/null +++ b/plugins/gFeatures/Players/802532f0-00d6-4fa1-9e88-32d49725b91a.yml @@ -0,0 +1,5 @@ +Config: + Name: NovaGhostElite + UUID: 802532f0-00d6-4fa1-9e88-32d49725b91a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/80dabe5d-fce1-488c-af2e-750b3657caaa.yml b/plugins/gFeatures/Players/80dabe5d-fce1-488c-af2e-750b3657caaa.yml new file mode 100644 index 0000000..fbf34be --- /dev/null +++ b/plugins/gFeatures/Players/80dabe5d-fce1-488c-af2e-750b3657caaa.yml @@ -0,0 +1,5 @@ +Config: + Name: WheatCraftMC + UUID: 80dabe5d-fce1-488c-af2e-750b3657caaa + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/80e61770-037f-494a-8fc7-887634cfe357.yml b/plugins/gFeatures/Players/80e61770-037f-494a-8fc7-887634cfe357.yml new file mode 100644 index 0000000..b43ff41 --- /dev/null +++ b/plugins/gFeatures/Players/80e61770-037f-494a-8fc7-887634cfe357.yml @@ -0,0 +1,5 @@ +Config: + Name: N0ah3000 + UUID: 80e61770-037f-494a-8fc7-887634cfe357 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/81696865-775a-45db-85fe-72f35853b365.yml b/plugins/gFeatures/Players/81696865-775a-45db-85fe-72f35853b365.yml new file mode 100644 index 0000000..6a89d00 --- /dev/null +++ b/plugins/gFeatures/Players/81696865-775a-45db-85fe-72f35853b365.yml @@ -0,0 +1,5 @@ +Config: + Name: xpxicomasterxp + UUID: 81696865-775a-45db-85fe-72f35853b365 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/81a40530-a4b1-4069-9ca6-68bcd692f8c7.yml b/plugins/gFeatures/Players/81a40530-a4b1-4069-9ca6-68bcd692f8c7.yml new file mode 100644 index 0000000..45d0723 --- /dev/null +++ b/plugins/gFeatures/Players/81a40530-a4b1-4069-9ca6-68bcd692f8c7.yml @@ -0,0 +1,5 @@ +Config: + Name: stpatricsday + UUID: 81a40530-a4b1-4069-9ca6-68bcd692f8c7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/828a90e2-d1f3-4a4c-a33f-45f0227ff5d3.yml b/plugins/gFeatures/Players/828a90e2-d1f3-4a4c-a33f-45f0227ff5d3.yml new file mode 100644 index 0000000..9498723 --- /dev/null +++ b/plugins/gFeatures/Players/828a90e2-d1f3-4a4c-a33f-45f0227ff5d3.yml @@ -0,0 +1,5 @@ +Config: + Name: yan0312 + UUID: 828a90e2-d1f3-4a4c-a33f-45f0227ff5d3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/82dd9a60-3f38-4537-b0ec-aef938371019.yml b/plugins/gFeatures/Players/82dd9a60-3f38-4537-b0ec-aef938371019.yml new file mode 100644 index 0000000..9dc033c --- /dev/null +++ b/plugins/gFeatures/Players/82dd9a60-3f38-4537-b0ec-aef938371019.yml @@ -0,0 +1,5 @@ +Config: + Name: d87x123 + UUID: 82dd9a60-3f38-4537-b0ec-aef938371019 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8362a608-df4f-484c-980d-386bec9ccbc9.yml b/plugins/gFeatures/Players/8362a608-df4f-484c-980d-386bec9ccbc9.yml new file mode 100644 index 0000000..e58bcf0 --- /dev/null +++ b/plugins/gFeatures/Players/8362a608-df4f-484c-980d-386bec9ccbc9.yml @@ -0,0 +1,5 @@ +Config: + Name: spsisqo + UUID: 8362a608-df4f-484c-980d-386bec9ccbc9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/83952ca8-0cb3-4672-a3c4-4f0b0503445a.yml b/plugins/gFeatures/Players/83952ca8-0cb3-4672-a3c4-4f0b0503445a.yml new file mode 100644 index 0000000..5643324 --- /dev/null +++ b/plugins/gFeatures/Players/83952ca8-0cb3-4672-a3c4-4f0b0503445a.yml @@ -0,0 +1,5 @@ +Config: + Name: erbear17 + UUID: 83952ca8-0cb3-4672-a3c4-4f0b0503445a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/83cf013e-00fa-4abf-9050-f6f38d285948.yml b/plugins/gFeatures/Players/83cf013e-00fa-4abf-9050-f6f38d285948.yml new file mode 100644 index 0000000..1b1ae87 --- /dev/null +++ b/plugins/gFeatures/Players/83cf013e-00fa-4abf-9050-f6f38d285948.yml @@ -0,0 +1,5 @@ +Config: + Name: NCRYMrLuckBr + UUID: 83cf013e-00fa-4abf-9050-f6f38d285948 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8461e52f-893d-41f2-8340-0fd808422bb3.yml b/plugins/gFeatures/Players/8461e52f-893d-41f2-8340-0fd808422bb3.yml new file mode 100644 index 0000000..788c76a --- /dev/null +++ b/plugins/gFeatures/Players/8461e52f-893d-41f2-8340-0fd808422bb3.yml @@ -0,0 +1,5 @@ +Config: + Name: Kenyaisacat + UUID: 8461e52f-893d-41f2-8340-0fd808422bb3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/849bd101-fc9a-4f2c-96ca-374f5f7aa10a.yml b/plugins/gFeatures/Players/849bd101-fc9a-4f2c-96ca-374f5f7aa10a.yml new file mode 100644 index 0000000..9ca2062 --- /dev/null +++ b/plugins/gFeatures/Players/849bd101-fc9a-4f2c-96ca-374f5f7aa10a.yml @@ -0,0 +1,5 @@ +Config: + Name: TwistyFrosting + UUID: 849bd101-fc9a-4f2c-96ca-374f5f7aa10a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/84ad43f8-d41e-4cb5-ab82-1ffeeb741c28.yml b/plugins/gFeatures/Players/84ad43f8-d41e-4cb5-ab82-1ffeeb741c28.yml new file mode 100644 index 0000000..02c8221 --- /dev/null +++ b/plugins/gFeatures/Players/84ad43f8-d41e-4cb5-ab82-1ffeeb741c28.yml @@ -0,0 +1,5 @@ +Config: + Name: bwt3 + UUID: 84ad43f8-d41e-4cb5-ab82-1ffeeb741c28 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8518dba3-b7da-4140-97b0-727edb2de602.yml b/plugins/gFeatures/Players/8518dba3-b7da-4140-97b0-727edb2de602.yml new file mode 100644 index 0000000..6bea96c --- /dev/null +++ b/plugins/gFeatures/Players/8518dba3-b7da-4140-97b0-727edb2de602.yml @@ -0,0 +1,5 @@ +Config: + Name: wendergirl6611 + UUID: 8518dba3-b7da-4140-97b0-727edb2de602 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8576b592-f126-43f5-9ebd-95f670ce945e.yml b/plugins/gFeatures/Players/8576b592-f126-43f5-9ebd-95f670ce945e.yml new file mode 100644 index 0000000..be7b141 --- /dev/null +++ b/plugins/gFeatures/Players/8576b592-f126-43f5-9ebd-95f670ce945e.yml @@ -0,0 +1,5 @@ +Config: + Name: chewyburgn + UUID: 8576b592-f126-43f5-9ebd-95f670ce945e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/865a4052-c26e-4021-b54e-1aa810621a2c.yml b/plugins/gFeatures/Players/865a4052-c26e-4021-b54e-1aa810621a2c.yml new file mode 100644 index 0000000..28c7948 --- /dev/null +++ b/plugins/gFeatures/Players/865a4052-c26e-4021-b54e-1aa810621a2c.yml @@ -0,0 +1,5 @@ +Config: + Name: kaylee8005 + UUID: 865a4052-c26e-4021-b54e-1aa810621a2c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/866fa3b4-5a56-4abb-905b-36de8596b908.yml b/plugins/gFeatures/Players/866fa3b4-5a56-4abb-905b-36de8596b908.yml new file mode 100644 index 0000000..7fe35b4 --- /dev/null +++ b/plugins/gFeatures/Players/866fa3b4-5a56-4abb-905b-36de8596b908.yml @@ -0,0 +1,5 @@ +Config: + Name: Midas45 + UUID: 866fa3b4-5a56-4abb-905b-36de8596b908 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/867ced0c-4af1-4948-9190-a73ab15ef8ab.yml b/plugins/gFeatures/Players/867ced0c-4af1-4948-9190-a73ab15ef8ab.yml new file mode 100644 index 0000000..75a8f40 --- /dev/null +++ b/plugins/gFeatures/Players/867ced0c-4af1-4948-9190-a73ab15ef8ab.yml @@ -0,0 +1,5 @@ +Config: + Name: WeAreIngram + UUID: 867ced0c-4af1-4948-9190-a73ab15ef8ab + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/86aaacb3-7737-4245-a77e-1ff38e85b75b.yml b/plugins/gFeatures/Players/86aaacb3-7737-4245-a77e-1ff38e85b75b.yml new file mode 100644 index 0000000..e2d0331 --- /dev/null +++ b/plugins/gFeatures/Players/86aaacb3-7737-4245-a77e-1ff38e85b75b.yml @@ -0,0 +1,5 @@ +Config: + Name: JamesBaxter2014 + UUID: 86aaacb3-7737-4245-a77e-1ff38e85b75b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/86abe2d7-33ba-44f7-89bd-1a6e0b79e9cb.yml b/plugins/gFeatures/Players/86abe2d7-33ba-44f7-89bd-1a6e0b79e9cb.yml new file mode 100644 index 0000000..bd3ff23 --- /dev/null +++ b/plugins/gFeatures/Players/86abe2d7-33ba-44f7-89bd-1a6e0b79e9cb.yml @@ -0,0 +1,5 @@ +Config: + Name: KyleIsOG + UUID: 86abe2d7-33ba-44f7-89bd-1a6e0b79e9cb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8780965b-bbbc-4378-b9b3-e8120736ea9f.yml b/plugins/gFeatures/Players/8780965b-bbbc-4378-b9b3-e8120736ea9f.yml new file mode 100644 index 0000000..47f743b --- /dev/null +++ b/plugins/gFeatures/Players/8780965b-bbbc-4378-b9b3-e8120736ea9f.yml @@ -0,0 +1,5 @@ +Config: + Name: HeavyDoobies + UUID: 8780965b-bbbc-4378-b9b3-e8120736ea9f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/87b3d0fe-4097-4ff3-a90c-9b837132ef58.yml b/plugins/gFeatures/Players/87b3d0fe-4097-4ff3-a90c-9b837132ef58.yml new file mode 100644 index 0000000..2eb276b --- /dev/null +++ b/plugins/gFeatures/Players/87b3d0fe-4097-4ff3-a90c-9b837132ef58.yml @@ -0,0 +1,5 @@ +Config: + Name: darkpurpleyoshi + UUID: 87b3d0fe-4097-4ff3-a90c-9b837132ef58 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/87c1e869-8d9d-4528-b31a-56fe8c02079b.yml b/plugins/gFeatures/Players/87c1e869-8d9d-4528-b31a-56fe8c02079b.yml new file mode 100644 index 0000000..d4029f6 --- /dev/null +++ b/plugins/gFeatures/Players/87c1e869-8d9d-4528-b31a-56fe8c02079b.yml @@ -0,0 +1,5 @@ +Config: + Name: hannah0ban + UUID: 87c1e869-8d9d-4528-b31a-56fe8c02079b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/880758f3-0024-4e5c-9376-35c22f608a82.yml b/plugins/gFeatures/Players/880758f3-0024-4e5c-9376-35c22f608a82.yml new file mode 100644 index 0000000..5aa0074 --- /dev/null +++ b/plugins/gFeatures/Players/880758f3-0024-4e5c-9376-35c22f608a82.yml @@ -0,0 +1,5 @@ +Config: + Name: superkonijn98 + UUID: 880758f3-0024-4e5c-9376-35c22f608a82 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/88409b4a-b83e-4832-bae5-25687985243f.yml b/plugins/gFeatures/Players/88409b4a-b83e-4832-bae5-25687985243f.yml new file mode 100644 index 0000000..f1fd01f --- /dev/null +++ b/plugins/gFeatures/Players/88409b4a-b83e-4832-bae5-25687985243f.yml @@ -0,0 +1,5 @@ +Config: + Name: xStaticPvpz + UUID: 88409b4a-b83e-4832-bae5-25687985243f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/886c8b0d-6c91-4b01-afd8-a70ea894ca53.yml b/plugins/gFeatures/Players/886c8b0d-6c91-4b01-afd8-a70ea894ca53.yml new file mode 100644 index 0000000..c13d503 --- /dev/null +++ b/plugins/gFeatures/Players/886c8b0d-6c91-4b01-afd8-a70ea894ca53.yml @@ -0,0 +1,5 @@ +Config: + Name: Trevlar720 + UUID: 886c8b0d-6c91-4b01-afd8-a70ea894ca53 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8a25b8af-cd1e-4955-9dc2-63a77aad7467.yml b/plugins/gFeatures/Players/8a25b8af-cd1e-4955-9dc2-63a77aad7467.yml new file mode 100644 index 0000000..d6002c3 --- /dev/null +++ b/plugins/gFeatures/Players/8a25b8af-cd1e-4955-9dc2-63a77aad7467.yml @@ -0,0 +1,5 @@ +Config: + Name: WalkingDog365 + UUID: 8a25b8af-cd1e-4955-9dc2-63a77aad7467 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8af428c5-8a04-4cba-a766-54c4c007d3e9.yml b/plugins/gFeatures/Players/8af428c5-8a04-4cba-a766-54c4c007d3e9.yml new file mode 100644 index 0000000..7a36d47 --- /dev/null +++ b/plugins/gFeatures/Players/8af428c5-8a04-4cba-a766-54c4c007d3e9.yml @@ -0,0 +1,5 @@ +Config: + Name: Rocky2cool + UUID: 8af428c5-8a04-4cba-a766-54c4c007d3e9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8b84a49b-9f67-4eed-a433-8c7f0299cf69.yml b/plugins/gFeatures/Players/8b84a49b-9f67-4eed-a433-8c7f0299cf69.yml new file mode 100644 index 0000000..9c0b67c --- /dev/null +++ b/plugins/gFeatures/Players/8b84a49b-9f67-4eed-a433-8c7f0299cf69.yml @@ -0,0 +1,5 @@ +Config: + Name: NetherKing2004 + UUID: 8b84a49b-9f67-4eed-a433-8c7f0299cf69 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8c05c276-3b22-4e2d-8a8d-1c096332886d.yml b/plugins/gFeatures/Players/8c05c276-3b22-4e2d-8a8d-1c096332886d.yml new file mode 100644 index 0000000..8446985 --- /dev/null +++ b/plugins/gFeatures/Players/8c05c276-3b22-4e2d-8a8d-1c096332886d.yml @@ -0,0 +1,5 @@ +Config: + Name: MoreBlueSquiddy + UUID: 8c05c276-3b22-4e2d-8a8d-1c096332886d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8c2a1b98-6d74-4400-986a-a8dd22aff97d.yml b/plugins/gFeatures/Players/8c2a1b98-6d74-4400-986a-a8dd22aff97d.yml new file mode 100644 index 0000000..feca652 --- /dev/null +++ b/plugins/gFeatures/Players/8c2a1b98-6d74-4400-986a-a8dd22aff97d.yml @@ -0,0 +1,5 @@ +Config: + Name: archer_boy1456 + UUID: 8c2a1b98-6d74-4400-986a-a8dd22aff97d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8d720216-db02-4379-9c98-87ac635b63d9.yml b/plugins/gFeatures/Players/8d720216-db02-4379-9c98-87ac635b63d9.yml new file mode 100644 index 0000000..20d38ef --- /dev/null +++ b/plugins/gFeatures/Players/8d720216-db02-4379-9c98-87ac635b63d9.yml @@ -0,0 +1,5 @@ +Config: + Name: CroonoxPlay + UUID: 8d720216-db02-4379-9c98-87ac635b63d9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8eb39c41-99e0-4c03-ba54-04e90ef9a405.yml b/plugins/gFeatures/Players/8eb39c41-99e0-4c03-ba54-04e90ef9a405.yml new file mode 100644 index 0000000..637da77 --- /dev/null +++ b/plugins/gFeatures/Players/8eb39c41-99e0-4c03-ba54-04e90ef9a405.yml @@ -0,0 +1,5 @@ +Config: + Name: slivor95 + UUID: 8eb39c41-99e0-4c03-ba54-04e90ef9a405 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8eb604f5-b8b9-495a-98e4-e2d3143659ff.yml b/plugins/gFeatures/Players/8eb604f5-b8b9-495a-98e4-e2d3143659ff.yml new file mode 100644 index 0000000..9ebaa48 --- /dev/null +++ b/plugins/gFeatures/Players/8eb604f5-b8b9-495a-98e4-e2d3143659ff.yml @@ -0,0 +1,5 @@ +Config: + Name: AuraWa05 + UUID: 8eb604f5-b8b9-495a-98e4-e2d3143659ff + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8fa0f069-8940-49fe-8a7b-37ab34f6bf90.yml b/plugins/gFeatures/Players/8fa0f069-8940-49fe-8a7b-37ab34f6bf90.yml new file mode 100644 index 0000000..95989a4 --- /dev/null +++ b/plugins/gFeatures/Players/8fa0f069-8940-49fe-8a7b-37ab34f6bf90.yml @@ -0,0 +1,5 @@ +Config: + Name: SupaEli + UUID: 8fa0f069-8940-49fe-8a7b-37ab34f6bf90 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8fd43f11-b03c-45e5-b2f3-808f8dcef34f.yml b/plugins/gFeatures/Players/8fd43f11-b03c-45e5-b2f3-808f8dcef34f.yml new file mode 100644 index 0000000..4ca56d9 --- /dev/null +++ b/plugins/gFeatures/Players/8fd43f11-b03c-45e5-b2f3-808f8dcef34f.yml @@ -0,0 +1,5 @@ +Config: + Name: tobibara + UUID: 8fd43f11-b03c-45e5-b2f3-808f8dcef34f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/8fdd0439-0a45-4cf0-8ac3-687ed21a26dd.yml b/plugins/gFeatures/Players/8fdd0439-0a45-4cf0-8ac3-687ed21a26dd.yml new file mode 100644 index 0000000..90e9c9c --- /dev/null +++ b/plugins/gFeatures/Players/8fdd0439-0a45-4cf0-8ac3-687ed21a26dd.yml @@ -0,0 +1,5 @@ +Config: + Name: tuanjk + UUID: 8fdd0439-0a45-4cf0-8ac3-687ed21a26dd + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/914cc9cc-31ce-480a-87a9-1378f87f1440.yml b/plugins/gFeatures/Players/914cc9cc-31ce-480a-87a9-1378f87f1440.yml new file mode 100644 index 0000000..0f20c7b --- /dev/null +++ b/plugins/gFeatures/Players/914cc9cc-31ce-480a-87a9-1378f87f1440.yml @@ -0,0 +1,5 @@ +Config: + Name: LittleGuardianHD + UUID: 914cc9cc-31ce-480a-87a9-1378f87f1440 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/91543ca7-54c3-4ece-97bf-6573bee02ace.yml b/plugins/gFeatures/Players/91543ca7-54c3-4ece-97bf-6573bee02ace.yml new file mode 100644 index 0000000..e749200 --- /dev/null +++ b/plugins/gFeatures/Players/91543ca7-54c3-4ece-97bf-6573bee02ace.yml @@ -0,0 +1,5 @@ +Config: + Name: sl1ndy + UUID: 91543ca7-54c3-4ece-97bf-6573bee02ace + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/91892cfc-3402-4afd-abf7-a1235ec8395c.yml b/plugins/gFeatures/Players/91892cfc-3402-4afd-abf7-a1235ec8395c.yml new file mode 100644 index 0000000..2874171 --- /dev/null +++ b/plugins/gFeatures/Players/91892cfc-3402-4afd-abf7-a1235ec8395c.yml @@ -0,0 +1,5 @@ +Config: + Name: goldengattor + UUID: 91892cfc-3402-4afd-abf7-a1235ec8395c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/91abc01e-e2b1-4904-a7c6-3a98f39fd9e9.yml b/plugins/gFeatures/Players/91abc01e-e2b1-4904-a7c6-3a98f39fd9e9.yml new file mode 100644 index 0000000..41e1718 --- /dev/null +++ b/plugins/gFeatures/Players/91abc01e-e2b1-4904-a7c6-3a98f39fd9e9.yml @@ -0,0 +1,5 @@ +Config: + Name: hunterboy2008 + UUID: 91abc01e-e2b1-4904-a7c6-3a98f39fd9e9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/91be4f90-8d45-4d73-a757-714fb3165830.yml b/plugins/gFeatures/Players/91be4f90-8d45-4d73-a757-714fb3165830.yml new file mode 100644 index 0000000..f85f36e --- /dev/null +++ b/plugins/gFeatures/Players/91be4f90-8d45-4d73-a757-714fb3165830.yml @@ -0,0 +1,5 @@ +Config: + Name: Plush_Trap_Girl + UUID: 91be4f90-8d45-4d73-a757-714fb3165830 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/91d07e35-0a86-4bd2-a4d8-5ee26f3d4909.yml b/plugins/gFeatures/Players/91d07e35-0a86-4bd2-a4d8-5ee26f3d4909.yml new file mode 100644 index 0000000..de948b3 --- /dev/null +++ b/plugins/gFeatures/Players/91d07e35-0a86-4bd2-a4d8-5ee26f3d4909.yml @@ -0,0 +1,5 @@ +Config: + Name: jonyft + UUID: 91d07e35-0a86-4bd2-a4d8-5ee26f3d4909 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9229b724-616b-41ea-8211-4560acecff71.yml b/plugins/gFeatures/Players/9229b724-616b-41ea-8211-4560acecff71.yml new file mode 100644 index 0000000..5cf19b7 --- /dev/null +++ b/plugins/gFeatures/Players/9229b724-616b-41ea-8211-4560acecff71.yml @@ -0,0 +1,5 @@ +Config: + Name: beachgirl190819 + UUID: 9229b724-616b-41ea-8211-4560acecff71 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/925ef21b-6b51-4b27-a729-c7231b3791fb.yml b/plugins/gFeatures/Players/925ef21b-6b51-4b27-a729-c7231b3791fb.yml new file mode 100644 index 0000000..832941f --- /dev/null +++ b/plugins/gFeatures/Players/925ef21b-6b51-4b27-a729-c7231b3791fb.yml @@ -0,0 +1,5 @@ +Config: + Name: jonnew123 + UUID: 925ef21b-6b51-4b27-a729-c7231b3791fb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/92b1a758-d831-4475-a47a-fc527a60cbf8.yml b/plugins/gFeatures/Players/92b1a758-d831-4475-a47a-fc527a60cbf8.yml new file mode 100644 index 0000000..f9d3eb6 --- /dev/null +++ b/plugins/gFeatures/Players/92b1a758-d831-4475-a47a-fc527a60cbf8.yml @@ -0,0 +1,5 @@ +Config: + Name: Davide_Portiere + UUID: 92b1a758-d831-4475-a47a-fc527a60cbf8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/92f6f110-f352-4d31-9324-45abe2eb1d54.yml b/plugins/gFeatures/Players/92f6f110-f352-4d31-9324-45abe2eb1d54.yml new file mode 100644 index 0000000..ac90199 --- /dev/null +++ b/plugins/gFeatures/Players/92f6f110-f352-4d31-9324-45abe2eb1d54.yml @@ -0,0 +1,5 @@ +Config: + Name: Mr_Stabby1 + UUID: 92f6f110-f352-4d31-9324-45abe2eb1d54 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/93616f5b-a64c-43cf-937a-1f839a904df5.yml b/plugins/gFeatures/Players/93616f5b-a64c-43cf-937a-1f839a904df5.yml new file mode 100644 index 0000000..d7c006b --- /dev/null +++ b/plugins/gFeatures/Players/93616f5b-a64c-43cf-937a-1f839a904df5.yml @@ -0,0 +1,5 @@ +Config: + Name: CR33 + UUID: 93616f5b-a64c-43cf-937a-1f839a904df5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/948f3446-1979-499f-889b-2991bea10125.yml b/plugins/gFeatures/Players/948f3446-1979-499f-889b-2991bea10125.yml new file mode 100644 index 0000000..dd84b75 --- /dev/null +++ b/plugins/gFeatures/Players/948f3446-1979-499f-889b-2991bea10125.yml @@ -0,0 +1,5 @@ +Config: + Name: Master_Guardian + UUID: 948f3446-1979-499f-889b-2991bea10125 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9556f8a8-a93e-4608-bdc5-003f6e62cc04.yml b/plugins/gFeatures/Players/9556f8a8-a93e-4608-bdc5-003f6e62cc04.yml new file mode 100644 index 0000000..8ef4e56 --- /dev/null +++ b/plugins/gFeatures/Players/9556f8a8-a93e-4608-bdc5-003f6e62cc04.yml @@ -0,0 +1,5 @@ +Config: + Name: Auztra + UUID: 9556f8a8-a93e-4608-bdc5-003f6e62cc04 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/95c280b5-69cc-4e11-941f-0afb796159a1.yml b/plugins/gFeatures/Players/95c280b5-69cc-4e11-941f-0afb796159a1.yml new file mode 100644 index 0000000..770d088 --- /dev/null +++ b/plugins/gFeatures/Players/95c280b5-69cc-4e11-941f-0afb796159a1.yml @@ -0,0 +1,5 @@ +Config: + Name: Cura + UUID: 95c280b5-69cc-4e11-941f-0afb796159a1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/95cd8671-eed9-4b0a-abd5-a7586c6f7135.yml b/plugins/gFeatures/Players/95cd8671-eed9-4b0a-abd5-a7586c6f7135.yml new file mode 100644 index 0000000..7dd84a7 --- /dev/null +++ b/plugins/gFeatures/Players/95cd8671-eed9-4b0a-abd5-a7586c6f7135.yml @@ -0,0 +1,5 @@ +Config: + Name: BlueFire999 + UUID: 95cd8671-eed9-4b0a-abd5-a7586c6f7135 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/95fd35d9-a594-4cfd-b990-df224fd8b9e3.yml b/plugins/gFeatures/Players/95fd35d9-a594-4cfd-b990-df224fd8b9e3.yml new file mode 100644 index 0000000..6ec816c --- /dev/null +++ b/plugins/gFeatures/Players/95fd35d9-a594-4cfd-b990-df224fd8b9e3.yml @@ -0,0 +1,5 @@ +Config: + Name: isaiahswag3hunna + UUID: 95fd35d9-a594-4cfd-b990-df224fd8b9e3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/96a4bc26-5928-4360-a06c-9f99f62c9293.yml b/plugins/gFeatures/Players/96a4bc26-5928-4360-a06c-9f99f62c9293.yml new file mode 100644 index 0000000..8ba4cda --- /dev/null +++ b/plugins/gFeatures/Players/96a4bc26-5928-4360-a06c-9f99f62c9293.yml @@ -0,0 +1,5 @@ +Config: + Name: soripani92 + UUID: 96a4bc26-5928-4360-a06c-9f99f62c9293 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/96f23c1e-ce3f-4363-9caa-6c78e57651b4.yml b/plugins/gFeatures/Players/96f23c1e-ce3f-4363-9caa-6c78e57651b4.yml new file mode 100644 index 0000000..f28c428 --- /dev/null +++ b/plugins/gFeatures/Players/96f23c1e-ce3f-4363-9caa-6c78e57651b4.yml @@ -0,0 +1,5 @@ +Config: + Name: BillXue + UUID: 96f23c1e-ce3f-4363-9caa-6c78e57651b4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/97573b1e-00d9-479c-9fe0-875d1c757b42.yml b/plugins/gFeatures/Players/97573b1e-00d9-479c-9fe0-875d1c757b42.yml new file mode 100644 index 0000000..c22d59b --- /dev/null +++ b/plugins/gFeatures/Players/97573b1e-00d9-479c-9fe0-875d1c757b42.yml @@ -0,0 +1,5 @@ +Config: + Name: xxkillerghostxx + UUID: 97573b1e-00d9-479c-9fe0-875d1c757b42 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/97b60506-53c5-485c-8dcf-e37cdce71532.yml b/plugins/gFeatures/Players/97b60506-53c5-485c-8dcf-e37cdce71532.yml new file mode 100644 index 0000000..07ec5ce --- /dev/null +++ b/plugins/gFeatures/Players/97b60506-53c5-485c-8dcf-e37cdce71532.yml @@ -0,0 +1,5 @@ +Config: + Name: SteelKeven999 + UUID: 97b60506-53c5-485c-8dcf-e37cdce71532 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/98048a7c-f835-4899-a350-e44363d2748b.yml b/plugins/gFeatures/Players/98048a7c-f835-4899-a350-e44363d2748b.yml new file mode 100644 index 0000000..7d70f9f --- /dev/null +++ b/plugins/gFeatures/Players/98048a7c-f835-4899-a350-e44363d2748b.yml @@ -0,0 +1,5 @@ +Config: + Name: Finalshard45 + UUID: 98048a7c-f835-4899-a350-e44363d2748b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/982f534b-b5af-43f2-b2e4-21c9ef0d3cf2.yml b/plugins/gFeatures/Players/982f534b-b5af-43f2-b2e4-21c9ef0d3cf2.yml new file mode 100644 index 0000000..5e4b2f0 --- /dev/null +++ b/plugins/gFeatures/Players/982f534b-b5af-43f2-b2e4-21c9ef0d3cf2.yml @@ -0,0 +1,5 @@ +Config: + Name: Folisidy + UUID: 982f534b-b5af-43f2-b2e4-21c9ef0d3cf2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/98881f07-ca65-4f71-aafd-429ed0e0eab9.yml b/plugins/gFeatures/Players/98881f07-ca65-4f71-aafd-429ed0e0eab9.yml new file mode 100644 index 0000000..1388adb --- /dev/null +++ b/plugins/gFeatures/Players/98881f07-ca65-4f71-aafd-429ed0e0eab9.yml @@ -0,0 +1,5 @@ +Config: + Name: GamingSniperCC + UUID: 98881f07-ca65-4f71-aafd-429ed0e0eab9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/98c76c2e-dd1b-42e4-8151-3ef5f2340a2f.yml b/plugins/gFeatures/Players/98c76c2e-dd1b-42e4-8151-3ef5f2340a2f.yml new file mode 100644 index 0000000..53993ea --- /dev/null +++ b/plugins/gFeatures/Players/98c76c2e-dd1b-42e4-8151-3ef5f2340a2f.yml @@ -0,0 +1,5 @@ +Config: + Name: JANSSON_NAATTORI + UUID: 98c76c2e-dd1b-42e4-8151-3ef5f2340a2f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/98cc6dd5-48e2-44e1-a999-0d1c880db5bb.yml b/plugins/gFeatures/Players/98cc6dd5-48e2-44e1-a999-0d1c880db5bb.yml new file mode 100644 index 0000000..49ab17e --- /dev/null +++ b/plugins/gFeatures/Players/98cc6dd5-48e2-44e1-a999-0d1c880db5bb.yml @@ -0,0 +1,5 @@ +Config: + Name: Miffly + UUID: 98cc6dd5-48e2-44e1-a999-0d1c880db5bb + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/990aab78-dcab-4d97-884d-75f8d9d38f84.yml b/plugins/gFeatures/Players/990aab78-dcab-4d97-884d-75f8d9d38f84.yml new file mode 100644 index 0000000..dccb724 --- /dev/null +++ b/plugins/gFeatures/Players/990aab78-dcab-4d97-884d-75f8d9d38f84.yml @@ -0,0 +1,5 @@ +Config: + Name: T1k1pop + UUID: 990aab78-dcab-4d97-884d-75f8d9d38f84 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9912c465-1516-4483-9483-6877ea7b4ce1.yml b/plugins/gFeatures/Players/9912c465-1516-4483-9483-6877ea7b4ce1.yml new file mode 100644 index 0000000..a058515 --- /dev/null +++ b/plugins/gFeatures/Players/9912c465-1516-4483-9483-6877ea7b4ce1.yml @@ -0,0 +1,5 @@ +Config: + Name: semvanerp + UUID: 9912c465-1516-4483-9483-6877ea7b4ce1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9a02c69d-14f5-47e5-9dc2-30e538c80962.yml b/plugins/gFeatures/Players/9a02c69d-14f5-47e5-9dc2-30e538c80962.yml new file mode 100644 index 0000000..76d9a43 --- /dev/null +++ b/plugins/gFeatures/Players/9a02c69d-14f5-47e5-9dc2-30e538c80962.yml @@ -0,0 +1,5 @@ +Config: + Name: crunchyvirus + UUID: 9a02c69d-14f5-47e5-9dc2-30e538c80962 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9a0ed4f2-c30e-42e7-8cd1-557cf513cc0b.yml b/plugins/gFeatures/Players/9a0ed4f2-c30e-42e7-8cd1-557cf513cc0b.yml new file mode 100644 index 0000000..9c6d4ea --- /dev/null +++ b/plugins/gFeatures/Players/9a0ed4f2-c30e-42e7-8cd1-557cf513cc0b.yml @@ -0,0 +1,5 @@ +Config: + Name: Viminas + UUID: 9a0ed4f2-c30e-42e7-8cd1-557cf513cc0b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9a0f7610-c5c9-4938-9bb5-b32d0480f96f.yml b/plugins/gFeatures/Players/9a0f7610-c5c9-4938-9bb5-b32d0480f96f.yml new file mode 100644 index 0000000..8e5d130 --- /dev/null +++ b/plugins/gFeatures/Players/9a0f7610-c5c9-4938-9bb5-b32d0480f96f.yml @@ -0,0 +1,5 @@ +Config: + Name: kevindergrosse + UUID: 9a0f7610-c5c9-4938-9bb5-b32d0480f96f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9a6022f0-c634-48c6-9377-b6df730adead.yml b/plugins/gFeatures/Players/9a6022f0-c634-48c6-9377-b6df730adead.yml new file mode 100644 index 0000000..00f30e2 --- /dev/null +++ b/plugins/gFeatures/Players/9a6022f0-c634-48c6-9377-b6df730adead.yml @@ -0,0 +1,5 @@ +Config: + Name: adventure555 + UUID: 9a6022f0-c634-48c6-9377-b6df730adead + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9ab7096a-7672-4eaf-8567-f76fa55a6d5e.yml b/plugins/gFeatures/Players/9ab7096a-7672-4eaf-8567-f76fa55a6d5e.yml new file mode 100644 index 0000000..88d6ae7 --- /dev/null +++ b/plugins/gFeatures/Players/9ab7096a-7672-4eaf-8567-f76fa55a6d5e.yml @@ -0,0 +1,5 @@ +Config: + Name: xXDarkSegeXx + UUID: 9ab7096a-7672-4eaf-8567-f76fa55a6d5e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9ade1192-8792-46eb-a46c-c27f886cde2c.yml b/plugins/gFeatures/Players/9ade1192-8792-46eb-a46c-c27f886cde2c.yml new file mode 100644 index 0000000..8cd4366 --- /dev/null +++ b/plugins/gFeatures/Players/9ade1192-8792-46eb-a46c-c27f886cde2c.yml @@ -0,0 +1,5 @@ +Config: + Name: Helloweenman + UUID: 9ade1192-8792-46eb-a46c-c27f886cde2c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9b50f9ab-a825-4188-af28-1742e3f6b540.yml b/plugins/gFeatures/Players/9b50f9ab-a825-4188-af28-1742e3f6b540.yml new file mode 100644 index 0000000..62482f9 --- /dev/null +++ b/plugins/gFeatures/Players/9b50f9ab-a825-4188-af28-1742e3f6b540.yml @@ -0,0 +1,5 @@ +Config: + Name: ScooterPete + UUID: 9b50f9ab-a825-4188-af28-1742e3f6b540 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9c129faa-bb0e-46d6-9e25-3dff6e8d8d6b.yml b/plugins/gFeatures/Players/9c129faa-bb0e-46d6-9e25-3dff6e8d8d6b.yml new file mode 100644 index 0000000..0aa2f83 --- /dev/null +++ b/plugins/gFeatures/Players/9c129faa-bb0e-46d6-9e25-3dff6e8d8d6b.yml @@ -0,0 +1,5 @@ +Config: + Name: MrBoogerMan + UUID: 9c129faa-bb0e-46d6-9e25-3dff6e8d8d6b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9c88043c-d8ac-4107-9b90-49df40688cc1.yml b/plugins/gFeatures/Players/9c88043c-d8ac-4107-9b90-49df40688cc1.yml new file mode 100644 index 0000000..4a0895e --- /dev/null +++ b/plugins/gFeatures/Players/9c88043c-d8ac-4107-9b90-49df40688cc1.yml @@ -0,0 +1,5 @@ +Config: + Name: DinoGamer247 + UUID: 9c88043c-d8ac-4107-9b90-49df40688cc1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9cd8ff05-6a83-4c5c-9507-4edd3a7309b8.yml b/plugins/gFeatures/Players/9cd8ff05-6a83-4c5c-9507-4edd3a7309b8.yml new file mode 100644 index 0000000..1dd7498 --- /dev/null +++ b/plugins/gFeatures/Players/9cd8ff05-6a83-4c5c-9507-4edd3a7309b8.yml @@ -0,0 +1,5 @@ +Config: + Name: TacticalBlankie + UUID: 9cd8ff05-6a83-4c5c-9507-4edd3a7309b8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9d30f97f-27ca-4d7c-bac3-03400f7df485.yml b/plugins/gFeatures/Players/9d30f97f-27ca-4d7c-bac3-03400f7df485.yml new file mode 100644 index 0000000..8f78b40 --- /dev/null +++ b/plugins/gFeatures/Players/9d30f97f-27ca-4d7c-bac3-03400f7df485.yml @@ -0,0 +1,5 @@ +Config: + Name: Anonymous_12456 + UUID: 9d30f97f-27ca-4d7c-bac3-03400f7df485 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/9fdd51f5-4c35-42fd-970e-42fce5a746be.yml b/plugins/gFeatures/Players/9fdd51f5-4c35-42fd-970e-42fce5a746be.yml new file mode 100644 index 0000000..c35c045 --- /dev/null +++ b/plugins/gFeatures/Players/9fdd51f5-4c35-42fd-970e-42fce5a746be.yml @@ -0,0 +1,5 @@ +Config: + Name: Jackson604 + UUID: 9fdd51f5-4c35-42fd-970e-42fce5a746be + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a02cd407-4fad-4906-8cc1-59ae79f85185.yml b/plugins/gFeatures/Players/a02cd407-4fad-4906-8cc1-59ae79f85185.yml new file mode 100644 index 0000000..ee63123 --- /dev/null +++ b/plugins/gFeatures/Players/a02cd407-4fad-4906-8cc1-59ae79f85185.yml @@ -0,0 +1,5 @@ +Config: + Name: Admarm + UUID: a02cd407-4fad-4906-8cc1-59ae79f85185 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a031fef4-4734-4426-b0a3-259bc7bb23c9.yml b/plugins/gFeatures/Players/a031fef4-4734-4426-b0a3-259bc7bb23c9.yml new file mode 100644 index 0000000..7e16a89 --- /dev/null +++ b/plugins/gFeatures/Players/a031fef4-4734-4426-b0a3-259bc7bb23c9.yml @@ -0,0 +1,5 @@ +Config: + Name: Masterm9ner + UUID: a031fef4-4734-4426-b0a3-259bc7bb23c9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a21b8062-6ca5-4769-b0ef-6c3e8fe99aaa.yml b/plugins/gFeatures/Players/a21b8062-6ca5-4769-b0ef-6c3e8fe99aaa.yml new file mode 100644 index 0000000..7fa49d2 --- /dev/null +++ b/plugins/gFeatures/Players/a21b8062-6ca5-4769-b0ef-6c3e8fe99aaa.yml @@ -0,0 +1,5 @@ +Config: + Name: zombee10 + UUID: a21b8062-6ca5-4769-b0ef-6c3e8fe99aaa + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a31e51c3-24f0-4ab4-b663-89a4e398670e.yml b/plugins/gFeatures/Players/a31e51c3-24f0-4ab4-b663-89a4e398670e.yml new file mode 100644 index 0000000..06ef6aa --- /dev/null +++ b/plugins/gFeatures/Players/a31e51c3-24f0-4ab4-b663-89a4e398670e.yml @@ -0,0 +1,5 @@ +Config: + Name: Casperlysgaard + UUID: a31e51c3-24f0-4ab4-b663-89a4e398670e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a36c2ea2-05b1-4738-8f0f-695ea80fa601.yml b/plugins/gFeatures/Players/a36c2ea2-05b1-4738-8f0f-695ea80fa601.yml new file mode 100644 index 0000000..ec00c20 --- /dev/null +++ b/plugins/gFeatures/Players/a36c2ea2-05b1-4738-8f0f-695ea80fa601.yml @@ -0,0 +1,5 @@ +Config: + Name: turtles_ftw + UUID: a36c2ea2-05b1-4738-8f0f-695ea80fa601 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a3fc438a-1392-4bcb-95ec-f21150677886.yml b/plugins/gFeatures/Players/a3fc438a-1392-4bcb-95ec-f21150677886.yml new file mode 100644 index 0000000..5d338c2 --- /dev/null +++ b/plugins/gFeatures/Players/a3fc438a-1392-4bcb-95ec-f21150677886.yml @@ -0,0 +1,5 @@ +Config: + Name: blademagic + UUID: a3fc438a-1392-4bcb-95ec-f21150677886 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a577f445-380b-42cf-b216-6a3b157486b2.yml b/plugins/gFeatures/Players/a577f445-380b-42cf-b216-6a3b157486b2.yml new file mode 100644 index 0000000..e2ae3d8 --- /dev/null +++ b/plugins/gFeatures/Players/a577f445-380b-42cf-b216-6a3b157486b2.yml @@ -0,0 +1,5 @@ +Config: + Name: AidanRenzo + UUID: a577f445-380b-42cf-b216-6a3b157486b2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a631ac9b-69f2-402a-998d-cca1f63e3abf.yml b/plugins/gFeatures/Players/a631ac9b-69f2-402a-998d-cca1f63e3abf.yml new file mode 100644 index 0000000..690223b --- /dev/null +++ b/plugins/gFeatures/Players/a631ac9b-69f2-402a-998d-cca1f63e3abf.yml @@ -0,0 +1,5 @@ +Config: + Name: dodke6 + UUID: a631ac9b-69f2-402a-998d-cca1f63e3abf + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a66dbfd6-b59f-45f4-8f37-ecf490ccd37e.yml b/plugins/gFeatures/Players/a66dbfd6-b59f-45f4-8f37-ecf490ccd37e.yml new file mode 100644 index 0000000..d3f6f64 --- /dev/null +++ b/plugins/gFeatures/Players/a66dbfd6-b59f-45f4-8f37-ecf490ccd37e.yml @@ -0,0 +1,5 @@ +Config: + Name: prospartanator + UUID: a66dbfd6-b59f-45f4-8f37-ecf490ccd37e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a72620de-d90f-40f9-a226-8588e694d937.yml b/plugins/gFeatures/Players/a72620de-d90f-40f9-a226-8588e694d937.yml new file mode 100644 index 0000000..c897d23 --- /dev/null +++ b/plugins/gFeatures/Players/a72620de-d90f-40f9-a226-8588e694d937.yml @@ -0,0 +1,5 @@ +Config: + Name: SouffleDalek + UUID: a72620de-d90f-40f9-a226-8588e694d937 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a7f22160-908b-44be-9f94-1b3e460cf943.yml b/plugins/gFeatures/Players/a7f22160-908b-44be-9f94-1b3e460cf943.yml new file mode 100644 index 0000000..c7bb8a2 --- /dev/null +++ b/plugins/gFeatures/Players/a7f22160-908b-44be-9f94-1b3e460cf943.yml @@ -0,0 +1,5 @@ +Config: + Name: SoSo123 + UUID: a7f22160-908b-44be-9f94-1b3e460cf943 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a8686489-d531-4b27-88bc-fd75decd7296.yml b/plugins/gFeatures/Players/a8686489-d531-4b27-88bc-fd75decd7296.yml new file mode 100644 index 0000000..539040a --- /dev/null +++ b/plugins/gFeatures/Players/a8686489-d531-4b27-88bc-fd75decd7296.yml @@ -0,0 +1,5 @@ +Config: + Name: AussieDingo + UUID: a8686489-d531-4b27-88bc-fd75decd7296 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a8871434-2a6e-4df4-afef-0fea2a448442.yml b/plugins/gFeatures/Players/a8871434-2a6e-4df4-afef-0fea2a448442.yml new file mode 100644 index 0000000..fca135b --- /dev/null +++ b/plugins/gFeatures/Players/a8871434-2a6e-4df4-afef-0fea2a448442.yml @@ -0,0 +1,5 @@ +Config: + Name: Juniorthez + UUID: a8871434-2a6e-4df4-afef-0fea2a448442 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a89ff5d4-a27d-444d-961d-9b8051805b4c.yml b/plugins/gFeatures/Players/a89ff5d4-a27d-444d-961d-9b8051805b4c.yml new file mode 100644 index 0000000..56670fb --- /dev/null +++ b/plugins/gFeatures/Players/a89ff5d4-a27d-444d-961d-9b8051805b4c.yml @@ -0,0 +1,5 @@ +Config: + Name: turtlepower89 + UUID: a89ff5d4-a27d-444d-961d-9b8051805b4c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a8ebdef0-cbf5-41d0-b925-7d2efd3f2b92.yml b/plugins/gFeatures/Players/a8ebdef0-cbf5-41d0-b925-7d2efd3f2b92.yml new file mode 100644 index 0000000..fa8ba17 --- /dev/null +++ b/plugins/gFeatures/Players/a8ebdef0-cbf5-41d0-b925-7d2efd3f2b92.yml @@ -0,0 +1,5 @@ +Config: + Name: Humanless + UUID: a8ebdef0-cbf5-41d0-b925-7d2efd3f2b92 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a8f94021-6b71-4655-b828-7035404e2819.yml b/plugins/gFeatures/Players/a8f94021-6b71-4655-b828-7035404e2819.yml new file mode 100644 index 0000000..cbc178a --- /dev/null +++ b/plugins/gFeatures/Players/a8f94021-6b71-4655-b828-7035404e2819.yml @@ -0,0 +1,5 @@ +Config: + Name: mikmik819 + UUID: a8f94021-6b71-4655-b828-7035404e2819 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a9bb25cb-05f4-44e4-9eef-c8cdb20e3641.yml b/plugins/gFeatures/Players/a9bb25cb-05f4-44e4-9eef-c8cdb20e3641.yml new file mode 100644 index 0000000..08a6236 --- /dev/null +++ b/plugins/gFeatures/Players/a9bb25cb-05f4-44e4-9eef-c8cdb20e3641.yml @@ -0,0 +1,5 @@ +Config: + Name: RavortMC + UUID: a9bb25cb-05f4-44e4-9eef-c8cdb20e3641 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/a9c56215-4625-4156-b227-8e18b8e193d5.yml b/plugins/gFeatures/Players/a9c56215-4625-4156-b227-8e18b8e193d5.yml new file mode 100644 index 0000000..735b9d3 --- /dev/null +++ b/plugins/gFeatures/Players/a9c56215-4625-4156-b227-8e18b8e193d5.yml @@ -0,0 +1,5 @@ +Config: + Name: Aezora + UUID: a9c56215-4625-4156-b227-8e18b8e193d5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/aa20dd59-a99c-4624-aa4a-04cf46239163.yml b/plugins/gFeatures/Players/aa20dd59-a99c-4624-aa4a-04cf46239163.yml new file mode 100644 index 0000000..83bcdb1 --- /dev/null +++ b/plugins/gFeatures/Players/aa20dd59-a99c-4624-aa4a-04cf46239163.yml @@ -0,0 +1,5 @@ +Config: + Name: sparkerlight + UUID: aa20dd59-a99c-4624-aa4a-04cf46239163 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/abf146fe-3ffb-48c7-a6e1-0f1466bf6f47.yml b/plugins/gFeatures/Players/abf146fe-3ffb-48c7-a6e1-0f1466bf6f47.yml new file mode 100644 index 0000000..003f3ce --- /dev/null +++ b/plugins/gFeatures/Players/abf146fe-3ffb-48c7-a6e1-0f1466bf6f47.yml @@ -0,0 +1,5 @@ +Config: + Name: KatieVsGaming + UUID: abf146fe-3ffb-48c7-a6e1-0f1466bf6f47 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ac1a955d-4cfd-434d-a9fa-654df534ca3f.yml b/plugins/gFeatures/Players/ac1a955d-4cfd-434d-a9fa-654df534ca3f.yml new file mode 100644 index 0000000..c6fa581 --- /dev/null +++ b/plugins/gFeatures/Players/ac1a955d-4cfd-434d-a9fa-654df534ca3f.yml @@ -0,0 +1,5 @@ +Config: + Name: GoJakeJake + UUID: ac1a955d-4cfd-434d-a9fa-654df534ca3f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ac91ec2c-ffa1-4332-bca9-4dfe763c5ed0.yml b/plugins/gFeatures/Players/ac91ec2c-ffa1-4332-bca9-4dfe763c5ed0.yml new file mode 100644 index 0000000..ecf561b --- /dev/null +++ b/plugins/gFeatures/Players/ac91ec2c-ffa1-4332-bca9-4dfe763c5ed0.yml @@ -0,0 +1,5 @@ +Config: + Name: NTNinja + UUID: ac91ec2c-ffa1-4332-bca9-4dfe763c5ed0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/aca9bc41-f3fb-4464-bde3-a783a521b22b.yml b/plugins/gFeatures/Players/aca9bc41-f3fb-4464-bde3-a783a521b22b.yml new file mode 100644 index 0000000..f873878 --- /dev/null +++ b/plugins/gFeatures/Players/aca9bc41-f3fb-4464-bde3-a783a521b22b.yml @@ -0,0 +1,5 @@ +Config: + Name: hammizilla33 + UUID: aca9bc41-f3fb-4464-bde3-a783a521b22b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/acb1d7f3-2e65-47ec-8d34-6ba75b13579b.yml b/plugins/gFeatures/Players/acb1d7f3-2e65-47ec-8d34-6ba75b13579b.yml new file mode 100644 index 0000000..e0c8c33 --- /dev/null +++ b/plugins/gFeatures/Players/acb1d7f3-2e65-47ec-8d34-6ba75b13579b.yml @@ -0,0 +1,5 @@ +Config: + Name: EnderSlayer1001 + UUID: acb1d7f3-2e65-47ec-8d34-6ba75b13579b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/acf2d933-e583-4515-ae78-94c877efcdd2.yml b/plugins/gFeatures/Players/acf2d933-e583-4515-ae78-94c877efcdd2.yml new file mode 100644 index 0000000..fec7789 --- /dev/null +++ b/plugins/gFeatures/Players/acf2d933-e583-4515-ae78-94c877efcdd2.yml @@ -0,0 +1,5 @@ +Config: + Name: TeddyPvPz + UUID: acf2d933-e583-4515-ae78-94c877efcdd2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ad9be0e4-9bf4-49cd-ba08-c96bbfd03710.yml b/plugins/gFeatures/Players/ad9be0e4-9bf4-49cd-ba08-c96bbfd03710.yml new file mode 100644 index 0000000..cb05e34 --- /dev/null +++ b/plugins/gFeatures/Players/ad9be0e4-9bf4-49cd-ba08-c96bbfd03710.yml @@ -0,0 +1,5 @@ +Config: + Name: SuperCoolJet + UUID: ad9be0e4-9bf4-49cd-ba08-c96bbfd03710 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ade21d41-274e-4cd0-a251-03cf67642e4e.yml b/plugins/gFeatures/Players/ade21d41-274e-4cd0-a251-03cf67642e4e.yml new file mode 100644 index 0000000..df13e85 --- /dev/null +++ b/plugins/gFeatures/Players/ade21d41-274e-4cd0-a251-03cf67642e4e.yml @@ -0,0 +1,5 @@ +Config: + Name: nap14hockey + UUID: ade21d41-274e-4cd0-a251-03cf67642e4e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/af57b101-820a-458a-9ef4-bbee2b53030b.yml b/plugins/gFeatures/Players/af57b101-820a-458a-9ef4-bbee2b53030b.yml new file mode 100644 index 0000000..d2e1616 --- /dev/null +++ b/plugins/gFeatures/Players/af57b101-820a-458a-9ef4-bbee2b53030b.yml @@ -0,0 +1,5 @@ +Config: + Name: twins2012 + UUID: af57b101-820a-458a-9ef4-bbee2b53030b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/af6eb68d-9f91-4518-9b25-c4f91dee5d6e.yml b/plugins/gFeatures/Players/af6eb68d-9f91-4518-9b25-c4f91dee5d6e.yml new file mode 100644 index 0000000..f5c9af8 --- /dev/null +++ b/plugins/gFeatures/Players/af6eb68d-9f91-4518-9b25-c4f91dee5d6e.yml @@ -0,0 +1,5 @@ +Config: + Name: Jumanjigirl010 + UUID: af6eb68d-9f91-4518-9b25-c4f91dee5d6e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/afa71f95-d694-4a18-a54a-bf6ca8b268b9.yml b/plugins/gFeatures/Players/afa71f95-d694-4a18-a54a-bf6ca8b268b9.yml new file mode 100644 index 0000000..3fc108e --- /dev/null +++ b/plugins/gFeatures/Players/afa71f95-d694-4a18-a54a-bf6ca8b268b9.yml @@ -0,0 +1,5 @@ +Config: + Name: Multidragon12 + UUID: afa71f95-d694-4a18-a54a-bf6ca8b268b9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b016c03c-3176-4450-b920-1c6fe30575c1.yml b/plugins/gFeatures/Players/b016c03c-3176-4450-b920-1c6fe30575c1.yml new file mode 100644 index 0000000..1627f96 --- /dev/null +++ b/plugins/gFeatures/Players/b016c03c-3176-4450-b920-1c6fe30575c1.yml @@ -0,0 +1,5 @@ +Config: + Name: Galaxy_Shadow459 + UUID: b016c03c-3176-4450-b920-1c6fe30575c1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b0401bc8-67bb-4032-b415-596a1e68a3e7.yml b/plugins/gFeatures/Players/b0401bc8-67bb-4032-b415-596a1e68a3e7.yml new file mode 100644 index 0000000..e880037 --- /dev/null +++ b/plugins/gFeatures/Players/b0401bc8-67bb-4032-b415-596a1e68a3e7.yml @@ -0,0 +1,5 @@ +Config: + Name: Victini1734 + UUID: b0401bc8-67bb-4032-b415-596a1e68a3e7 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b07b3040-f81a-4179-9262-435b42a7bfd2.yml b/plugins/gFeatures/Players/b07b3040-f81a-4179-9262-435b42a7bfd2.yml new file mode 100644 index 0000000..e804604 --- /dev/null +++ b/plugins/gFeatures/Players/b07b3040-f81a-4179-9262-435b42a7bfd2.yml @@ -0,0 +1,5 @@ +Config: + Name: DiamondMinerEWI2 + UUID: b07b3040-f81a-4179-9262-435b42a7bfd2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b08beeeb-531d-42c9-88d6-74157780c402.yml b/plugins/gFeatures/Players/b08beeeb-531d-42c9-88d6-74157780c402.yml new file mode 100644 index 0000000..c64a4ba --- /dev/null +++ b/plugins/gFeatures/Players/b08beeeb-531d-42c9-88d6-74157780c402.yml @@ -0,0 +1,5 @@ +Config: + Name: DandielCraft + UUID: b08beeeb-531d-42c9-88d6-74157780c402 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b09f347a-1c4d-440d-8a75-68df3c5ea296.yml b/plugins/gFeatures/Players/b09f347a-1c4d-440d-8a75-68df3c5ea296.yml new file mode 100644 index 0000000..c398223 --- /dev/null +++ b/plugins/gFeatures/Players/b09f347a-1c4d-440d-8a75-68df3c5ea296.yml @@ -0,0 +1,5 @@ +Config: + Name: Archery_King + UUID: b09f347a-1c4d-440d-8a75-68df3c5ea296 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b11319c8-795b-4de4-ba1a-6f09b467f675.yml b/plugins/gFeatures/Players/b11319c8-795b-4de4-ba1a-6f09b467f675.yml new file mode 100644 index 0000000..042e99a --- /dev/null +++ b/plugins/gFeatures/Players/b11319c8-795b-4de4-ba1a-6f09b467f675.yml @@ -0,0 +1,5 @@ +Config: + Name: Mitch026 + UUID: b11319c8-795b-4de4-ba1a-6f09b467f675 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b12df600-b896-4b34-bf7f-71ac836ad9cc.yml b/plugins/gFeatures/Players/b12df600-b896-4b34-bf7f-71ac836ad9cc.yml new file mode 100644 index 0000000..b2ad0d0 --- /dev/null +++ b/plugins/gFeatures/Players/b12df600-b896-4b34-bf7f-71ac836ad9cc.yml @@ -0,0 +1,5 @@ +Config: + Name: Daniellefs + UUID: b12df600-b896-4b34-bf7f-71ac836ad9cc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b21d32c2-f396-4d8e-ba47-c79a3dfd559a.yml b/plugins/gFeatures/Players/b21d32c2-f396-4d8e-ba47-c79a3dfd559a.yml new file mode 100644 index 0000000..b2e8097 --- /dev/null +++ b/plugins/gFeatures/Players/b21d32c2-f396-4d8e-ba47-c79a3dfd559a.yml @@ -0,0 +1,5 @@ +Config: + Name: DaamnLeafy + UUID: b21d32c2-f396-4d8e-ba47-c79a3dfd559a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b246bacb-68c1-410f-af76-e6b47c3a318b.yml b/plugins/gFeatures/Players/b246bacb-68c1-410f-af76-e6b47c3a318b.yml new file mode 100644 index 0000000..3a9cba9 --- /dev/null +++ b/plugins/gFeatures/Players/b246bacb-68c1-410f-af76-e6b47c3a318b.yml @@ -0,0 +1,5 @@ +Config: + Name: ultraguy55 + UUID: b246bacb-68c1-410f-af76-e6b47c3a318b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b275983d-6a2e-45f8-8952-efb344639bc4.yml b/plugins/gFeatures/Players/b275983d-6a2e-45f8-8952-efb344639bc4.yml new file mode 100644 index 0000000..ffc1c7f --- /dev/null +++ b/plugins/gFeatures/Players/b275983d-6a2e-45f8-8952-efb344639bc4.yml @@ -0,0 +1,5 @@ +Config: + Name: TheRadicalWolf19 + UUID: b275983d-6a2e-45f8-8952-efb344639bc4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b2a7e927-c847-4060-bfd7-99cabee7aecc.yml b/plugins/gFeatures/Players/b2a7e927-c847-4060-bfd7-99cabee7aecc.yml new file mode 100644 index 0000000..e7884ab --- /dev/null +++ b/plugins/gFeatures/Players/b2a7e927-c847-4060-bfd7-99cabee7aecc.yml @@ -0,0 +1,5 @@ +Config: + Name: Awesomedude9789 + UUID: b2a7e927-c847-4060-bfd7-99cabee7aecc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b2f2b354-595f-4cb7-acbc-c4794f7f24c5.yml b/plugins/gFeatures/Players/b2f2b354-595f-4cb7-acbc-c4794f7f24c5.yml new file mode 100644 index 0000000..78b42ca --- /dev/null +++ b/plugins/gFeatures/Players/b2f2b354-595f-4cb7-acbc-c4794f7f24c5.yml @@ -0,0 +1,5 @@ +Config: + Name: ItsiTim + UUID: b2f2b354-595f-4cb7-acbc-c4794f7f24c5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b48083c2-19ca-4959-a0d0-a967a93d0fd3.yml b/plugins/gFeatures/Players/b48083c2-19ca-4959-a0d0-a967a93d0fd3.yml new file mode 100644 index 0000000..8f75eae --- /dev/null +++ b/plugins/gFeatures/Players/b48083c2-19ca-4959-a0d0-a967a93d0fd3.yml @@ -0,0 +1,5 @@ +Config: + Name: Seshpenguin + UUID: b48083c2-19ca-4959-a0d0-a967a93d0fd3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b5cafd70-9aa1-4b45-9ac3-65d10ed58223.yml b/plugins/gFeatures/Players/b5cafd70-9aa1-4b45-9ac3-65d10ed58223.yml new file mode 100644 index 0000000..e534770 --- /dev/null +++ b/plugins/gFeatures/Players/b5cafd70-9aa1-4b45-9ac3-65d10ed58223.yml @@ -0,0 +1,5 @@ +Config: + Name: Gemmablocks + UUID: b5cafd70-9aa1-4b45-9ac3-65d10ed58223 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b6cce3de-26b6-4bde-b091-ec672559428d.yml b/plugins/gFeatures/Players/b6cce3de-26b6-4bde-b091-ec672559428d.yml new file mode 100644 index 0000000..c77d0ee --- /dev/null +++ b/plugins/gFeatures/Players/b6cce3de-26b6-4bde-b091-ec672559428d.yml @@ -0,0 +1,5 @@ +Config: + Name: alek1542 + UUID: b6cce3de-26b6-4bde-b091-ec672559428d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b72a5ac1-ef33-4543-bb73-17043360959d.yml b/plugins/gFeatures/Players/b72a5ac1-ef33-4543-bb73-17043360959d.yml new file mode 100644 index 0000000..f4acc39 --- /dev/null +++ b/plugins/gFeatures/Players/b72a5ac1-ef33-4543-bb73-17043360959d.yml @@ -0,0 +1,5 @@ +Config: + Name: PILES4 + UUID: b72a5ac1-ef33-4543-bb73-17043360959d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b74e92d9-2608-4be0-b58e-dc0e981a1ae0.yml b/plugins/gFeatures/Players/b74e92d9-2608-4be0-b58e-dc0e981a1ae0.yml new file mode 100644 index 0000000..e95001e --- /dev/null +++ b/plugins/gFeatures/Players/b74e92d9-2608-4be0-b58e-dc0e981a1ae0.yml @@ -0,0 +1,5 @@ +Config: + Name: pumpuup + UUID: b74e92d9-2608-4be0-b58e-dc0e981a1ae0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b77f4120-fb4f-45d3-878f-71dccb9bd894.yml b/plugins/gFeatures/Players/b77f4120-fb4f-45d3-878f-71dccb9bd894.yml new file mode 100644 index 0000000..5820924 --- /dev/null +++ b/plugins/gFeatures/Players/b77f4120-fb4f-45d3-878f-71dccb9bd894.yml @@ -0,0 +1,5 @@ +Config: + Name: sparklingwind101 + UUID: b77f4120-fb4f-45d3-878f-71dccb9bd894 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b7bde28a-aa31-4b3b-ae0d-e226b4707f4f.yml b/plugins/gFeatures/Players/b7bde28a-aa31-4b3b-ae0d-e226b4707f4f.yml new file mode 100644 index 0000000..df749b5 --- /dev/null +++ b/plugins/gFeatures/Players/b7bde28a-aa31-4b3b-ae0d-e226b4707f4f.yml @@ -0,0 +1,5 @@ +Config: + Name: AquaSquid365 + UUID: b7bde28a-aa31-4b3b-ae0d-e226b4707f4f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b81b591f-0052-4c2f-a61a-0141a671d4b3.yml b/plugins/gFeatures/Players/b81b591f-0052-4c2f-a61a-0141a671d4b3.yml new file mode 100644 index 0000000..0fac741 --- /dev/null +++ b/plugins/gFeatures/Players/b81b591f-0052-4c2f-a61a-0141a671d4b3.yml @@ -0,0 +1,5 @@ +Config: + Name: FrostedWrym + UUID: b81b591f-0052-4c2f-a61a-0141a671d4b3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b91100c1-608c-471c-aa2b-e5a748fc9fa3.yml b/plugins/gFeatures/Players/b91100c1-608c-471c-aa2b-e5a748fc9fa3.yml new file mode 100644 index 0000000..651b3e3 --- /dev/null +++ b/plugins/gFeatures/Players/b91100c1-608c-471c-aa2b-e5a748fc9fa3.yml @@ -0,0 +1,5 @@ +Config: + Name: Popikid + UUID: b91100c1-608c-471c-aa2b-e5a748fc9fa3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b9211eb6-a8d7-4bfa-85f5-eb121aba0a2b.yml b/plugins/gFeatures/Players/b9211eb6-a8d7-4bfa-85f5-eb121aba0a2b.yml new file mode 100644 index 0000000..9236bb6 --- /dev/null +++ b/plugins/gFeatures/Players/b9211eb6-a8d7-4bfa-85f5-eb121aba0a2b.yml @@ -0,0 +1,5 @@ +Config: + Name: zpm346 + UUID: b9211eb6-a8d7-4bfa-85f5-eb121aba0a2b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b97beaae-5d0c-4df8-aa05-d5ad2df084f1.yml b/plugins/gFeatures/Players/b97beaae-5d0c-4df8-aa05-d5ad2df084f1.yml new file mode 100644 index 0000000..75d9960 --- /dev/null +++ b/plugins/gFeatures/Players/b97beaae-5d0c-4df8-aa05-d5ad2df084f1.yml @@ -0,0 +1,5 @@ +Config: + Name: jschmidt1340 + UUID: b97beaae-5d0c-4df8-aa05-d5ad2df084f1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b9b5a00f-e419-4147-bbec-d19b0c98ce37.yml b/plugins/gFeatures/Players/b9b5a00f-e419-4147-bbec-d19b0c98ce37.yml new file mode 100644 index 0000000..8a9c2a1 --- /dev/null +++ b/plugins/gFeatures/Players/b9b5a00f-e419-4147-bbec-d19b0c98ce37.yml @@ -0,0 +1,5 @@ +Config: + Name: LP_MineGuard + UUID: b9b5a00f-e419-4147-bbec-d19b0c98ce37 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b9d938ca-64e1-452f-b11f-446274738957.yml b/plugins/gFeatures/Players/b9d938ca-64e1-452f-b11f-446274738957.yml new file mode 100644 index 0000000..3adc0b3 --- /dev/null +++ b/plugins/gFeatures/Players/b9d938ca-64e1-452f-b11f-446274738957.yml @@ -0,0 +1,5 @@ +Config: + Name: The_Mighty_Mini + UUID: b9d938ca-64e1-452f-b11f-446274738957 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b9f0245f-4ff1-4a30-94e5-6ed9a92852af.yml b/plugins/gFeatures/Players/b9f0245f-4ff1-4a30-94e5-6ed9a92852af.yml new file mode 100644 index 0000000..e93bc37 --- /dev/null +++ b/plugins/gFeatures/Players/b9f0245f-4ff1-4a30-94e5-6ed9a92852af.yml @@ -0,0 +1,5 @@ +Config: + Name: DELHI123 + UUID: b9f0245f-4ff1-4a30-94e5-6ed9a92852af + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b9f14a36-c0e7-4912-a644-666d852b0a65.yml b/plugins/gFeatures/Players/b9f14a36-c0e7-4912-a644-666d852b0a65.yml new file mode 100644 index 0000000..18716b1 --- /dev/null +++ b/plugins/gFeatures/Players/b9f14a36-c0e7-4912-a644-666d852b0a65.yml @@ -0,0 +1,5 @@ +Config: + Name: Yukonn + UUID: b9f14a36-c0e7-4912-a644-666d852b0a65 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/b9fd5c0b-65d1-48a2-abf2-021cdb0467f1.yml b/plugins/gFeatures/Players/b9fd5c0b-65d1-48a2-abf2-021cdb0467f1.yml new file mode 100644 index 0000000..65bd6cd --- /dev/null +++ b/plugins/gFeatures/Players/b9fd5c0b-65d1-48a2-abf2-021cdb0467f1.yml @@ -0,0 +1,5 @@ +Config: + Name: yeahtoast4321 + UUID: b9fd5c0b-65d1-48a2-abf2-021cdb0467f1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bb24240b-8daa-4659-9901-e0c061676c72.yml b/plugins/gFeatures/Players/bb24240b-8daa-4659-9901-e0c061676c72.yml new file mode 100644 index 0000000..6fb1d3c --- /dev/null +++ b/plugins/gFeatures/Players/bb24240b-8daa-4659-9901-e0c061676c72.yml @@ -0,0 +1,5 @@ +Config: + Name: vanexxa + UUID: bb24240b-8daa-4659-9901-e0c061676c72 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bbe276ef-5eb6-4628-a3a2-05041adb4484.yml b/plugins/gFeatures/Players/bbe276ef-5eb6-4628-a3a2-05041adb4484.yml new file mode 100644 index 0000000..1485e3e --- /dev/null +++ b/plugins/gFeatures/Players/bbe276ef-5eb6-4628-a3a2-05041adb4484.yml @@ -0,0 +1,5 @@ +Config: + Name: Kawaii_Panda098 + UUID: bbe276ef-5eb6-4628-a3a2-05041adb4484 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bc384491-4cf7-4185-be07-9bdb5a8310d4.yml b/plugins/gFeatures/Players/bc384491-4cf7-4185-be07-9bdb5a8310d4.yml new file mode 100644 index 0000000..ffb0c9c --- /dev/null +++ b/plugins/gFeatures/Players/bc384491-4cf7-4185-be07-9bdb5a8310d4.yml @@ -0,0 +1,5 @@ +Config: + Name: S1zoma + UUID: bc384491-4cf7-4185-be07-9bdb5a8310d4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad.yml b/plugins/gFeatures/Players/bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad.yml new file mode 100644 index 0000000..397603a --- /dev/null +++ b/plugins/gFeatures/Players/bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad.yml @@ -0,0 +1,5 @@ +Config: + Name: manmaneman + UUID: bc65f6f1-1fb6-436b-a31a-f432fa6eb0ad + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bc8e7aaf-d8db-4166-bfe9-c753b70d9374.yml b/plugins/gFeatures/Players/bc8e7aaf-d8db-4166-bfe9-c753b70d9374.yml new file mode 100644 index 0000000..61f612e --- /dev/null +++ b/plugins/gFeatures/Players/bc8e7aaf-d8db-4166-bfe9-c753b70d9374.yml @@ -0,0 +1,5 @@ +Config: + Name: HuxScary + UUID: bc8e7aaf-d8db-4166-bfe9-c753b70d9374 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bcb1138d-7072-46ec-9aa4-66b1e3c727bc.yml b/plugins/gFeatures/Players/bcb1138d-7072-46ec-9aa4-66b1e3c727bc.yml new file mode 100644 index 0000000..da0b5ce --- /dev/null +++ b/plugins/gFeatures/Players/bcb1138d-7072-46ec-9aa4-66b1e3c727bc.yml @@ -0,0 +1,5 @@ +Config: + Name: MisakiLP + UUID: bcb1138d-7072-46ec-9aa4-66b1e3c727bc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bce48790-aff9-4580-822e-605e5464510b.yml b/plugins/gFeatures/Players/bce48790-aff9-4580-822e-605e5464510b.yml new file mode 100644 index 0000000..780e445 --- /dev/null +++ b/plugins/gFeatures/Players/bce48790-aff9-4580-822e-605e5464510b.yml @@ -0,0 +1,5 @@ +Config: + Name: _CloudTail_ + UUID: bce48790-aff9-4580-822e-605e5464510b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bd40c928-081d-45f7-b70c-0abc722b366c.yml b/plugins/gFeatures/Players/bd40c928-081d-45f7-b70c-0abc722b366c.yml new file mode 100644 index 0000000..9cb8ef1 --- /dev/null +++ b/plugins/gFeatures/Players/bd40c928-081d-45f7-b70c-0abc722b366c.yml @@ -0,0 +1,5 @@ +Config: + Name: _TheBuildingFox_ + UUID: bd40c928-081d-45f7-b70c-0abc722b366c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bd6574b3-2ecf-4e8b-8d48-88d0d228c049.yml b/plugins/gFeatures/Players/bd6574b3-2ecf-4e8b-8d48-88d0d228c049.yml new file mode 100644 index 0000000..9e6700e --- /dev/null +++ b/plugins/gFeatures/Players/bd6574b3-2ecf-4e8b-8d48-88d0d228c049.yml @@ -0,0 +1,5 @@ +Config: + Name: 333AJ + UUID: bd6574b3-2ecf-4e8b-8d48-88d0d228c049 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/be0c3c0d-6cdc-48b7-963b-cbfefbc3aedf.yml b/plugins/gFeatures/Players/be0c3c0d-6cdc-48b7-963b-cbfefbc3aedf.yml new file mode 100644 index 0000000..7b9fd7a --- /dev/null +++ b/plugins/gFeatures/Players/be0c3c0d-6cdc-48b7-963b-cbfefbc3aedf.yml @@ -0,0 +1,5 @@ +Config: + Name: Auracal + UUID: be0c3c0d-6cdc-48b7-963b-cbfefbc3aedf + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/be13a1ba-1d12-4229-8eba-9f1b238aecda.yml b/plugins/gFeatures/Players/be13a1ba-1d12-4229-8eba-9f1b238aecda.yml new file mode 100644 index 0000000..96a5580 --- /dev/null +++ b/plugins/gFeatures/Players/be13a1ba-1d12-4229-8eba-9f1b238aecda.yml @@ -0,0 +1,5 @@ +Config: + Name: snivell + UUID: be13a1ba-1d12-4229-8eba-9f1b238aecda + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/be2d0f3a-18fb-4f6d-b126-dd62834e9ad5.yml b/plugins/gFeatures/Players/be2d0f3a-18fb-4f6d-b126-dd62834e9ad5.yml new file mode 100644 index 0000000..4d4e004 --- /dev/null +++ b/plugins/gFeatures/Players/be2d0f3a-18fb-4f6d-b126-dd62834e9ad5.yml @@ -0,0 +1,5 @@ +Config: + Name: Tyzzler + UUID: be2d0f3a-18fb-4f6d-b126-dd62834e9ad5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/be65eb6e-ef9b-480c-9f11-460ee0080c30.yml b/plugins/gFeatures/Players/be65eb6e-ef9b-480c-9f11-460ee0080c30.yml new file mode 100644 index 0000000..a73350f --- /dev/null +++ b/plugins/gFeatures/Players/be65eb6e-ef9b-480c-9f11-460ee0080c30.yml @@ -0,0 +1,5 @@ +Config: + Name: PredaceousVegan + UUID: be65eb6e-ef9b-480c-9f11-460ee0080c30 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2.yml b/plugins/gFeatures/Players/be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2.yml new file mode 100644 index 0000000..a549291 --- /dev/null +++ b/plugins/gFeatures/Players/be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2.yml @@ -0,0 +1,5 @@ +Config: + Name: _Thunder_Mc_15 + UUID: be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/beb10f7e-f80b-487b-a99e-661d8d798f90.yml b/plugins/gFeatures/Players/beb10f7e-f80b-487b-a99e-661d8d798f90.yml new file mode 100644 index 0000000..7d094e7 --- /dev/null +++ b/plugins/gFeatures/Players/beb10f7e-f80b-487b-a99e-661d8d798f90.yml @@ -0,0 +1,5 @@ +Config: + Name: Mastef_Chief + UUID: beb10f7e-f80b-487b-a99e-661d8d798f90 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bed48548-d702-40e5-9760-693b86f4db15.yml b/plugins/gFeatures/Players/bed48548-d702-40e5-9760-693b86f4db15.yml new file mode 100644 index 0000000..c3068c7 --- /dev/null +++ b/plugins/gFeatures/Players/bed48548-d702-40e5-9760-693b86f4db15.yml @@ -0,0 +1,5 @@ +Config: + Name: ShdySill + UUID: bed48548-d702-40e5-9760-693b86f4db15 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/bfa055fa-35df-4219-9fbe-e04c2e4c9703.yml b/plugins/gFeatures/Players/bfa055fa-35df-4219-9fbe-e04c2e4c9703.yml new file mode 100644 index 0000000..85575e3 --- /dev/null +++ b/plugins/gFeatures/Players/bfa055fa-35df-4219-9fbe-e04c2e4c9703.yml @@ -0,0 +1,5 @@ +Config: + Name: GreenArrowReborn + UUID: bfa055fa-35df-4219-9fbe-e04c2e4c9703 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c04a026f-0566-47af-9c50-85de9da5ab2d.yml b/plugins/gFeatures/Players/c04a026f-0566-47af-9c50-85de9da5ab2d.yml new file mode 100644 index 0000000..424cf5e --- /dev/null +++ b/plugins/gFeatures/Players/c04a026f-0566-47af-9c50-85de9da5ab2d.yml @@ -0,0 +1,5 @@ +Config: + Name: darkblueyoshi + UUID: c04a026f-0566-47af-9c50-85de9da5ab2d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c073b094-c3b2-4564-9b2e-8e431c69fc0e.yml b/plugins/gFeatures/Players/c073b094-c3b2-4564-9b2e-8e431c69fc0e.yml new file mode 100644 index 0000000..51b2731 --- /dev/null +++ b/plugins/gFeatures/Players/c073b094-c3b2-4564-9b2e-8e431c69fc0e.yml @@ -0,0 +1,5 @@ +Config: + Name: christy2782 + UUID: c073b094-c3b2-4564-9b2e-8e431c69fc0e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c163c88a-6c11-481c-90e8-fb4616c25963.yml b/plugins/gFeatures/Players/c163c88a-6c11-481c-90e8-fb4616c25963.yml new file mode 100644 index 0000000..5675a1b --- /dev/null +++ b/plugins/gFeatures/Players/c163c88a-6c11-481c-90e8-fb4616c25963.yml @@ -0,0 +1,5 @@ +Config: + Name: DeepWoodShrine + UUID: c163c88a-6c11-481c-90e8-fb4616c25963 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c17f441f-fd71-4906-84b7-efb4bc36e6c0.yml b/plugins/gFeatures/Players/c17f441f-fd71-4906-84b7-efb4bc36e6c0.yml new file mode 100644 index 0000000..aac0743 --- /dev/null +++ b/plugins/gFeatures/Players/c17f441f-fd71-4906-84b7-efb4bc36e6c0.yml @@ -0,0 +1,5 @@ +Config: + Name: mike264264 + UUID: c17f441f-fd71-4906-84b7-efb4bc36e6c0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c3025c65-9793-4beb-9e5e-634787ef3e93.yml b/plugins/gFeatures/Players/c3025c65-9793-4beb-9e5e-634787ef3e93.yml new file mode 100644 index 0000000..3e97783 --- /dev/null +++ b/plugins/gFeatures/Players/c3025c65-9793-4beb-9e5e-634787ef3e93.yml @@ -0,0 +1,5 @@ +Config: + Name: MrMathijs95 + UUID: c3025c65-9793-4beb-9e5e-634787ef3e93 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c38700dc-279d-4394-8e59-a3ae8fdb6c10.yml b/plugins/gFeatures/Players/c38700dc-279d-4394-8e59-a3ae8fdb6c10.yml new file mode 100644 index 0000000..792d4f0 --- /dev/null +++ b/plugins/gFeatures/Players/c38700dc-279d-4394-8e59-a3ae8fdb6c10.yml @@ -0,0 +1,5 @@ +Config: + Name: Call_Meh_Magic + UUID: c38700dc-279d-4394-8e59-a3ae8fdb6c10 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c3eee9a1-296e-47ae-a9fc-c6fea50e1513.yml b/plugins/gFeatures/Players/c3eee9a1-296e-47ae-a9fc-c6fea50e1513.yml new file mode 100644 index 0000000..b89d181 --- /dev/null +++ b/plugins/gFeatures/Players/c3eee9a1-296e-47ae-a9fc-c6fea50e1513.yml @@ -0,0 +1,5 @@ +Config: + Name: TheJuste + UUID: c3eee9a1-296e-47ae-a9fc-c6fea50e1513 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c403cd0e-7f0d-46a1-b95a-44ac74550b3a.yml b/plugins/gFeatures/Players/c403cd0e-7f0d-46a1-b95a-44ac74550b3a.yml new file mode 100644 index 0000000..3b9a436 --- /dev/null +++ b/plugins/gFeatures/Players/c403cd0e-7f0d-46a1-b95a-44ac74550b3a.yml @@ -0,0 +1,5 @@ +Config: + Name: CHUBBYLANE + UUID: c403cd0e-7f0d-46a1-b95a-44ac74550b3a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c44cfaf0-8696-421c-929c-e8f577ddee87.yml b/plugins/gFeatures/Players/c44cfaf0-8696-421c-929c-e8f577ddee87.yml new file mode 100644 index 0000000..dba8bda --- /dev/null +++ b/plugins/gFeatures/Players/c44cfaf0-8696-421c-929c-e8f577ddee87.yml @@ -0,0 +1,5 @@ +Config: + Name: Anubis129 + UUID: c44cfaf0-8696-421c-929c-e8f577ddee87 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c469f2d8-49b4-418b-ab43-3613fb66e6c1.yml b/plugins/gFeatures/Players/c469f2d8-49b4-418b-ab43-3613fb66e6c1.yml new file mode 100644 index 0000000..98a4fde --- /dev/null +++ b/plugins/gFeatures/Players/c469f2d8-49b4-418b-ab43-3613fb66e6c1.yml @@ -0,0 +1,5 @@ +Config: + Name: dressbump + UUID: c469f2d8-49b4-418b-ab43-3613fb66e6c1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c4e623c2-6865-4696-a0ea-0ea213031405.yml b/plugins/gFeatures/Players/c4e623c2-6865-4696-a0ea-0ea213031405.yml new file mode 100644 index 0000000..0efe13c --- /dev/null +++ b/plugins/gFeatures/Players/c4e623c2-6865-4696-a0ea-0ea213031405.yml @@ -0,0 +1,5 @@ +Config: + Name: GirlGamerM + UUID: c4e623c2-6865-4696-a0ea-0ea213031405 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c62a54a6-2d3f-4d8b-b4c9-cd3deeefca31.yml b/plugins/gFeatures/Players/c62a54a6-2d3f-4d8b-b4c9-cd3deeefca31.yml new file mode 100644 index 0000000..f72f28e --- /dev/null +++ b/plugins/gFeatures/Players/c62a54a6-2d3f-4d8b-b4c9-cd3deeefca31.yml @@ -0,0 +1,5 @@ +Config: + Name: Bunta86 + UUID: c62a54a6-2d3f-4d8b-b4c9-cd3deeefca31 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c6aa3057-8a94-43b6-9027-9e4edf1ed343.yml b/plugins/gFeatures/Players/c6aa3057-8a94-43b6-9027-9e4edf1ed343.yml new file mode 100644 index 0000000..3c4294d --- /dev/null +++ b/plugins/gFeatures/Players/c6aa3057-8a94-43b6-9027-9e4edf1ed343.yml @@ -0,0 +1,5 @@ +Config: + Name: noahpeters17 + UUID: c6aa3057-8a94-43b6-9027-9e4edf1ed343 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c6ec83a9-f016-4ff5-84a4-561792997081.yml b/plugins/gFeatures/Players/c6ec83a9-f016-4ff5-84a4-561792997081.yml new file mode 100644 index 0000000..ad22348 --- /dev/null +++ b/plugins/gFeatures/Players/c6ec83a9-f016-4ff5-84a4-561792997081.yml @@ -0,0 +1,5 @@ +Config: + Name: iTzPapaDoi_Xx + UUID: c6ec83a9-f016-4ff5-84a4-561792997081 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c73abe88-9409-4e3c-8690-cb55ea12b816.yml b/plugins/gFeatures/Players/c73abe88-9409-4e3c-8690-cb55ea12b816.yml new file mode 100644 index 0000000..c8ad955 --- /dev/null +++ b/plugins/gFeatures/Players/c73abe88-9409-4e3c-8690-cb55ea12b816.yml @@ -0,0 +1,5 @@ +Config: + Name: Pomperius + UUID: c73abe88-9409-4e3c-8690-cb55ea12b816 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c865ea42-78dd-4c5c-bb15-336ddcf211f4.yml b/plugins/gFeatures/Players/c865ea42-78dd-4c5c-bb15-336ddcf211f4.yml new file mode 100644 index 0000000..62eb33c --- /dev/null +++ b/plugins/gFeatures/Players/c865ea42-78dd-4c5c-bb15-336ddcf211f4.yml @@ -0,0 +1,5 @@ +Config: + Name: KKsoccer + UUID: c865ea42-78dd-4c5c-bb15-336ddcf211f4 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c8ff6194-804a-4edc-806e-267ba7a0308d.yml b/plugins/gFeatures/Players/c8ff6194-804a-4edc-806e-267ba7a0308d.yml new file mode 100644 index 0000000..401fa72 --- /dev/null +++ b/plugins/gFeatures/Players/c8ff6194-804a-4edc-806e-267ba7a0308d.yml @@ -0,0 +1,5 @@ +Config: + Name: Poisun + UUID: c8ff6194-804a-4edc-806e-267ba7a0308d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c929eec3-1fd7-4a7d-be72-852cd2588d24.yml b/plugins/gFeatures/Players/c929eec3-1fd7-4a7d-be72-852cd2588d24.yml new file mode 100644 index 0000000..ad51fe6 --- /dev/null +++ b/plugins/gFeatures/Players/c929eec3-1fd7-4a7d-be72-852cd2588d24.yml @@ -0,0 +1,5 @@ +Config: + Name: chewyman141 + UUID: c929eec3-1fd7-4a7d-be72-852cd2588d24 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c9d674e5-c261-45a8-9c8f-a2317f01e1cd.yml b/plugins/gFeatures/Players/c9d674e5-c261-45a8-9c8f-a2317f01e1cd.yml new file mode 100644 index 0000000..00d7eae --- /dev/null +++ b/plugins/gFeatures/Players/c9d674e5-c261-45a8-9c8f-a2317f01e1cd.yml @@ -0,0 +1,5 @@ +Config: + Name: ElTioDaniel + UUID: c9d674e5-c261-45a8-9c8f-a2317f01e1cd + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/c9d67bf3-afe1-48cc-9f3c-81fdfa15f2b1.yml b/plugins/gFeatures/Players/c9d67bf3-afe1-48cc-9f3c-81fdfa15f2b1.yml new file mode 100644 index 0000000..a83e290 --- /dev/null +++ b/plugins/gFeatures/Players/c9d67bf3-afe1-48cc-9f3c-81fdfa15f2b1.yml @@ -0,0 +1,5 @@ +Config: + Name: EnglishHobo + UUID: c9d67bf3-afe1-48cc-9f3c-81fdfa15f2b1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ca25888d-56d1-45a1-9c1e-d8ece1f0a9f8.yml b/plugins/gFeatures/Players/ca25888d-56d1-45a1-9c1e-d8ece1f0a9f8.yml new file mode 100644 index 0000000..6f6b3f6 --- /dev/null +++ b/plugins/gFeatures/Players/ca25888d-56d1-45a1-9c1e-d8ece1f0a9f8.yml @@ -0,0 +1,5 @@ +Config: + Name: snowglobe4 + UUID: ca25888d-56d1-45a1-9c1e-d8ece1f0a9f8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/cb3045dc-a518-4ed7-8f04-ed95afce8afc.yml b/plugins/gFeatures/Players/cb3045dc-a518-4ed7-8f04-ed95afce8afc.yml new file mode 100644 index 0000000..9cdaea9 --- /dev/null +++ b/plugins/gFeatures/Players/cb3045dc-a518-4ed7-8f04-ed95afce8afc.yml @@ -0,0 +1,5 @@ +Config: + Name: RawCarrot + UUID: cb3045dc-a518-4ed7-8f04-ed95afce8afc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/cb53799e-0ad8-4926-948f-4e4669bffe3f.yml b/plugins/gFeatures/Players/cb53799e-0ad8-4926-948f-4e4669bffe3f.yml new file mode 100644 index 0000000..89be7d4 --- /dev/null +++ b/plugins/gFeatures/Players/cb53799e-0ad8-4926-948f-4e4669bffe3f.yml @@ -0,0 +1,5 @@ +Config: + Name: DarkBeauty06 + UUID: cb53799e-0ad8-4926-948f-4e4669bffe3f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/cbf791ff-7cc6-4546-9855-877693a19129.yml b/plugins/gFeatures/Players/cbf791ff-7cc6-4546-9855-877693a19129.yml new file mode 100644 index 0000000..bb4af0f --- /dev/null +++ b/plugins/gFeatures/Players/cbf791ff-7cc6-4546-9855-877693a19129.yml @@ -0,0 +1,5 @@ +Config: + Name: _Kastle + UUID: cbf791ff-7cc6-4546-9855-877693a19129 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/cc03b494-035f-492f-a423-e3c4e1c9d01c.yml b/plugins/gFeatures/Players/cc03b494-035f-492f-a423-e3c4e1c9d01c.yml new file mode 100644 index 0000000..1c7fb9f --- /dev/null +++ b/plugins/gFeatures/Players/cc03b494-035f-492f-a423-e3c4e1c9d01c.yml @@ -0,0 +1,5 @@ +Config: + Name: LiveLeak + UUID: cc03b494-035f-492f-a423-e3c4e1c9d01c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ccf48200-115a-4e5f-8345-4e79a1f8e2c6.yml b/plugins/gFeatures/Players/ccf48200-115a-4e5f-8345-4e79a1f8e2c6.yml new file mode 100644 index 0000000..ba392df --- /dev/null +++ b/plugins/gFeatures/Players/ccf48200-115a-4e5f-8345-4e79a1f8e2c6.yml @@ -0,0 +1,5 @@ +Config: + Name: emmarhs + UUID: ccf48200-115a-4e5f-8345-4e79a1f8e2c6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ce3e01d5-6cac-4d17-886a-fe1f79994691.yml b/plugins/gFeatures/Players/ce3e01d5-6cac-4d17-886a-fe1f79994691.yml new file mode 100644 index 0000000..3c50a83 --- /dev/null +++ b/plugins/gFeatures/Players/ce3e01d5-6cac-4d17-886a-fe1f79994691.yml @@ -0,0 +1,5 @@ +Config: + Name: Ceasar5000 + UUID: ce3e01d5-6cac-4d17-886a-fe1f79994691 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ce4dfdd7-bef3-4083-badd-c8e9e6412b7a.yml b/plugins/gFeatures/Players/ce4dfdd7-bef3-4083-badd-c8e9e6412b7a.yml new file mode 100644 index 0000000..c78f861 --- /dev/null +++ b/plugins/gFeatures/Players/ce4dfdd7-bef3-4083-badd-c8e9e6412b7a.yml @@ -0,0 +1,5 @@ +Config: + Name: Fireweedninja + UUID: ce4dfdd7-bef3-4083-badd-c8e9e6412b7a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ceb10ccb-7e42-4d1f-b001-dd59a0a0ddea.yml b/plugins/gFeatures/Players/ceb10ccb-7e42-4d1f-b001-dd59a0a0ddea.yml new file mode 100644 index 0000000..3e960a7 --- /dev/null +++ b/plugins/gFeatures/Players/ceb10ccb-7e42-4d1f-b001-dd59a0a0ddea.yml @@ -0,0 +1,5 @@ +Config: + Name: GlmGamer01 + UUID: ceb10ccb-7e42-4d1f-b001-dd59a0a0ddea + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/cfc12204-54ee-4e6e-bf5f-2b5c7c2d382c.yml b/plugins/gFeatures/Players/cfc12204-54ee-4e6e-bf5f-2b5c7c2d382c.yml new file mode 100644 index 0000000..19626c3 --- /dev/null +++ b/plugins/gFeatures/Players/cfc12204-54ee-4e6e-bf5f-2b5c7c2d382c.yml @@ -0,0 +1,5 @@ +Config: + Name: camog4224 + UUID: cfc12204-54ee-4e6e-bf5f-2b5c7c2d382c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d0d83074-6da5-4cc1-b1ea-4423700937b2.yml b/plugins/gFeatures/Players/d0d83074-6da5-4cc1-b1ea-4423700937b2.yml new file mode 100644 index 0000000..f4fc05e --- /dev/null +++ b/plugins/gFeatures/Players/d0d83074-6da5-4cc1-b1ea-4423700937b2.yml @@ -0,0 +1,5 @@ +Config: + Name: D3fiantSouL + UUID: d0d83074-6da5-4cc1-b1ea-4423700937b2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d0e7707f-65ab-4004-8655-d2bc5ba38fa3.yml b/plugins/gFeatures/Players/d0e7707f-65ab-4004-8655-d2bc5ba38fa3.yml new file mode 100644 index 0000000..b0f53c7 --- /dev/null +++ b/plugins/gFeatures/Players/d0e7707f-65ab-4004-8655-d2bc5ba38fa3.yml @@ -0,0 +1,5 @@ +Config: + Name: a1d2a34m + UUID: d0e7707f-65ab-4004-8655-d2bc5ba38fa3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d217fb2c-d9e6-4ddc-b8d3-fa98a20cc6aa.yml b/plugins/gFeatures/Players/d217fb2c-d9e6-4ddc-b8d3-fa98a20cc6aa.yml new file mode 100644 index 0000000..5834a67 --- /dev/null +++ b/plugins/gFeatures/Players/d217fb2c-d9e6-4ddc-b8d3-fa98a20cc6aa.yml @@ -0,0 +1,5 @@ +Config: + Name: I_Lucky_I + UUID: d217fb2c-d9e6-4ddc-b8d3-fa98a20cc6aa + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d265ef5b-21e6-4ba6-a164-32e98033bafd.yml b/plugins/gFeatures/Players/d265ef5b-21e6-4ba6-a164-32e98033bafd.yml new file mode 100644 index 0000000..f640f6f --- /dev/null +++ b/plugins/gFeatures/Players/d265ef5b-21e6-4ba6-a164-32e98033bafd.yml @@ -0,0 +1,5 @@ +Config: + Name: pigs42 + UUID: d265ef5b-21e6-4ba6-a164-32e98033bafd + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d26f61db-660d-42cb-93e5-1e9f29a26997.yml b/plugins/gFeatures/Players/d26f61db-660d-42cb-93e5-1e9f29a26997.yml new file mode 100644 index 0000000..84c4c4d --- /dev/null +++ b/plugins/gFeatures/Players/d26f61db-660d-42cb-93e5-1e9f29a26997.yml @@ -0,0 +1,5 @@ +Config: + Name: xFlux + UUID: d26f61db-660d-42cb-93e5-1e9f29a26997 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d294af55-849a-43eb-8b2e-0f809ac1bdf0.yml b/plugins/gFeatures/Players/d294af55-849a-43eb-8b2e-0f809ac1bdf0.yml new file mode 100644 index 0000000..90d73a8 --- /dev/null +++ b/plugins/gFeatures/Players/d294af55-849a-43eb-8b2e-0f809ac1bdf0.yml @@ -0,0 +1,5 @@ +Config: + Name: HeyImGarnet + UUID: d294af55-849a-43eb-8b2e-0f809ac1bdf0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d29d9db0-3de6-4fc4-9bb3-100e3e3f5004.yml b/plugins/gFeatures/Players/d29d9db0-3de6-4fc4-9bb3-100e3e3f5004.yml new file mode 100644 index 0000000..f504ba7 --- /dev/null +++ b/plugins/gFeatures/Players/d29d9db0-3de6-4fc4-9bb3-100e3e3f5004.yml @@ -0,0 +1,5 @@ +Config: + Name: jogoarc + UUID: d29d9db0-3de6-4fc4-9bb3-100e3e3f5004 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d2d196ee-f826-4fbf-9473-e43ec9b2306a.yml b/plugins/gFeatures/Players/d2d196ee-f826-4fbf-9473-e43ec9b2306a.yml new file mode 100644 index 0000000..1c93ec6 --- /dev/null +++ b/plugins/gFeatures/Players/d2d196ee-f826-4fbf-9473-e43ec9b2306a.yml @@ -0,0 +1,5 @@ +Config: + Name: 2Dew + UUID: d2d196ee-f826-4fbf-9473-e43ec9b2306a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d3ab8442-2815-4ed4-98ec-322bd49dd616.yml b/plugins/gFeatures/Players/d3ab8442-2815-4ed4-98ec-322bd49dd616.yml new file mode 100644 index 0000000..4817be9 --- /dev/null +++ b/plugins/gFeatures/Players/d3ab8442-2815-4ed4-98ec-322bd49dd616.yml @@ -0,0 +1,5 @@ +Config: + Name: Poseidon08 + UUID: d3ab8442-2815-4ed4-98ec-322bd49dd616 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d3c0d144-f0ad-495d-a135-e8915255e3cf.yml b/plugins/gFeatures/Players/d3c0d144-f0ad-495d-a135-e8915255e3cf.yml new file mode 100644 index 0000000..4792c5c --- /dev/null +++ b/plugins/gFeatures/Players/d3c0d144-f0ad-495d-a135-e8915255e3cf.yml @@ -0,0 +1,5 @@ +Config: + Name: hellosarina + UUID: d3c0d144-f0ad-495d-a135-e8915255e3cf + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d3fd6eb2-ad8b-4619-9702-006295cbb973.yml b/plugins/gFeatures/Players/d3fd6eb2-ad8b-4619-9702-006295cbb973.yml new file mode 100644 index 0000000..48efa2c --- /dev/null +++ b/plugins/gFeatures/Players/d3fd6eb2-ad8b-4619-9702-006295cbb973.yml @@ -0,0 +1,5 @@ +Config: + Name: redboyred + UUID: d3fd6eb2-ad8b-4619-9702-006295cbb973 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d401e0e5-73ef-4b1e-9387-5090cb9626ad.yml b/plugins/gFeatures/Players/d401e0e5-73ef-4b1e-9387-5090cb9626ad.yml new file mode 100644 index 0000000..8b3df55 --- /dev/null +++ b/plugins/gFeatures/Players/d401e0e5-73ef-4b1e-9387-5090cb9626ad.yml @@ -0,0 +1,5 @@ +Config: + Name: BryceWash + UUID: d401e0e5-73ef-4b1e-9387-5090cb9626ad + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d448c88c-3ddb-496b-a0d8-94d44ebe9413.yml b/plugins/gFeatures/Players/d448c88c-3ddb-496b-a0d8-94d44ebe9413.yml new file mode 100644 index 0000000..81df38d --- /dev/null +++ b/plugins/gFeatures/Players/d448c88c-3ddb-496b-a0d8-94d44ebe9413.yml @@ -0,0 +1,5 @@ +Config: + Name: HunterGarrett12 + UUID: d448c88c-3ddb-496b-a0d8-94d44ebe9413 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d463222c-5d8f-4719-8983-8cf78e0232e0.yml b/plugins/gFeatures/Players/d463222c-5d8f-4719-8983-8cf78e0232e0.yml new file mode 100644 index 0000000..6d0486c --- /dev/null +++ b/plugins/gFeatures/Players/d463222c-5d8f-4719-8983-8cf78e0232e0.yml @@ -0,0 +1,5 @@ +Config: + Name: LegitGamer2003 + UUID: d463222c-5d8f-4719-8983-8cf78e0232e0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d4b55d35-88be-4dbb-bbff-1ad6418e0792.yml b/plugins/gFeatures/Players/d4b55d35-88be-4dbb-bbff-1ad6418e0792.yml new file mode 100644 index 0000000..151fa68 --- /dev/null +++ b/plugins/gFeatures/Players/d4b55d35-88be-4dbb-bbff-1ad6418e0792.yml @@ -0,0 +1,5 @@ +Config: + Name: VokMonix + UUID: d4b55d35-88be-4dbb-bbff-1ad6418e0792 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d556cd8b-3638-49e7-962f-e3869e398b0e.yml b/plugins/gFeatures/Players/d556cd8b-3638-49e7-962f-e3869e398b0e.yml new file mode 100644 index 0000000..2c97911 --- /dev/null +++ b/plugins/gFeatures/Players/d556cd8b-3638-49e7-962f-e3869e398b0e.yml @@ -0,0 +1,5 @@ +Config: + Name: TheChesireMouse + UUID: d556cd8b-3638-49e7-962f-e3869e398b0e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d626fe77-f32b-41b5-b27f-5e3fcb7a6b39.yml b/plugins/gFeatures/Players/d626fe77-f32b-41b5-b27f-5e3fcb7a6b39.yml new file mode 100644 index 0000000..3ba5506 --- /dev/null +++ b/plugins/gFeatures/Players/d626fe77-f32b-41b5-b27f-5e3fcb7a6b39.yml @@ -0,0 +1,5 @@ +Config: + Name: Leafeons + UUID: d626fe77-f32b-41b5-b27f-5e3fcb7a6b39 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d6287373-b978-46fb-ba5d-38a02aae19e9.yml b/plugins/gFeatures/Players/d6287373-b978-46fb-ba5d-38a02aae19e9.yml new file mode 100644 index 0000000..0b88591 --- /dev/null +++ b/plugins/gFeatures/Players/d6287373-b978-46fb-ba5d-38a02aae19e9.yml @@ -0,0 +1,5 @@ +Config: + Name: Fur1ous1469 + UUID: d6287373-b978-46fb-ba5d-38a02aae19e9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d6d2bf51-cae9-44bb-ba97-a08142835782.yml b/plugins/gFeatures/Players/d6d2bf51-cae9-44bb-ba97-a08142835782.yml new file mode 100644 index 0000000..a1ea5b7 --- /dev/null +++ b/plugins/gFeatures/Players/d6d2bf51-cae9-44bb-ba97-a08142835782.yml @@ -0,0 +1,5 @@ +Config: + Name: nktrain + UUID: d6d2bf51-cae9-44bb-ba97-a08142835782 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d73d05b3-6f10-48d5-8bce-b1fe76d11e4f.yml b/plugins/gFeatures/Players/d73d05b3-6f10-48d5-8bce-b1fe76d11e4f.yml new file mode 100644 index 0000000..0326096 --- /dev/null +++ b/plugins/gFeatures/Players/d73d05b3-6f10-48d5-8bce-b1fe76d11e4f.yml @@ -0,0 +1,5 @@ +Config: + Name: Nichey + UUID: d73d05b3-6f10-48d5-8bce-b1fe76d11e4f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d80079cf-cb06-491f-b9bc-341ad6f48f43.yml b/plugins/gFeatures/Players/d80079cf-cb06-491f-b9bc-341ad6f48f43.yml new file mode 100644 index 0000000..334bd5a --- /dev/null +++ b/plugins/gFeatures/Players/d80079cf-cb06-491f-b9bc-341ad6f48f43.yml @@ -0,0 +1,5 @@ +Config: + Name: TechnicalTitans + UUID: d80079cf-cb06-491f-b9bc-341ad6f48f43 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d92cd433-11a9-41da-b883-0a9da4ba383e.yml b/plugins/gFeatures/Players/d92cd433-11a9-41da-b883-0a9da4ba383e.yml new file mode 100644 index 0000000..ed8b7e5 --- /dev/null +++ b/plugins/gFeatures/Players/d92cd433-11a9-41da-b883-0a9da4ba383e.yml @@ -0,0 +1,5 @@ +Config: + Name: Honeywell12 + UUID: d92cd433-11a9-41da-b883-0a9da4ba383e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d977e8d0-1775-440d-b41a-f88906a4892e.yml b/plugins/gFeatures/Players/d977e8d0-1775-440d-b41a-f88906a4892e.yml new file mode 100644 index 0000000..9b0c814 --- /dev/null +++ b/plugins/gFeatures/Players/d977e8d0-1775-440d-b41a-f88906a4892e.yml @@ -0,0 +1,5 @@ +Config: + Name: xXRazorXx_ + UUID: d977e8d0-1775-440d-b41a-f88906a4892e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d9e130d2-5063-47a6-b6cb-14dbecc5afdf.yml b/plugins/gFeatures/Players/d9e130d2-5063-47a6-b6cb-14dbecc5afdf.yml new file mode 100644 index 0000000..f64d397 --- /dev/null +++ b/plugins/gFeatures/Players/d9e130d2-5063-47a6-b6cb-14dbecc5afdf.yml @@ -0,0 +1,5 @@ +Config: + Name: ItsChat + UUID: d9e130d2-5063-47a6-b6cb-14dbecc5afdf + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/d9e45fd0-e5c6-4b5f-8dac-44cb7c367bed.yml b/plugins/gFeatures/Players/d9e45fd0-e5c6-4b5f-8dac-44cb7c367bed.yml new file mode 100644 index 0000000..2057b16 --- /dev/null +++ b/plugins/gFeatures/Players/d9e45fd0-e5c6-4b5f-8dac-44cb7c367bed.yml @@ -0,0 +1,5 @@ +Config: + Name: gaillard_45 + UUID: d9e45fd0-e5c6-4b5f-8dac-44cb7c367bed + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/da361299-8276-41f9-b461-d6db3f1ff8c2.yml b/plugins/gFeatures/Players/da361299-8276-41f9-b461-d6db3f1ff8c2.yml new file mode 100644 index 0000000..19f47f9 --- /dev/null +++ b/plugins/gFeatures/Players/da361299-8276-41f9-b461-d6db3f1ff8c2.yml @@ -0,0 +1,5 @@ +Config: + Name: Capo_Osama + UUID: da361299-8276-41f9-b461-d6db3f1ff8c2 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dafa2c55-dd7e-4334-abcd-47b9e6e33bec.yml b/plugins/gFeatures/Players/dafa2c55-dd7e-4334-abcd-47b9e6e33bec.yml new file mode 100644 index 0000000..71f6430 --- /dev/null +++ b/plugins/gFeatures/Players/dafa2c55-dd7e-4334-abcd-47b9e6e33bec.yml @@ -0,0 +1,5 @@ +Config: + Name: Swiftlu + UUID: dafa2c55-dd7e-4334-abcd-47b9e6e33bec + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/db9554ce-8e1f-441f-b747-5808b9c73d69.yml b/plugins/gFeatures/Players/db9554ce-8e1f-441f-b747-5808b9c73d69.yml new file mode 100644 index 0000000..b3ee82d --- /dev/null +++ b/plugins/gFeatures/Players/db9554ce-8e1f-441f-b747-5808b9c73d69.yml @@ -0,0 +1,5 @@ +Config: + Name: MrSquirrely + UUID: db9554ce-8e1f-441f-b747-5808b9c73d69 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dbf0436c-a8ae-4ed6-8d8e-9dc62be28a29.yml b/plugins/gFeatures/Players/dbf0436c-a8ae-4ed6-8d8e-9dc62be28a29.yml new file mode 100644 index 0000000..ba02f13 --- /dev/null +++ b/plugins/gFeatures/Players/dbf0436c-a8ae-4ed6-8d8e-9dc62be28a29.yml @@ -0,0 +1,5 @@ +Config: + Name: NoScope_Server + UUID: dbf0436c-a8ae-4ed6-8d8e-9dc62be28a29 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dcab6099-9dda-46a1-81bb-ccd46c0d138b.yml b/plugins/gFeatures/Players/dcab6099-9dda-46a1-81bb-ccd46c0d138b.yml new file mode 100644 index 0000000..fac1fb7 --- /dev/null +++ b/plugins/gFeatures/Players/dcab6099-9dda-46a1-81bb-ccd46c0d138b.yml @@ -0,0 +1,5 @@ +Config: + Name: Bayan2008 + UUID: dcab6099-9dda-46a1-81bb-ccd46c0d138b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dd056097-06ab-4c80-95cd-1412434dfbab.yml b/plugins/gFeatures/Players/dd056097-06ab-4c80-95cd-1412434dfbab.yml new file mode 100644 index 0000000..07d25ff --- /dev/null +++ b/plugins/gFeatures/Players/dd056097-06ab-4c80-95cd-1412434dfbab.yml @@ -0,0 +1,5 @@ +Config: + Name: _FluffyUnicorn + UUID: dd056097-06ab-4c80-95cd-1412434dfbab + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dd0c2668-ab61-40e8-b330-f2fa7eff83b9.yml b/plugins/gFeatures/Players/dd0c2668-ab61-40e8-b330-f2fa7eff83b9.yml new file mode 100644 index 0000000..02509f8 --- /dev/null +++ b/plugins/gFeatures/Players/dd0c2668-ab61-40e8-b330-f2fa7eff83b9.yml @@ -0,0 +1,5 @@ +Config: + Name: theNCL + UUID: dd0c2668-ab61-40e8-b330-f2fa7eff83b9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dd56de08-0594-498e-afc9-e2374f773200.yml b/plugins/gFeatures/Players/dd56de08-0594-498e-afc9-e2374f773200.yml new file mode 100644 index 0000000..94a1b33 --- /dev/null +++ b/plugins/gFeatures/Players/dd56de08-0594-498e-afc9-e2374f773200.yml @@ -0,0 +1,5 @@ +Config: + Name: sofixmirrors + UUID: dd56de08-0594-498e-afc9-e2374f773200 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dd7bd2f3-2687-4ea6-8e8e-ba0dd81da0b5.yml b/plugins/gFeatures/Players/dd7bd2f3-2687-4ea6-8e8e-ba0dd81da0b5.yml new file mode 100644 index 0000000..faf4a95 --- /dev/null +++ b/plugins/gFeatures/Players/dd7bd2f3-2687-4ea6-8e8e-ba0dd81da0b5.yml @@ -0,0 +1,5 @@ +Config: + Name: snowglobe3 + UUID: dd7bd2f3-2687-4ea6-8e8e-ba0dd81da0b5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dda4dc5b-dc6a-4a2e-bae6-c8c10be2ca53.yml b/plugins/gFeatures/Players/dda4dc5b-dc6a-4a2e-bae6-c8c10be2ca53.yml new file mode 100644 index 0000000..3c940f7 --- /dev/null +++ b/plugins/gFeatures/Players/dda4dc5b-dc6a-4a2e-bae6-c8c10be2ca53.yml @@ -0,0 +1,5 @@ +Config: + Name: Tipper88 + UUID: dda4dc5b-dc6a-4a2e-bae6-c8c10be2ca53 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dde12d59-7f17-4186-ac84-62105bc4b5b0.yml b/plugins/gFeatures/Players/dde12d59-7f17-4186-ac84-62105bc4b5b0.yml new file mode 100644 index 0000000..8c9700f --- /dev/null +++ b/plugins/gFeatures/Players/dde12d59-7f17-4186-ac84-62105bc4b5b0.yml @@ -0,0 +1,5 @@ +Config: + Name: LEGOBOY9 + UUID: dde12d59-7f17-4186-ac84-62105bc4b5b0 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/de416931-a2c3-4a88-be76-2bb5fa69e24e.yml b/plugins/gFeatures/Players/de416931-a2c3-4a88-be76-2bb5fa69e24e.yml new file mode 100644 index 0000000..f0800d9 --- /dev/null +++ b/plugins/gFeatures/Players/de416931-a2c3-4a88-be76-2bb5fa69e24e.yml @@ -0,0 +1,5 @@ +Config: + Name: 1D1229 + UUID: de416931-a2c3-4a88-be76-2bb5fa69e24e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dfde8084-4698-476c-8cc7-8e6c918ccc0d.yml b/plugins/gFeatures/Players/dfde8084-4698-476c-8cc7-8e6c918ccc0d.yml new file mode 100644 index 0000000..5e4b4de --- /dev/null +++ b/plugins/gFeatures/Players/dfde8084-4698-476c-8cc7-8e6c918ccc0d.yml @@ -0,0 +1,5 @@ +Config: + Name: Vanilla112570 + UUID: dfde8084-4698-476c-8cc7-8e6c918ccc0d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/dff10fd7-af75-4e18-a898-b76499971648.yml b/plugins/gFeatures/Players/dff10fd7-af75-4e18-a898-b76499971648.yml new file mode 100644 index 0000000..2411cd1 --- /dev/null +++ b/plugins/gFeatures/Players/dff10fd7-af75-4e18-a898-b76499971648.yml @@ -0,0 +1,5 @@ +Config: + Name: Trotter6969 + UUID: dff10fd7-af75-4e18-a898-b76499971648 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e03a67a8-c208-4901-97a9-32b9b26ca0fe.yml b/plugins/gFeatures/Players/e03a67a8-c208-4901-97a9-32b9b26ca0fe.yml new file mode 100644 index 0000000..ab6afb3 --- /dev/null +++ b/plugins/gFeatures/Players/e03a67a8-c208-4901-97a9-32b9b26ca0fe.yml @@ -0,0 +1,5 @@ +Config: + Name: EliteAres + UUID: e03a67a8-c208-4901-97a9-32b9b26ca0fe + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e186705b-7bcb-4cef-9184-c7eea178ba7e.yml b/plugins/gFeatures/Players/e186705b-7bcb-4cef-9184-c7eea178ba7e.yml new file mode 100644 index 0000000..5c32002 --- /dev/null +++ b/plugins/gFeatures/Players/e186705b-7bcb-4cef-9184-c7eea178ba7e.yml @@ -0,0 +1,5 @@ +Config: + Name: penguin1949 + UUID: e186705b-7bcb-4cef-9184-c7eea178ba7e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e1bdd041-7b55-48e5-8083-d0e624b9e971.yml b/plugins/gFeatures/Players/e1bdd041-7b55-48e5-8083-d0e624b9e971.yml new file mode 100644 index 0000000..f8cdb2e --- /dev/null +++ b/plugins/gFeatures/Players/e1bdd041-7b55-48e5-8083-d0e624b9e971.yml @@ -0,0 +1,5 @@ +Config: + Name: maxxewsamm + UUID: e1bdd041-7b55-48e5-8083-d0e624b9e971 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e284b4b9-2241-4072-8426-813d46de6b8e.yml b/plugins/gFeatures/Players/e284b4b9-2241-4072-8426-813d46de6b8e.yml new file mode 100644 index 0000000..a811222 --- /dev/null +++ b/plugins/gFeatures/Players/e284b4b9-2241-4072-8426-813d46de6b8e.yml @@ -0,0 +1,5 @@ +Config: + Name: FoxCommando + UUID: e284b4b9-2241-4072-8426-813d46de6b8e + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e2f3ffa9-2662-4143-b57e-7627c4f2d07f.yml b/plugins/gFeatures/Players/e2f3ffa9-2662-4143-b57e-7627c4f2d07f.yml new file mode 100644 index 0000000..77ddeed --- /dev/null +++ b/plugins/gFeatures/Players/e2f3ffa9-2662-4143-b57e-7627c4f2d07f.yml @@ -0,0 +1,5 @@ +Config: + Name: DerpDerpGeek33 + UUID: e2f3ffa9-2662-4143-b57e-7627c4f2d07f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e3fd5610-b586-4602-8f91-285633912830.yml b/plugins/gFeatures/Players/e3fd5610-b586-4602-8f91-285633912830.yml new file mode 100644 index 0000000..946b67a --- /dev/null +++ b/plugins/gFeatures/Players/e3fd5610-b586-4602-8f91-285633912830.yml @@ -0,0 +1,5 @@ +Config: + Name: HadesPapa + UUID: e3fd5610-b586-4602-8f91-285633912830 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e46db1b6-1cff-4e89-a3ad-a3449235317b.yml b/plugins/gFeatures/Players/e46db1b6-1cff-4e89-a3ad-a3449235317b.yml new file mode 100644 index 0000000..b2ab2b5 --- /dev/null +++ b/plugins/gFeatures/Players/e46db1b6-1cff-4e89-a3ad-a3449235317b.yml @@ -0,0 +1,5 @@ +Config: + Name: Corporal_Coconut + UUID: e46db1b6-1cff-4e89-a3ad-a3449235317b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e4ed1e4a-889e-466a-ba41-72eda3a49335.yml b/plugins/gFeatures/Players/e4ed1e4a-889e-466a-ba41-72eda3a49335.yml new file mode 100644 index 0000000..c6c930a --- /dev/null +++ b/plugins/gFeatures/Players/e4ed1e4a-889e-466a-ba41-72eda3a49335.yml @@ -0,0 +1,5 @@ +Config: + Name: bigtk231 + UUID: e4ed1e4a-889e-466a-ba41-72eda3a49335 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e562e4cb-b8dd-458f-b327-11966e286750.yml b/plugins/gFeatures/Players/e562e4cb-b8dd-458f-b327-11966e286750.yml new file mode 100644 index 0000000..6e32c32 --- /dev/null +++ b/plugins/gFeatures/Players/e562e4cb-b8dd-458f-b327-11966e286750.yml @@ -0,0 +1,5 @@ +Config: + Name: TrapNiinja + UUID: e562e4cb-b8dd-458f-b327-11966e286750 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e583879d-f5e0-492d-addb-0698025edddf.yml b/plugins/gFeatures/Players/e583879d-f5e0-492d-addb-0698025edddf.yml new file mode 100644 index 0000000..e35d6bc --- /dev/null +++ b/plugins/gFeatures/Players/e583879d-f5e0-492d-addb-0698025edddf.yml @@ -0,0 +1,5 @@ +Config: + Name: iPcp + UUID: e583879d-f5e0-492d-addb-0698025edddf + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e6547b11-543b-489f-87c2-de324e989171.yml b/plugins/gFeatures/Players/e6547b11-543b-489f-87c2-de324e989171.yml new file mode 100644 index 0000000..03d6ac4 --- /dev/null +++ b/plugins/gFeatures/Players/e6547b11-543b-489f-87c2-de324e989171.yml @@ -0,0 +1,5 @@ +Config: + Name: BugCappy + UUID: e6547b11-543b-489f-87c2-de324e989171 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e6e97bf8-b88d-453f-bf74-d7846ffdba50.yml b/plugins/gFeatures/Players/e6e97bf8-b88d-453f-bf74-d7846ffdba50.yml new file mode 100644 index 0000000..6373550 --- /dev/null +++ b/plugins/gFeatures/Players/e6e97bf8-b88d-453f-bf74-d7846ffdba50.yml @@ -0,0 +1,5 @@ +Config: + Name: laurynas200 + UUID: e6e97bf8-b88d-453f-bf74-d7846ffdba50 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e7d9f893-e76e-4813-ab37-10220445caac.yml b/plugins/gFeatures/Players/e7d9f893-e76e-4813-ab37-10220445caac.yml new file mode 100644 index 0000000..b39f984 --- /dev/null +++ b/plugins/gFeatures/Players/e7d9f893-e76e-4813-ab37-10220445caac.yml @@ -0,0 +1,5 @@ +Config: + Name: TheZ0mbieGamer + UUID: e7d9f893-e76e-4813-ab37-10220445caac + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e82124e8-2e2b-46e2-aaef-0a39d9f2e371.yml b/plugins/gFeatures/Players/e82124e8-2e2b-46e2-aaef-0a39d9f2e371.yml new file mode 100644 index 0000000..64542d3 --- /dev/null +++ b/plugins/gFeatures/Players/e82124e8-2e2b-46e2-aaef-0a39d9f2e371.yml @@ -0,0 +1,5 @@ +Config: + Name: ScorpioPVPplays + UUID: e82124e8-2e2b-46e2-aaef-0a39d9f2e371 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e88712da-15dd-4b4b-b1c8-598724bbd904.yml b/plugins/gFeatures/Players/e88712da-15dd-4b4b-b1c8-598724bbd904.yml new file mode 100644 index 0000000..4d9d40b --- /dev/null +++ b/plugins/gFeatures/Players/e88712da-15dd-4b4b-b1c8-598724bbd904.yml @@ -0,0 +1,5 @@ +Config: + Name: Koallity + UUID: e88712da-15dd-4b4b-b1c8-598724bbd904 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e961cce1-56f7-4f4c-8a3a-2df057cb2901.yml b/plugins/gFeatures/Players/e961cce1-56f7-4f4c-8a3a-2df057cb2901.yml new file mode 100644 index 0000000..9a26d4a --- /dev/null +++ b/plugins/gFeatures/Players/e961cce1-56f7-4f4c-8a3a-2df057cb2901.yml @@ -0,0 +1,5 @@ +Config: + Name: MC6DSCROYER + UUID: e961cce1-56f7-4f4c-8a3a-2df057cb2901 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/e9c794ae-4cb8-4daf-a009-b913fb62e31d.yml b/plugins/gFeatures/Players/e9c794ae-4cb8-4daf-a009-b913fb62e31d.yml new file mode 100644 index 0000000..404b4f3 --- /dev/null +++ b/plugins/gFeatures/Players/e9c794ae-4cb8-4daf-a009-b913fb62e31d.yml @@ -0,0 +1,5 @@ +Config: + Name: Kensuma + UUID: e9c794ae-4cb8-4daf-a009-b913fb62e31d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/eac46a94-2a17-45fb-9bbd-2b6ce6da91fc.yml b/plugins/gFeatures/Players/eac46a94-2a17-45fb-9bbd-2b6ce6da91fc.yml new file mode 100644 index 0000000..3de4d96 --- /dev/null +++ b/plugins/gFeatures/Players/eac46a94-2a17-45fb-9bbd-2b6ce6da91fc.yml @@ -0,0 +1,5 @@ +Config: + Name: Popothepanda1 + UUID: eac46a94-2a17-45fb-9bbd-2b6ce6da91fc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ead7706f-18cd-45ab-9b72-caf27500def3.yml b/plugins/gFeatures/Players/ead7706f-18cd-45ab-9b72-caf27500def3.yml new file mode 100644 index 0000000..f78dc1b --- /dev/null +++ b/plugins/gFeatures/Players/ead7706f-18cd-45ab-9b72-caf27500def3.yml @@ -0,0 +1,5 @@ +Config: + Name: Sir_Galahad_1155 + UUID: ead7706f-18cd-45ab-9b72-caf27500def3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ead7db8c-2cb1-4d15-a1b0-a69b76d01902.yml b/plugins/gFeatures/Players/ead7db8c-2cb1-4d15-a1b0-a69b76d01902.yml new file mode 100644 index 0000000..a27d4de --- /dev/null +++ b/plugins/gFeatures/Players/ead7db8c-2cb1-4d15-a1b0-a69b76d01902.yml @@ -0,0 +1,5 @@ +Config: + Name: Mr_Bread_ + UUID: ead7db8c-2cb1-4d15-a1b0-a69b76d01902 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/eb472e9e-56a2-4653-8efb-4478db1274e1.yml b/plugins/gFeatures/Players/eb472e9e-56a2-4653-8efb-4478db1274e1.yml new file mode 100644 index 0000000..0e7b864 --- /dev/null +++ b/plugins/gFeatures/Players/eb472e9e-56a2-4653-8efb-4478db1274e1.yml @@ -0,0 +1,5 @@ +Config: + Name: kekchi + UUID: eb472e9e-56a2-4653-8efb-4478db1274e1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/eb4f8ad3-59dd-4fbe-a5ec-6d656b4d9120.yml b/plugins/gFeatures/Players/eb4f8ad3-59dd-4fbe-a5ec-6d656b4d9120.yml new file mode 100644 index 0000000..e111cb1 --- /dev/null +++ b/plugins/gFeatures/Players/eb4f8ad3-59dd-4fbe-a5ec-6d656b4d9120.yml @@ -0,0 +1,5 @@ +Config: + Name: mzdebeste + UUID: eb4f8ad3-59dd-4fbe-a5ec-6d656b4d9120 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/eb87cbea-a506-425f-b7e7-64687722ecf8.yml b/plugins/gFeatures/Players/eb87cbea-a506-425f-b7e7-64687722ecf8.yml new file mode 100644 index 0000000..49c8adc --- /dev/null +++ b/plugins/gFeatures/Players/eb87cbea-a506-425f-b7e7-64687722ecf8.yml @@ -0,0 +1,5 @@ +Config: + Name: mikeysquirms + UUID: eb87cbea-a506-425f-b7e7-64687722ecf8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ecd2fee3-2d2f-4ff3-be18-21a8d965c941.yml b/plugins/gFeatures/Players/ecd2fee3-2d2f-4ff3-be18-21a8d965c941.yml new file mode 100644 index 0000000..3f4f358 --- /dev/null +++ b/plugins/gFeatures/Players/ecd2fee3-2d2f-4ff3-be18-21a8d965c941.yml @@ -0,0 +1,5 @@ +Config: + Name: Zampato + UUID: ecd2fee3-2d2f-4ff3-be18-21a8d965c941 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ee01c27e-e759-4802-bb0b-8fda1f7d178b.yml b/plugins/gFeatures/Players/ee01c27e-e759-4802-bb0b-8fda1f7d178b.yml new file mode 100644 index 0000000..2cc21bc --- /dev/null +++ b/plugins/gFeatures/Players/ee01c27e-e759-4802-bb0b-8fda1f7d178b.yml @@ -0,0 +1,5 @@ +Config: + Name: jcdboy04 + UUID: ee01c27e-e759-4802-bb0b-8fda1f7d178b + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ee2ec9ec-dfc8-4182-bf16-6561cc9d0587.yml b/plugins/gFeatures/Players/ee2ec9ec-dfc8-4182-bf16-6561cc9d0587.yml new file mode 100644 index 0000000..10041d2 --- /dev/null +++ b/plugins/gFeatures/Players/ee2ec9ec-dfc8-4182-bf16-6561cc9d0587.yml @@ -0,0 +1,5 @@ +Config: + Name: killertwinz12 + UUID: ee2ec9ec-dfc8-4182-bf16-6561cc9d0587 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ee802450-bd2e-4c7d-adda-67faf82d244f.yml b/plugins/gFeatures/Players/ee802450-bd2e-4c7d-adda-67faf82d244f.yml new file mode 100644 index 0000000..ecf0cb8 --- /dev/null +++ b/plugins/gFeatures/Players/ee802450-bd2e-4c7d-adda-67faf82d244f.yml @@ -0,0 +1,5 @@ +Config: + Name: OWusa12 + UUID: ee802450-bd2e-4c7d-adda-67faf82d244f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/eeb9837f-2b47-4090-bedb-6bed7127d229.yml b/plugins/gFeatures/Players/eeb9837f-2b47-4090-bedb-6bed7127d229.yml new file mode 100644 index 0000000..41633d1 --- /dev/null +++ b/plugins/gFeatures/Players/eeb9837f-2b47-4090-bedb-6bed7127d229.yml @@ -0,0 +1,5 @@ +Config: + Name: ApplePieGamingx + UUID: eeb9837f-2b47-4090-bedb-6bed7127d229 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/efd87d42-48d5-4431-9cc4-766ee5eba6e9.yml b/plugins/gFeatures/Players/efd87d42-48d5-4431-9cc4-766ee5eba6e9.yml new file mode 100644 index 0000000..7067054 --- /dev/null +++ b/plugins/gFeatures/Players/efd87d42-48d5-4431-9cc4-766ee5eba6e9.yml @@ -0,0 +1,5 @@ +Config: + Name: Wacko_Cheesehead + UUID: efd87d42-48d5-4431-9cc4-766ee5eba6e9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f06ebd34-1bee-403d-95f7-e2b5e9529ad5.yml b/plugins/gFeatures/Players/f06ebd34-1bee-403d-95f7-e2b5e9529ad5.yml new file mode 100644 index 0000000..5a3ec8d --- /dev/null +++ b/plugins/gFeatures/Players/f06ebd34-1bee-403d-95f7-e2b5e9529ad5.yml @@ -0,0 +1,5 @@ +Config: + Name: Katherineeh + UUID: f06ebd34-1bee-403d-95f7-e2b5e9529ad5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f0b6aeae-be86-4bb3-9828-d6de1e0a2fb8.yml b/plugins/gFeatures/Players/f0b6aeae-be86-4bb3-9828-d6de1e0a2fb8.yml new file mode 100644 index 0000000..186f1ed --- /dev/null +++ b/plugins/gFeatures/Players/f0b6aeae-be86-4bb3-9828-d6de1e0a2fb8.yml @@ -0,0 +1,5 @@ +Config: + Name: Burokun + UUID: f0b6aeae-be86-4bb3-9828-d6de1e0a2fb8 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f25d8f15-9d97-4e27-901b-e95259d106ca.yml b/plugins/gFeatures/Players/f25d8f15-9d97-4e27-901b-e95259d106ca.yml new file mode 100644 index 0000000..c7fe626 --- /dev/null +++ b/plugins/gFeatures/Players/f25d8f15-9d97-4e27-901b-e95259d106ca.yml @@ -0,0 +1,5 @@ +Config: + Name: MM114 + UUID: f25d8f15-9d97-4e27-901b-e95259d106ca + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f274b3d7-1601-4148-8129-c3fd84fbce03.yml b/plugins/gFeatures/Players/f274b3d7-1601-4148-8129-c3fd84fbce03.yml new file mode 100644 index 0000000..fbf8533 --- /dev/null +++ b/plugins/gFeatures/Players/f274b3d7-1601-4148-8129-c3fd84fbce03.yml @@ -0,0 +1,5 @@ +Config: + Name: TNTDomo123 + UUID: f274b3d7-1601-4148-8129-c3fd84fbce03 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f3b514b2-d193-43b1-b89e-b662ff3799fc.yml b/plugins/gFeatures/Players/f3b514b2-d193-43b1-b89e-b662ff3799fc.yml new file mode 100644 index 0000000..bc13323 --- /dev/null +++ b/plugins/gFeatures/Players/f3b514b2-d193-43b1-b89e-b662ff3799fc.yml @@ -0,0 +1,5 @@ +Config: + Name: simpsonboys + UUID: f3b514b2-d193-43b1-b89e-b662ff3799fc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f3e8c48b-ba49-41d8-853b-67d9886952fc.yml b/plugins/gFeatures/Players/f3e8c48b-ba49-41d8-853b-67d9886952fc.yml new file mode 100644 index 0000000..f050a5f --- /dev/null +++ b/plugins/gFeatures/Players/f3e8c48b-ba49-41d8-853b-67d9886952fc.yml @@ -0,0 +1,5 @@ +Config: + Name: ballisticknife16 + UUID: f3e8c48b-ba49-41d8-853b-67d9886952fc + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f4461335-92e5-4882-9683-99d00938fc2c.yml b/plugins/gFeatures/Players/f4461335-92e5-4882-9683-99d00938fc2c.yml new file mode 100644 index 0000000..22613f4 --- /dev/null +++ b/plugins/gFeatures/Players/f4461335-92e5-4882-9683-99d00938fc2c.yml @@ -0,0 +1,5 @@ +Config: + Name: BaananaB + UUID: f4461335-92e5-4882-9683-99d00938fc2c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f4ec7607-feea-442c-b5de-592f48e5d9e3.yml b/plugins/gFeatures/Players/f4ec7607-feea-442c-b5de-592f48e5d9e3.yml new file mode 100644 index 0000000..591d842 --- /dev/null +++ b/plugins/gFeatures/Players/f4ec7607-feea-442c-b5de-592f48e5d9e3.yml @@ -0,0 +1,5 @@ +Config: + Name: MicrowaveGalaxy + UUID: f4ec7607-feea-442c-b5de-592f48e5d9e3 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f548120a-016a-48a1-b624-dd0b6f67e53a.yml b/plugins/gFeatures/Players/f548120a-016a-48a1-b624-dd0b6f67e53a.yml new file mode 100644 index 0000000..7abe8c3 --- /dev/null +++ b/plugins/gFeatures/Players/f548120a-016a-48a1-b624-dd0b6f67e53a.yml @@ -0,0 +1,5 @@ +Config: + Name: SpaceBerry + UUID: f548120a-016a-48a1-b624-dd0b6f67e53a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f7035c9c-6a22-4250-8ac1-52a4d9c0f08a.yml b/plugins/gFeatures/Players/f7035c9c-6a22-4250-8ac1-52a4d9c0f08a.yml new file mode 100644 index 0000000..b4657ab --- /dev/null +++ b/plugins/gFeatures/Players/f7035c9c-6a22-4250-8ac1-52a4d9c0f08a.yml @@ -0,0 +1,5 @@ +Config: + Name: bioprewd + UUID: f7035c9c-6a22-4250-8ac1-52a4d9c0f08a + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f7522260-0c26-46ae-8029-faa231e30219.yml b/plugins/gFeatures/Players/f7522260-0c26-46ae-8029-faa231e30219.yml new file mode 100644 index 0000000..9612df5 --- /dev/null +++ b/plugins/gFeatures/Players/f7522260-0c26-46ae-8029-faa231e30219.yml @@ -0,0 +1,5 @@ +Config: + Name: Valtrai + UUID: f7522260-0c26-46ae-8029-faa231e30219 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f752537d-dcdc-4187-b64b-48e94525065c.yml b/plugins/gFeatures/Players/f752537d-dcdc-4187-b64b-48e94525065c.yml new file mode 100644 index 0000000..706636e --- /dev/null +++ b/plugins/gFeatures/Players/f752537d-dcdc-4187-b64b-48e94525065c.yml @@ -0,0 +1,5 @@ +Config: + Name: TronBot99 + UUID: f752537d-dcdc-4187-b64b-48e94525065c + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f8361015-9c32-4807-855b-28763c678d69.yml b/plugins/gFeatures/Players/f8361015-9c32-4807-855b-28763c678d69.yml new file mode 100644 index 0000000..b75f941 --- /dev/null +++ b/plugins/gFeatures/Players/f8361015-9c32-4807-855b-28763c678d69.yml @@ -0,0 +1,5 @@ +Config: + Name: TwoBears12 + UUID: f8361015-9c32-4807-855b-28763c678d69 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f8b17571-3505-4bc7-ab3a-31ebe6114f0d.yml b/plugins/gFeatures/Players/f8b17571-3505-4bc7-ab3a-31ebe6114f0d.yml new file mode 100644 index 0000000..dfc5689 --- /dev/null +++ b/plugins/gFeatures/Players/f8b17571-3505-4bc7-ab3a-31ebe6114f0d.yml @@ -0,0 +1,5 @@ +Config: + Name: Mystic_Maniac + UUID: f8b17571-3505-4bc7-ab3a-31ebe6114f0d + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f8b3be92-c235-4c09-825e-63532ebc8580.yml b/plugins/gFeatures/Players/f8b3be92-c235-4c09-825e-63532ebc8580.yml new file mode 100644 index 0000000..6f7eb0a --- /dev/null +++ b/plugins/gFeatures/Players/f8b3be92-c235-4c09-825e-63532ebc8580.yml @@ -0,0 +1,5 @@ +Config: + Name: alanserge + UUID: f8b3be92-c235-4c09-825e-63532ebc8580 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f8bd767d-1b1a-49ea-8ba2-faf17ade6847.yml b/plugins/gFeatures/Players/f8bd767d-1b1a-49ea-8ba2-faf17ade6847.yml new file mode 100644 index 0000000..c2de0c4 --- /dev/null +++ b/plugins/gFeatures/Players/f8bd767d-1b1a-49ea-8ba2-faf17ade6847.yml @@ -0,0 +1,5 @@ +Config: + Name: Endfull + UUID: f8bd767d-1b1a-49ea-8ba2-faf17ade6847 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/f9cdabff-4671-43da-a79b-e17ae85c12ff.yml b/plugins/gFeatures/Players/f9cdabff-4671-43da-a79b-e17ae85c12ff.yml new file mode 100644 index 0000000..fb7fe46 --- /dev/null +++ b/plugins/gFeatures/Players/f9cdabff-4671-43da-a79b-e17ae85c12ff.yml @@ -0,0 +1,5 @@ +Config: + Name: gamer22394 + UUID: f9cdabff-4671-43da-a79b-e17ae85c12ff + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fad1b89e-05c9-4360-88e6-3c6ee3793f85.yml b/plugins/gFeatures/Players/fad1b89e-05c9-4360-88e6-3c6ee3793f85.yml new file mode 100644 index 0000000..8002ace --- /dev/null +++ b/plugins/gFeatures/Players/fad1b89e-05c9-4360-88e6-3c6ee3793f85.yml @@ -0,0 +1,5 @@ +Config: + Name: ImEaZaY + UUID: fad1b89e-05c9-4360-88e6-3c6ee3793f85 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fadcf7b3-2b4a-465c-ada5-78b90e6dbcff.yml b/plugins/gFeatures/Players/fadcf7b3-2b4a-465c-ada5-78b90e6dbcff.yml new file mode 100644 index 0000000..a2a2677 --- /dev/null +++ b/plugins/gFeatures/Players/fadcf7b3-2b4a-465c-ada5-78b90e6dbcff.yml @@ -0,0 +1,5 @@ +Config: + Name: Thecraftpro44 + UUID: fadcf7b3-2b4a-465c-ada5-78b90e6dbcff + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fb6765a2-d03b-43ed-9003-6780a60f1211.yml b/plugins/gFeatures/Players/fb6765a2-d03b-43ed-9003-6780a60f1211.yml new file mode 100644 index 0000000..03e05a1 --- /dev/null +++ b/plugins/gFeatures/Players/fb6765a2-d03b-43ed-9003-6780a60f1211.yml @@ -0,0 +1,5 @@ +Config: + Name: mondongobcc + UUID: fb6765a2-d03b-43ed-9003-6780a60f1211 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fbb46b63-894f-4a63-9489-7609da19d4d6.yml b/plugins/gFeatures/Players/fbb46b63-894f-4a63-9489-7609da19d4d6.yml new file mode 100644 index 0000000..0aa696a --- /dev/null +++ b/plugins/gFeatures/Players/fbb46b63-894f-4a63-9489-7609da19d4d6.yml @@ -0,0 +1,5 @@ +Config: + Name: Cobamba + UUID: fbb46b63-894f-4a63-9489-7609da19d4d6 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fc0c0e90-b720-46ff-936b-b0c8652ca371.yml b/plugins/gFeatures/Players/fc0c0e90-b720-46ff-936b-b0c8652ca371.yml new file mode 100644 index 0000000..4815936 --- /dev/null +++ b/plugins/gFeatures/Players/fc0c0e90-b720-46ff-936b-b0c8652ca371.yml @@ -0,0 +1,5 @@ +Config: + Name: Melanthe + UUID: fc0c0e90-b720-46ff-936b-b0c8652ca371 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fcd36c61-406b-4e43-90f1-d4452071e6f2.yml b/plugins/gFeatures/Players/fcd36c61-406b-4e43-90f1-d4452071e6f2.yml new file mode 100644 index 0000000..7e905bb --- /dev/null +++ b/plugins/gFeatures/Players/fcd36c61-406b-4e43-90f1-d4452071e6f2.yml @@ -0,0 +1,5 @@ +Config: + Name: cold0 + UUID: fcd36c61-406b-4e43-90f1-d4452071e6f2 + Settings: '' + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fcdf7fdc-d317-455f-97c8-f30ce681b6f9.yml b/plugins/gFeatures/Players/fcdf7fdc-d317-455f-97c8-f30ce681b6f9.yml new file mode 100644 index 0000000..ef63ec4 --- /dev/null +++ b/plugins/gFeatures/Players/fcdf7fdc-d317-455f-97c8-f30ce681b6f9.yml @@ -0,0 +1,5 @@ +Config: + Name: thefulture + UUID: fcdf7fdc-d317-455f-97c8-f30ce681b6f9 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fe2b15d4-6bfe-491c-a7e7-4a891dd511a1.yml b/plugins/gFeatures/Players/fe2b15d4-6bfe-491c-a7e7-4a891dd511a1.yml new file mode 100644 index 0000000..d223164 --- /dev/null +++ b/plugins/gFeatures/Players/fe2b15d4-6bfe-491c-a7e7-4a891dd511a1.yml @@ -0,0 +1,5 @@ +Config: + Name: BransonBacon + UUID: fe2b15d4-6bfe-491c-a7e7-4a891dd511a1 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fe568103-8535-478b-b021-629310f577de.yml b/plugins/gFeatures/Players/fe568103-8535-478b-b021-629310f577de.yml new file mode 100644 index 0000000..7ac3a1d --- /dev/null +++ b/plugins/gFeatures/Players/fe568103-8535-478b-b021-629310f577de.yml @@ -0,0 +1,5 @@ +Config: + Name: metalhead23 + UUID: fe568103-8535-478b-b021-629310f577de + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fe8e3a28-29a5-4763-9664-718c4e28a1ee.yml b/plugins/gFeatures/Players/fe8e3a28-29a5-4763-9664-718c4e28a1ee.yml new file mode 100644 index 0000000..ffdb138 --- /dev/null +++ b/plugins/gFeatures/Players/fe8e3a28-29a5-4763-9664-718c4e28a1ee.yml @@ -0,0 +1,5 @@ +Config: + Name: SirQuantumDragon + UUID: fe8e3a28-29a5-4763-9664-718c4e28a1ee + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/feab7d82-33fd-4f4b-9882-97f73cca4688.yml b/plugins/gFeatures/Players/feab7d82-33fd-4f4b-9882-97f73cca4688.yml new file mode 100644 index 0000000..877e536 --- /dev/null +++ b/plugins/gFeatures/Players/feab7d82-33fd-4f4b-9882-97f73cca4688.yml @@ -0,0 +1,5 @@ +Config: + Name: CLUBFINGERS + UUID: feab7d82-33fd-4f4b-9882-97f73cca4688 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fee10a1a-a303-42d8-b4dc-80c0a75b8ef5.yml b/plugins/gFeatures/Players/fee10a1a-a303-42d8-b4dc-80c0a75b8ef5.yml new file mode 100644 index 0000000..bc76f35 --- /dev/null +++ b/plugins/gFeatures/Players/fee10a1a-a303-42d8-b4dc-80c0a75b8ef5.yml @@ -0,0 +1,5 @@ +Config: + Name: l3git_guy_gaming + UUID: fee10a1a-a303-42d8-b4dc-80c0a75b8ef5 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/fee56792-50d5-4f51-9864-5c93ea51d69f.yml b/plugins/gFeatures/Players/fee56792-50d5-4f51-9864-5c93ea51d69f.yml new file mode 100644 index 0000000..022b293 --- /dev/null +++ b/plugins/gFeatures/Players/fee56792-50d5-4f51-9864-5c93ea51d69f.yml @@ -0,0 +1,5 @@ +Config: + Name: ChromeIV + UUID: fee56792-50d5-4f51-9864-5c93ea51d69f + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Players/ff9171b8-9964-497e-8e5c-d2a9f9f1c080.yml b/plugins/gFeatures/Players/ff9171b8-9964-497e-8e5c-d2a9f9f1c080.yml new file mode 100644 index 0000000..653496b --- /dev/null +++ b/plugins/gFeatures/Players/ff9171b8-9964-497e-8e5c-d2a9f9f1c080.yml @@ -0,0 +1,5 @@ +Config: + Name: ShadiLady + UUID: ff9171b8-9964-497e-8e5c-d2a9f9f1c080 + Settings: MemorySection[path='Config.Settings', root='YamlConfiguration'] + Setup: DO NOT REMOVE! diff --git a/plugins/gFeatures/Shop/Config.yml b/plugins/gFeatures/Shop/Config.yml new file mode 100644 index 0000000..7a538bd --- /dev/null +++ b/plugins/gFeatures/Shop/Config.yml @@ -0,0 +1,5 @@ +Redis: + IP: 192.168.2.60 + Port: 6379 + Password: EstiNetwork?123 + DatabaseNumber: '1' diff --git a/plugins/gFeatures/cliotecache.txt b/plugins/gFeatures/cliotecache.txt new file mode 100644 index 0000000..e69de29 diff --git a/plugins/gFeatures/gHub/Config.yml b/plugins/gFeatures/gHub/Config.yml new file mode 100644 index 0000000..e69de29 diff --git a/plugins/gFeatures/gHub/spawn.txt b/plugins/gFeatures/gHub/spawn.txt new file mode 100644 index 0000000..54b181d --- /dev/null +++ b/plugins/gFeatures/gHub/spawn.txt @@ -0,0 +1,6 @@ +EstiNet +-73.04445554419974 +235.42027214663642 +-10.497124399523447 +-89.85129 +13.350027 diff --git a/plugins/gFeatures/gRanks/Config.yml b/plugins/gFeatures/gRanks/Config.yml new file mode 100644 index 0000000..3c29845 --- /dev/null +++ b/plugins/gFeatures/gRanks/Config.yml @@ -0,0 +1,9 @@ +Config: + MySQL: + Address: 192.168.2.60 + Port: '3306' + TableName: granks + Username: estinet + Password: EstiNetwork?123 + ClioteSky: + Enable: true diff --git a/plugins/gFeatures/gRanks/ginherit/Admin.txt b/plugins/gFeatures/gRanks/ginherit/Admin.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/Admin.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/ginherit/Default.txt b/plugins/gFeatures/gRanks/ginherit/Default.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/Default.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/ginherit/Developer.txt b/plugins/gFeatures/gRanks/ginherit/Developer.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/Developer.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/ginherit/HadPlayer.txt b/plugins/gFeatures/gRanks/ginherit/HadPlayer.txt new file mode 100644 index 0000000..3ef1f6d --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/HadPlayer.txt @@ -0,0 +1,1730 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/gFeatures/gRanks/ginherit/Helper++.txt b/plugins/gFeatures/gRanks/ginherit/Helper++.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/Helper++.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/ginherit/Helper.txt b/plugins/gFeatures/gRanks/ginherit/Helper.txt new file mode 100644 index 0000000..560eb44 --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/Helper.txt @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/plugins/gFeatures/gRanks/ginherit/Moderator.txt b/plugins/gFeatures/gRanks/ginherit/Moderator.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/Moderator.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/ginherit/Owner.txt b/plugins/gFeatures/gRanks/ginherit/Owner.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/Owner.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/ginherit/esti++.txt b/plugins/gFeatures/gRanks/ginherit/esti++.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/esti++.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/ginherit/esti+.txt b/plugins/gFeatures/gRanks/ginherit/esti+.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/ginherit/esti+.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/gperms/Admin.txt b/plugins/gFeatures/gRanks/gperms/Admin.txt new file mode 100644 index 0000000..e6212fa --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/Admin.txt @@ -0,0 +1,6 @@ + + + + + + diff --git a/plugins/gFeatures/gRanks/gperms/Default.txt b/plugins/gFeatures/gRanks/gperms/Default.txt new file mode 100644 index 0000000..52db0bc --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/Default.txt @@ -0,0 +1,5 @@ +greq.ticket.list +greq.ticket +greq.comments.add +essentials.warp.list +greq.comments diff --git a/plugins/gFeatures/gRanks/gperms/Developer.txt b/plugins/gFeatures/gRanks/gperms/Developer.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/Developer.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/gperms/HadPlayer.txt b/plugins/gFeatures/gRanks/gperms/HadPlayer.txt new file mode 100644 index 0000000..2da9072 --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/HadPlayer.txt @@ -0,0 +1,1727 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/gFeatures/gRanks/gperms/Helper++.txt b/plugins/gFeatures/gRanks/gperms/Helper++.txt new file mode 100644 index 0000000..d3f5a12 --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/Helper++.txt @@ -0,0 +1 @@ + diff --git a/plugins/gFeatures/gRanks/gperms/Helper.txt b/plugins/gFeatures/gRanks/gperms/Helper.txt new file mode 100644 index 0000000..e6212fa --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/Helper.txt @@ -0,0 +1,6 @@ + + + + + + diff --git a/plugins/gFeatures/gRanks/gperms/Moderator.txt b/plugins/gFeatures/gRanks/gperms/Moderator.txt new file mode 100644 index 0000000..d07ba9a --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/Moderator.txt @@ -0,0 +1,75 @@ +essentials.kick +essentials.kick +essentials.kick +essentials.kick +essentials.kick +essentials.kick +essentials.fly.safelogin +essentials.fly.safelogin +essentials.fly.safelogin +essentials.fly.safelogin +groupmanager.manpromote +-SimpleAlias.* +-SimpleAlias.* +vanish.smokin +vanish.smokin +essentials.unban +essentials.unban +essentials.top +essentials.top +colorchat/t.use +colorchat/t.use +-multiverse.core.anchor +-multiverse.core.anchor +essentials.msg.magic +essentials.msg.magic +essentials.protect.alerts +essentials.protect.alerts +-kits.admin +-kits.admin +-kits.flags.announce +-kits.flags.announce +-multiverse.portal.list +-multiverse.portal.list +essentials.eco.loan +essentials.eco.loan +essentials.tphere +essentials.tphere +-lilypad.portal.delete +-lilypad.portal.delete +-multiverse.core.modify.add +-multiverse.core.modify.add +-mv.bypass.gamemode.* +-mv.bypass.gamemode.* +essentials.afk.kickexempt +groupmanager.notify.other +groupmanager.notify.other +-lilypad.portal.list +essentials.nick.color +multiverse.core.info +groupmanager.manuadd +multiverse.core.tp.self +-jm.* +essentials.ptime +vanish.nopickup +multiverse.core.version +-worldedit.navigation.jumpto +essentials.setwarp +essentials.world +multiverse.core.coord +vanish.vanish +-multiverse.core.sleep +-hubessentials.inventorymovebypass +essentials.tp +playervaults.amount.1 +-multiverse.core.config +essentials.kill +-multiverse.netherportals.link +essentials.realname +essentials.signs.create.* +essentials.broadcast +-multiverse.core.debug +bukkit.command.kill +-multiverse.core.spawn.set +essentials.tppos +-multiverse.core.modify.set diff --git a/plugins/gFeatures/gRanks/gperms/Owner.txt b/plugins/gFeatures/gRanks/gperms/Owner.txt new file mode 100644 index 0000000..e6212fa --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/Owner.txt @@ -0,0 +1,6 @@ + + + + + + diff --git a/plugins/gFeatures/gRanks/gperms/esti++.txt b/plugins/gFeatures/gRanks/gperms/esti++.txt new file mode 100644 index 0000000..d3e2c29 --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/esti++.txt @@ -0,0 +1,2 @@ +gFeatures.Esti++ +gFeatures.Esti++ diff --git a/plugins/gFeatures/gRanks/gperms/esti+.txt b/plugins/gFeatures/gRanks/gperms/esti+.txt new file mode 100644 index 0000000..d8c3499 --- /dev/null +++ b/plugins/gFeatures/gRanks/gperms/esti+.txt @@ -0,0 +1 @@ +gFeatures.Esti+ diff --git a/plugins/gFeatures/gRanks/inherit/Admin.txt b/plugins/gFeatures/gRanks/inherit/Admin.txt new file mode 100644 index 0000000..152a42b --- /dev/null +++ b/plugins/gFeatures/gRanks/inherit/Admin.txt @@ -0,0 +1 @@ +Moderator \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/inherit/Default.txt b/plugins/gFeatures/gRanks/inherit/Default.txt new file mode 100644 index 0000000..e69de29 diff --git a/plugins/gFeatures/gRanks/inherit/Developer.txt b/plugins/gFeatures/gRanks/inherit/Developer.txt new file mode 100644 index 0000000..9d1e34a --- /dev/null +++ b/plugins/gFeatures/gRanks/inherit/Developer.txt @@ -0,0 +1 @@ +Admin \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/inherit/Helper++.txt b/plugins/gFeatures/gRanks/inherit/Helper++.txt new file mode 100644 index 0000000..eb0989e --- /dev/null +++ b/plugins/gFeatures/gRanks/inherit/Helper++.txt @@ -0,0 +1,2 @@ +Helper +esti++ \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/inherit/Helper.txt b/plugins/gFeatures/gRanks/inherit/Helper.txt new file mode 100644 index 0000000..9e4912c --- /dev/null +++ b/plugins/gFeatures/gRanks/inherit/Helper.txt @@ -0,0 +1 @@ +Default \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/inherit/Moderator.txt b/plugins/gFeatures/gRanks/inherit/Moderator.txt new file mode 100644 index 0000000..47f47ce --- /dev/null +++ b/plugins/gFeatures/gRanks/inherit/Moderator.txt @@ -0,0 +1,2 @@ +esti++ +Helper \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/inherit/Owner.txt b/plugins/gFeatures/gRanks/inherit/Owner.txt new file mode 100644 index 0000000..9d1e34a --- /dev/null +++ b/plugins/gFeatures/gRanks/inherit/Owner.txt @@ -0,0 +1 @@ +Admin \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/inherit/esti++.txt b/plugins/gFeatures/gRanks/inherit/esti++.txt new file mode 100644 index 0000000..d2bf48a --- /dev/null +++ b/plugins/gFeatures/gRanks/inherit/esti++.txt @@ -0,0 +1 @@ +esti+ \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/inherit/esti+.txt b/plugins/gFeatures/gRanks/inherit/esti+.txt new file mode 100644 index 0000000..9e4912c --- /dev/null +++ b/plugins/gFeatures/gRanks/inherit/esti+.txt @@ -0,0 +1 @@ +Default \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/Admin.txt b/plugins/gFeatures/gRanks/perms/Admin.txt new file mode 100644 index 0000000..3198178 --- /dev/null +++ b/plugins/gFeatures/gRanks/perms/Admin.txt @@ -0,0 +1,16 @@ +jp.woodplate + +jp.stoneplate + +jp.goldplate +jp.ironplate + +jp.falldmg +ge.spawn +ge.hub +chestcommands.open.Navigator.yml +warpportal.enter +-bukkit.command.help +chestcommands.open.* +BungeePortals.portal.* +'*' \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/Default.txt b/plugins/gFeatures/gRanks/perms/Default.txt new file mode 100644 index 0000000..0b30e99 --- /dev/null +++ b/plugins/gFeatures/gRanks/perms/Default.txt @@ -0,0 +1,15 @@ +jp.woodplate + +jp.stoneplate + +jp.goldplate +jp.ironplate + +jp.falldmg +ge.spawn +ge.hub +chestcommands.open.Navigator.yml +warpportal.enter +-bukkit.command.help +chestcommands.open.* +BungeePortals.portal.* \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/Developer.txt b/plugins/gFeatures/gRanks/perms/Developer.txt new file mode 100644 index 0000000..0b30e99 --- /dev/null +++ b/plugins/gFeatures/gRanks/perms/Developer.txt @@ -0,0 +1,15 @@ +jp.woodplate + +jp.stoneplate + +jp.goldplate +jp.ironplate + +jp.falldmg +ge.spawn +ge.hub +chestcommands.open.Navigator.yml +warpportal.enter +-bukkit.command.help +chestcommands.open.* +BungeePortals.portal.* \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/HadPlayer.txt b/plugins/gFeatures/gRanks/perms/HadPlayer.txt new file mode 100644 index 0000000..e69de29 diff --git a/plugins/gFeatures/gRanks/perms/Helper++.txt b/plugins/gFeatures/gRanks/perms/Helper++.txt new file mode 100644 index 0000000..0b30e99 --- /dev/null +++ b/plugins/gFeatures/gRanks/perms/Helper++.txt @@ -0,0 +1,15 @@ +jp.woodplate + +jp.stoneplate + +jp.goldplate +jp.ironplate + +jp.falldmg +ge.spawn +ge.hub +chestcommands.open.Navigator.yml +warpportal.enter +-bukkit.command.help +chestcommands.open.* +BungeePortals.portal.* \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/Helper.txt b/plugins/gFeatures/gRanks/perms/Helper.txt new file mode 100644 index 0000000..0b30e99 --- /dev/null +++ b/plugins/gFeatures/gRanks/perms/Helper.txt @@ -0,0 +1,15 @@ +jp.woodplate + +jp.stoneplate + +jp.goldplate +jp.ironplate + +jp.falldmg +ge.spawn +ge.hub +chestcommands.open.Navigator.yml +warpportal.enter +-bukkit.command.help +chestcommands.open.* +BungeePortals.portal.* \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/Moderator.txt b/plugins/gFeatures/gRanks/perms/Moderator.txt new file mode 100644 index 0000000..0b30e99 --- /dev/null +++ b/plugins/gFeatures/gRanks/perms/Moderator.txt @@ -0,0 +1,15 @@ +jp.woodplate + +jp.stoneplate + +jp.goldplate +jp.ironplate + +jp.falldmg +ge.spawn +ge.hub +chestcommands.open.Navigator.yml +warpportal.enter +-bukkit.command.help +chestcommands.open.* +BungeePortals.portal.* \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/Owner.txt b/plugins/gFeatures/gRanks/perms/Owner.txt new file mode 100644 index 0000000..8313ba2 --- /dev/null +++ b/plugins/gFeatures/gRanks/perms/Owner.txt @@ -0,0 +1 @@ +'*' \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/esti++.txt b/plugins/gFeatures/gRanks/perms/esti++.txt new file mode 100644 index 0000000..0b30e99 --- /dev/null +++ b/plugins/gFeatures/gRanks/perms/esti++.txt @@ -0,0 +1,15 @@ +jp.woodplate + +jp.stoneplate + +jp.goldplate +jp.ironplate + +jp.falldmg +ge.spawn +ge.hub +chestcommands.open.Navigator.yml +warpportal.enter +-bukkit.command.help +chestcommands.open.* +BungeePortals.portal.* \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/esti+.txt b/plugins/gFeatures/gRanks/perms/esti+.txt new file mode 100644 index 0000000..0b30e99 --- /dev/null +++ b/plugins/gFeatures/gRanks/perms/esti+.txt @@ -0,0 +1,15 @@ +jp.woodplate + +jp.stoneplate + +jp.goldplate +jp.ironplate + +jp.falldmg +ge.spawn +ge.hub +chestcommands.open.Navigator.yml +warpportal.enter +-bukkit.command.help +chestcommands.open.* +BungeePortals.portal.* \ No newline at end of file diff --git a/plugins/gFeatures/gRanks/perms/genesishub++.txt b/plugins/gFeatures/gRanks/perms/genesishub++.txt new file mode 100644 index 0000000..e69de29 diff --git a/plugins/gFeatures/motd.txt b/plugins/gFeatures/motd.txt new file mode 100644 index 0000000..ee7e66e --- /dev/null +++ b/plugins/gFeatures/motd.txt @@ -0,0 +1,4 @@ +&m-----------------------------&r +&lWelcome to &6&lEsti&3&lNet&f&l! +&6&lFly away &r&l{PLAYER}!&f&r&m +----------------------------- \ No newline at end of file diff --git a/server.properties b/server.properties new file mode 100644 index 0000000..38e2510 --- /dev/null +++ b/server.properties @@ -0,0 +1,35 @@ +#Minecraft server properties +#Mon Sep 11 17:05:34 EDT 2017 +generator-settings= +op-permission-level=4 +allow-nether=false +level-name=EstiNet +enable-query=false +allow-flight=false +prevent-proxy-connections=false +max-world-size=29999984 +level-type=DEFAULT +enable-rcon=false +force-gamemode=false +level-seed= +server-ip= +network-compression-threshold=256 +max-build-height=256 +spawn-npcs=false +white-list=false +spawn-animals=false +snooper-enabled=true +hardcore=false +resource-pack-sha1= +online-mode=false +resource-pack= +pvp=false +difficulty=0 +enable-command-block=false +player-idle-timeout=0 +gamemode=0 +max-players=20 +spawn-monsters=false +view-distance=10 +generate-structures=false +motd=EstiNet diff --git a/spigot.yml b/spigot.yml new file mode 100644 index 0000000..a5b892c --- /dev/null +++ b/spigot.yml @@ -0,0 +1,146 @@ +# This is the main configuration file for Spigot. +# As you can see, there's tons to configure. Some options may impact gameplay, so use +# with caution, and make sure you know what each option does before configuring. +# For a reference for any variable inside this file, check out the Spigot wiki at +# http://www.spigotmc.org/wiki/spigot-configuration/ +# +# If you need help with the configuration or have any questions related to Spigot, +# join us at the IRC or drop by our forums and leave a post. +# +# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ ) +# Forums: http://www.spigotmc.org/ + +config-version: 11 +settings: + debug: false + save-user-cache-on-stop-only: false + late-bind: false + player-shuffle: 0 + int-cache-limit: 1024 + netty-threads: 4 + user-cache-size: 1000 + timeout-time: 60 + restart-on-crash: false + restart-script: ./start.bat + bungeecord: true + sample-count: 12 + item-dirty-ticks: 20 + attribute: + maxHealth: + max: 2048.0 + movementSpeed: + max: 2048.0 + attackDamage: + max: 2048.0 + filter-creative-items: true + moved-wrongly-threshold: 0.0625 + moved-too-quickly-multiplier: 10.0 + moved-too-quickly-threshold: 100.0 +messages: + whitelist: '[&6&lEsti&3&lNet&r]&7You aren''t whitelisted.' + unknown-command: '[&6&lEsti&3&lNet&r] &7Unknown command.' + server-full: '[&6&lEsti&3&lNet&r]&7Server is full.' + outdated-client: '[&6&lEsti&3&lNet&r]&7Outdated client! Please use {0}' + outdated-server: '[&6&lEsti&3&lNet&r]&7Outdated server! I''m still on {0}' + restart: '[&6&lEsti&3&lNet&r]&7Restart incoming...' +commands: + tab-complete: 0 + spam-exclusions: + - /skill + replace-commands: + - setblock + - summon + - testforblock + - tellraw + log: true + silent-commandblock-console: false +stats: + disable-saving: false + forced-stats: {} +advancements: + disable-saving: false + disabled: + - minecraft:story/disabled +world-settings: + default: + verbose: true + hanging-tick-frequency: 100 + zombie-aggressive-towards-villager: false + item-despawn-rate: 6000 + merge-radius: + item: 2.5 + exp: 3.0 + arrow-despawn-rate: 1200 + enable-zombie-pigmen-portal-spawns: false + wither-spawn-sound-radius: 0 + view-distance: 10 + nerf-spawner-mobs: false + dragon-death-sound-radius: 0 + seed-village: 10387312 + seed-feature: 14357617 + seed-monument: 10387313 + seed-slime: 987234911 + entity-activation-range: + animals: 0 + monsters: 0 + misc: 16 + growth: + cactus-modifier: 0 + cane-modifier: 0 + melon-modifier: 0 + mushroom-modifier: 0 + pumpkin-modifier: 0 + sapling-modifier: 0 + wheat-modifier: 0 + netherwart-modifier: 0 + vine-modifier: 100 + cocoa-modifier: 100 + mob-spawn-range: 0 + max-tick-time: + tile: 50 + entity: 50 + entity-tracking-range: + players: 48 + animals: 48 + monsters: 48 + misc: 32 + other: 64 + max-tnt-per-tick: 0 + hunger: + jump-walk-exhaustion: 0.05 + jump-sprint-exhaustion: 0.2 + combat-exhaustion: 0.1 + regen-exhaustion: 6.0 + swim-multiplier: 0.01 + sprint-multiplier: 0.1 + other-multiplier: 0.0 + ticks-per: + hopper-transfer: 0 + hopper-check: 1 + hopper-amount: 0 + random-light-updates: false + save-structure-info: true + max-entity-collisions: 8 + chunks-per-tick: 650 + clear-tick-list: false + anti-xray: + enabled: false + engine-mode: 1 + hide-blocks: + - 14 + - 15 + - 16 + - 21 + - 48 + - 49 + - 54 + - 56 + - 73 + - 74 + - 82 + - 129 + - 130 + replace-blocks: + - 1 + - 5 + max-bulk-chunks: 10 diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..a38e880 --- /dev/null +++ b/start.bat @@ -0,0 +1,5 @@ +@echo off +title EstiNet +java -jar EstiConsole.jar +echo The server has crashed or stopped. +pause \ No newline at end of file diff --git a/usercache.json b/usercache.json new file mode 100644 index 0000000..9fb0b92 --- /dev/null +++ b/usercache.json @@ -0,0 +1 @@ +[{"name":"Lqnix","uuid":"b9d938ca-64e1-452f-b11f-446274738957","expiresOn":"2017-10-09 20:49:02 -0400"},{"name":"Legend010331","uuid":"75a53a06-1ab1-4b00-9f97-c8235a78f588","expiresOn":"2017-10-06 21:38:57 -0400"},{"name":"Seshpenguin","uuid":"b48083c2-19ca-4959-a0d0-a967a93d0fd3","expiresOn":"2017-10-05 17:20:30 -0400"},{"name":"_llamallamallama","uuid":"37c7d90b-053b-4fd9-807d-101d46f58537","expiresOn":"2017-09-30 13:19:21 -0400"},{"name":"EspiDev","uuid":"55618dfa-b17f-4e8a-814f-41768360af09","expiresOn":"2017-09-19 21:14:46 -0400"},{"name":"Itariu","uuid":"77ee6e1b-9e0c-4c41-a58b-163d1f575c08","expiresOn":"2017-09-15 11:12:27 -0400"},{"name":"ballisticknife16","uuid":"f3e8c48b-ba49-41d8-853b-67d9886952fc","expiresOn":"2017-08-29 13:31:49 -0400"},{"name":"FlowerGirl700","uuid":"6108e35d-c0df-4f9d-8e68-665a69d4b871","expiresOn":"2017-08-24 12:16:28 -0400"},{"name":"Over1ord_Ray","uuid":"20ae9880-b524-42c9-a8c5-fcbf6a8c484a","expiresOn":"2017-08-08 20:19:26 -0400"},{"name":"LittleGuardianHD","uuid":"914cc9cc-31ce-480a-87a9-1378f87f1440","expiresOn":"2017-07-29 23:05:04 -0400"},{"name":"SoSo123","uuid":"a7f22160-908b-44be-9f94-1b3e460cf943","expiresOn":"2017-07-21 07:58:13 -0400"},{"name":"achromosone","uuid":"f4ec7607-feea-442c-b5de-592f48e5d9e3","expiresOn":"2017-07-20 11:24:23 -0400"},{"name":"xXSeikoStormXx","uuid":"1d4070ad-e41b-4ad7-a6d7-088c15ab0073","expiresOn":"2017-07-19 22:05:05 -0400"},{"name":"nap14hockey","uuid":"ade21d41-274e-4cd0-a251-03cf67642e4e","expiresOn":"2017-06-29 21:33:53 -0400"},{"name":"WorshipFrumple","uuid":"be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2","expiresOn":"2017-08-06 20:25:02 -0400"},{"name":"SophieCR","uuid":"7565be25-9f5f-4269-9e78-9b1d91abfc3b","expiresOn":"2017-08-17 16:23:53 -0400"},{"name":"applearon","uuid":"372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7","expiresOn":"2017-09-10 14:47:04 -0400"},{"name":"animallover973","uuid":"417ebf17-eaaf-43e0-ad1f-cf6a5bc35430","expiresOn":"2017-09-19 17:15:34 -0400"},{"name":"cold0","uuid":"fcd36c61-406b-4e43-90f1-d4452071e6f2","expiresOn":"2017-10-05 17:22:59 -0400"},{"name":"Master_Guardian","uuid":"948f3446-1979-499f-889b-2991bea10125","expiresOn":"2017-10-08 23:10:01 -0400"}] \ No newline at end of file diff --git a/wepif.yml b/wepif.yml new file mode 100644 index 0000000..5cec7fd --- /dev/null +++ b/wepif.yml @@ -0,0 +1,49 @@ +# +# WEPIF Configuration File +# +# This file handles permissions configuration for every plugin using WEPIF +# +# About editing this file: +# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If +# you use an editor like Notepad++ (recommended for Windows users), you +# must configure it to "replace tabs with spaces." In Notepad++, this can +# be changed in Settings > Preferences > Language Menu. +# - Don't get rid of the indents. They are indented so some entries are +# in categories (like "enforce-single-session" is in the "protection" +# category. +# - If you want to check the format of this file before putting it +# into WEPIF, paste it into http://yaml-online-parser.appspot.com/ +# and see if it gives "ERROR:". +# - Lines starting with # are comments and so they are ignored. +# +# About Configuration Permissions +# - See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit +# - Now with multiworld support (see example) + + +ignore-nijiperms-bridges: true +resolvers: + enabled: + - PluginPermissionsResolver + - PermissionsExResolver + - bPermissionsResolver + - GroupManagerResolver + - NijiPermissionsResolver + - DinnerPermsResolver + - FlatFilePermissionsResolver +permissions: + groups: + default: + permissions: + - worldedit.reload + - worldedit.selection + - worlds.creative.worldedit.region + admins: + permissions: + - '*' + users: + sk89q: + permissions: + - worldedit + groups: + - admins diff --git a/whitelist.json b/whitelist.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/whitelist.json @@ -0,0 +1 @@ +[] \ No newline at end of file