{"id":66144,"date":"2026-06-03T22:11:22","date_gmt":"2026-06-03T19:11:22","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/"},"modified":"2026-06-03T22:11:22","modified_gmt":"2026-06-03T19:11:22","slug":"everythingplugin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/","title":{"rendered":"EveryThingPlugin"},"content":{"rendered":"<p>For now the Plugin only implements this features:<br \/>\n&#8211; GameModeCycle: using the command players can cycle between survival and spectator mode;<br \/>\n&#8211; Suicide: I don&#8217;t think this need a description;<br \/>\n&#8211; Home: integrated home system whit home teleport;<br \/>\n&#8211; REL: fast reload command for the plugin, implements <all> arg to reload all the plugins (only ops);<br \/>\n&#8211; Leash players: you can now leash players whit lead and carry them where you want;<br \/>\n&#8211; Economy: basic economy system<br \/>\n&#8211; Carry other players<br \/>\n&#8211; Fast Sleep<br \/>\n&#8211; Coords sender and Coords transform (from nether to overwolrd and vice versa)<br \/>\n&#8211; Chunk Loading: with a simple command you can now forceload chunks in your world (ops only)<br \/>\n&#8211; Suggestions: the playeres can now send suggestions for the server, the owner can find them in the suggestions.txt file<br \/>\n&#8211; Commands list<br \/>\n&#8211; Tpa: ask other players to be teleported to theire location<br \/>\n&#8211; Warps: OPs can set public location where players can teleport anytime<br \/>\n&#8211; CustomNicks: Players can change their in-game name<br \/>\n&#8211; Bells: Players can ring bells by just having them in their hands<br \/>\n&#8211; Admin tools<br \/>\n&#8211; Invsee: Tool for the ops to see and interact with players inventories<br \/>\n&#8211; Enderchest, craftingtables and anvils on the go<br \/>\n&#8211; Sit on blocks via command or slabs via right-click<br \/>\n&#8211; SetSize: allows players to change theire size<br \/>\n&#8211; ResourcePackSet: allows players to use one of the resource packs the admins can put in the &#8220;ResourcePack&#8221; folder+<br \/>\n&#8211; Nick: you can chage your nick or wrap yourself into another mc player<\/p>\n<details>\n<summary>config.yml<\/summary>\n<p>&#8220;`<br \/>\nCommands:<br \/>\n  isSuicideEnabled: true<br \/>\n  isGMEnabled: true<br \/>\n  isRELEnabled: true<br \/>\n  isHomeEnabled: true<br \/>\n  isCarryEnabled: true<br \/>\n  isSendCordsEnabled: true<br \/>\n  isLDLEnabled: true<br \/>\n  isChunkLoaderEnabled: true<br \/>\n  isCoordsEnabled: true<br \/>\n  isTPAEnabled: true<br \/>\n  isWarpEnabled: true<br \/>\n  isNickEnabled: true<br \/>\n  isEnderChestEnabled: true<br \/>\n  isCraftingTableEnabled: true<br \/>\n  isInvseeEnabled: true<br \/>\n  isAnvilEnabled: true<br \/>\n  isFlightEnabled: true<br \/>\nMisc:<br \/>\n  isSizeEnabled: true<br \/>\n  isSitEnabled: true<br \/>\n  isBellEnabled: true<br \/>\n  isLeashEnabled: true<br \/>\n  FastSleep: true<br \/>\n  FastSleepPercentage: 50<br \/>\n  areSuggestionsEnabled: true<br \/>\n  CommandsList: true<br \/>\n  TPATimer: 120 #Expressed in seconds<br \/>\nWorlds:<br \/>\n  isEnable: true<br \/>\nEconomy:<br \/>\n  isEnabled: true<br \/>\n  symbol: &#8216;$&#8217;<br \/>\nResourcePacks:<br \/>\n  isEnabled: true<br \/>\n  forcePack: false<br \/>\n  #you can find the configuration file for this function in the ResourcePacks folder<br \/>\nAdminUtils:<br \/>\n  UpdateTellToOps: false<br \/>\n  Commands:<br \/>\n    RemoveMinecart: true<br \/>\n    RemoveProjectiles: true<br \/>\n    RemoveStands: true<br \/>\n    EntityList: true<br \/>\n  Values:<br \/>\n    #-1 means infinite<br \/>\n    MaxMinecartChunk: 20<br \/>\n    MaxMinecartWorld: 200<br \/>\n    MaxMinecartServer: -1<br \/>\n    MaxStandChunk: 20<br \/>\n    MaxStandWorld: 200<br \/>\n    MaxStandServer: -1<br \/>\n    MaxProjectileChunk: 60<br \/>\n    MaxProjectileWorld: 600<br \/>\n    MaxProjectileServer: -1<br \/>\nBackup:<br \/>\n  Enabled: true<br \/>\n  AutomaticBackups: true<br \/>\n  BKTimer: 20 #Expressed in minutes, backs up all the worlds<br \/>\n  NumOfBackups: 5<br \/>\n#DO NOT TOUCH THIS<br \/>\nConfigVersion: 24.0<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>plugin.yml<\/summary>\n<p>&#8220;`<br \/>\nname: EveryThingPlugin<br \/>\nversion: 1.1<br \/>\nmain: it.plugin.Plugin<br \/>\napi-version: &#8216;1.20.6&#8217;<br \/>\nauthor: il_maranna<br \/>\ndescription: A Plugin meant to include as much features as possible<br \/>\nload: POSTWORLD<br \/>\ncommands:<br \/>\n  backup:<br \/>\n    usage: \/command worldName<br \/>\n  fly:<br \/>\n    usage: \/command<br \/>\n  nick:<br \/>\n    usage: \/command<br \/>\n  resourcepackset:<br \/>\n    usage: \/command<br \/>\n  setsize:<br \/>\n    usage: \/command 0.05-16 player<br \/>\n    description: Change the player size<br \/>\n  sit:<br \/>\n    usage: \/command<br \/>\n  anvil:<br \/>\n    usage: \/command<br \/>\n    description: allows players to open anvil on the go<br \/>\n  projectile-cleaner:<br \/>\n    usage: \/command<br \/>\n    description: Removes every projectile in excess to the max set in the config<br \/>\n  stand-cleaner:<br \/>\n    usage: \/command<br \/>\n    description: Removes every armor stand in excess to the max set in the config<br \/>\n  minecart-cleaner:<br \/>\n    usage: \/command<br \/>\n    description: Removes every minecart in excess to the max set in the config<br \/>\n  el:<br \/>\n    usage: \/command<br \/>\n    description: Report how many entities are loaded<br \/>\n  invsee:<br \/>\n    usage: \/command player<br \/>\n    description: Allows ops to open player&#8217;s inventories<br \/>\n    permission: commands.invsee<br \/>\n  ct:<br \/>\n    usage: \/command<br \/>\n    description: Allows players to open a crafting table on the go<br \/>\n  ec:<br \/>\n    usage: \/command player<br \/>\n    description: Allows players to open their enderchest on the go<br \/>\n  warp:<br \/>\n    usage: \/command LocationName|add|remove LocationName<br \/>\n    description: Allow players to teleport to  locations<br \/>\n    permission: commands.warp<br \/>\n  tpa:<br \/>\n    usage: \/command player|allow|deny ApplicantPlayer<br \/>\n    description: Allows players to teleport near other player<br \/>\n    permission: commands.tpa<br \/>\n  suicide:<br \/>\n    usage: \/command<br \/>\n    description: Set Player Health to 0<br \/>\n    permission: commands.suicide<br \/>\n  rel:<br \/>\n    usage: \/command config|server|all<br \/>\n    description: Reload the server and the plugin<br \/>\n    permission: misc.rel<br \/>\n  gm:<br \/>\n    usage: \/command<br \/>\n    description: Cycles between spectator and survival mode<br \/>\n    permission: commands.gm<br \/>\n  info:<br \/>\n    usage: \/command<br \/>\n    description: Sends info about the plugin creator and version<br \/>\n    permission: commands.info<br \/>\n  home:<br \/>\n    usage: \/command set|remove<br \/>\n    description: Basic home command<br \/>\n    permission: commands.home<br \/>\n  balance:<br \/>\n    usage: \/command send|add|sub|set AllPlayers amount<br \/>\n    aliases: [bal, money]<br \/>\n    description: Balance system command<br \/>\n    permission: economy.command<br \/>\n  carry:<br \/>\n    usage: \/command player<br \/>\n    description: Make a player ride the player who used the command<br \/>\n    permission: misc.carry<br \/>\n  ldl:<br \/>\n    usage: \/command<br \/>\n    description: Sends the last death location to a player<br \/>\n    permission: commands.ldl<br \/>\n  sendposition:<br \/>\n    usage: \/command player<br \/>\n    description: Send to another player your current position<br \/>\n    permission: commands.sendposition<br \/>\n  coords:<br \/>\n    usage: \/command toNether|toOverworld<br \/>\n    description: Translate the overworld coordinates to nether ones and vice versa<br \/>\n    permission: commands.coords<br \/>\n  chunk:<br \/>\n    usage: \/command load|unload|list all|world|nether|end chunkX chunkX<br \/>\n    description: Commands for the chunk loader feature<br \/>\n    permission: chunkloader.command<br \/>\n  suggestion:<br \/>\n    usage: \/command<br \/>\n    description: Allows players to give the server owner suggestions for the server itself<br \/>\n    permission: commands.suggestion<br \/>\n  commands:<br \/>\n    usage: \/command<br \/>\n    description: Gives a list including all Plugin&#8217;s commands<br \/>\n    permission: commands.list<br \/>\npermissions:<br \/>\n  commands.*:<br \/>\n    children:<br \/>\n      commands.invsee:<br \/>\n        default: op<br \/>\n      commands.warp: true<br \/>\n      commands.suicide: true<br \/>\n      commands.coords: true<br \/>\n      commands.sendposition: true<br \/>\n      commands.ldl: true<br \/>\n      commands.home: true<br \/>\n      commands.gm: true<br \/>\n      commands.list: true<br \/>\n      commands.suggestion: true<br \/>\n      commands.info: true<br \/>\n      commands.tpa: true<br \/>\n      commands.nick: true<br \/>\n    default: true<br \/>\n  commands.nick:<br \/>\n    default: true<br \/>\n    description: Allows players to use the nick command and change their nicks<br \/>\n    children:<br \/>\n      commands.nick.changeothers: true<br \/>\n  commands.nick.changeothers:<br \/>\n    default: op<br \/>\n    description: Allows ops to change other players nicknames<br \/>\n  commands.warp:<br \/>\n    default: true<br \/>\n    description: Allows players to use the warp command and teleport themselves<br \/>\n    children:<br \/>\n      commands.warp.set:<br \/>\n        default: op<br \/>\n        description: allows ops to create warp points<br \/>\n      commands.warp.all:<br \/>\n        default: op<br \/>\n        description: allows ops to teleport all players in one location<br \/>\n  commands.tpa:<br \/>\n    default: true<br \/>\n    description: Allows players to use the tpa command<br \/>\n  commands.suicide:<br \/>\n    default: true<br \/>\n    description: Allows players to use the suicide command<br \/>\n  commands.coords:<br \/>\n    default: true<br \/>\n    description: Allows players to use the coords command<br \/>\n  commands.sendposition:<br \/>\n    default: true<br \/>\n    description: Allows players to use the sendposition command<br \/>\n  commands.ldl:<br \/>\n    default: true<br \/>\n    description: Allows players to use the last death location command<br \/>\n  commands.home:<br \/>\n    default: true<br \/>\n    description: Allows players to use the home command<br \/>\n  commands.gm:<br \/>\n    default: true<br \/>\n    description: Allows players to use the game mode switch command<br \/>\n  commands.list:<br \/>\n    default: true<br \/>\n    description: Allows players to use the commands command<br \/>\n  commands.suggestion:<br \/>\n    default: true<br \/>\n    description: Allows players to use the suggestion command<br \/>\n  commands.info:<br \/>\n    default: true<br \/>\n    description: Allows players to use the info command<br \/>\n  misc.*:<br \/>\n    children:<br \/>\n      misc.rel: true<br \/>\n      misc.carry: true<br \/>\n    default: op<br \/>\n  misc.rel:<br \/>\n    default: op<br \/>\n    description: Allows ops to reload the server or the plugin config (or both)<br \/>\n  misc.carry:<br \/>\n    default: op<br \/>\n    description: Allows players to carry others (only ops for now)<br \/>\n  economy.*:<br \/>\n    children:<br \/>\n      economy.command: true<br \/>\n    default: true<br \/>\n  economy.command:<br \/>\n    default: true<br \/>\n    description: Allows players to do simple transactions<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>UpdateCheckerCode<\/p>\n<p>MetricsCode<\/p>\n<p>BStats page<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin meant to include as much features as possible<\/p>\n","protected":false},"featured_media":66145,"template":"","meta":{"_minecraft_slug":"everythingplugin","_minecraft_project_id":"mTDmrwYc","_minecraft_author":"mara.marco06","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":69,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"everythingplugin.zip","_minecraft_size_bytes":154444,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:32:05.728729Z","_minecraft_date_created":"2024-11-08T09:13:03.285613Z","_minecraft_date_modified":"2024-11-07T09:59:45.646042Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/everythingplugin","_minecraft_icon_attachment_id":66145,"_minecraft_imported_at":"2026-06-03T19:11:22+00:00","_minecraft_import_hash":"bd32389678a315444f624d94439ed1ff","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,125,89,126,127,867,129,92],"mod_loader":[130,131,132,134],"minecraft_version":[62,37,73,74],"class_list":["post-66144","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-folia","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>EveryThingPlugin - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EveryThingPlugin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin meant to include as much features as possible\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/everythingplugin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/everythingplugin\\\/\",\"name\":\"EveryThingPlugin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/everythingplugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/everythingplugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/everythingplugin-icon-e2522d49263015717fcda1d37603938f4d354523_96.webp\",\"datePublished\":\"2026-06-03T19:11:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/everythingplugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/everythingplugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/everythingplugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/everythingplugin-icon-e2522d49263015717fcda1d37603938f4d354523_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/everythingplugin-icon-e2522d49263015717fcda1d37603938f4d354523_96.webp\",\"width\":96,\"height\":95},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/everythingplugin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"EveryThingPlugin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EveryThingPlugin - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/","og_locale":"en_US","og_type":"article","og_title":"EveryThingPlugin - Minecraft","og_description":"A plugin meant to include as much features as possible","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/","name":"EveryThingPlugin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/everythingplugin-icon-e2522d49263015717fcda1d37603938f4d354523_96.webp","datePublished":"2026-06-03T19:11:22+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/everythingplugin-icon-e2522d49263015717fcda1d37603938f4d354523_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/everythingplugin-icon-e2522d49263015717fcda1d37603938f4d354523_96.webp","width":96,"height":95},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/everythingplugin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"EveryThingPlugin"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/66144","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/66145"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=66144"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=66144"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=66144"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=66144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}