2019-08-05 00:47:57 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<project version= "4" >
<component name= "ChangeListManager" >
2019-09-22 01:33:45 +02:00
<list default= "true" id= "0969fd6c-557b-481f-aa73-48fb4fa145ea" name= "Default Changelist" comment= "" >
2020-01-26 21:27:29 +01:00
<change afterPath= "$PROJECT_DIR$/.idea/libraries/Maven__com_google_code_gson_gson_2_8_6.xml" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/.idea/libraries/Maven__commons_codec_commons_codec_1_13.xml" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/.idea/libraries/Maven__org_bukkit_bukkit_1_15_1_R0_1_SNAPSHOT.xml" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/.idea/libraries/Maven__org_json_json_20190722.xml" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/.idea/libraries/Maven__org_spigotmc_spigot_1_15_1_R0_1_SNAPSHOT.xml" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/.idea/libraries/Maven__org_yaml_snakeyaml_1_25.xml" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/version/HartUpdater.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/.idea/encodings.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/encodings.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/.idea/libraries/Maven__com_zaxxer_HikariCP_3_4_1.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/libraries/Maven__com_zaxxer_HikariCP_3_4_2.xml" afterDir= "false" />
2019-09-22 01:33:45 +02:00
<change beforePath= "$PROJECT_DIR$/.idea/libraries/Maven__org_bukkit_bukkit_1_14_4_R0_1_SNAPSHOT.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/libraries/Maven__org_bukkit_bukkit_1_14_4_R0_1_SNAPSHOT.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/.idea/misc.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/misc.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/.idea/workspace.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/workspace.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/Auction House - Multiversion.iml" beforeDir= "false" afterPath= "$PROJECT_DIR$/Auction House - Multiversion.iml" afterDir= "false" />
2020-01-26 21:27:29 +01:00
<change beforePath= "$PROJECT_DIR$/AuctionHouse.iml" beforeDir= "false" afterPath= "$PROJECT_DIR$/AuctionHouse.iml" afterDir= "false" />
2019-09-22 01:33:45 +02:00
<change beforePath= "$PROJECT_DIR$/dependency-reduced-pom.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/dependency-reduced-pom.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/pom.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/pom.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/Core.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/Core.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/AuctionAPI.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/AuctionAPI.java" afterDir= "false" />
2020-01-26 21:27:29 +01:00
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/version/NBTEditor.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/version/NBTEditor.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/version/ServerVersion.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/version/ServerVersion.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/version/XMaterial.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/version/XMaterial.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/api/version/XSound.java" beforeDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/auction/AuctionSortMethod.java" beforeDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/auction/Receipt.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/auction/Receipt.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/auction/Transaction.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/auction/Transaction.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/cmds/subcommands/SellCommand.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/cmds/subcommands/SellCommand.java" afterDir= "false" />
2019-09-22 01:33:45 +02:00
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/inventory/inventories/AuctionGUI.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/inventory/inventories/AuctionGUI.java" afterDir= "false" />
2020-01-26 21:27:29 +01:00
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/util/storage/Database.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/util/storage/Database.java" afterDir= "false" />
2019-09-22 01:33:45 +02:00
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/util/tasks/SaveTransactionTask.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/util/tasks/SaveTransactionTask.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/util/tasks/TickAuctionsTask.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/com/kiranhart/auctionhouse/util/tasks/TickAuctionsTask.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/resources/config.yml" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/resources/config.yml" afterDir= "false" />
</list>
2019-08-05 00:47:57 +02:00
<option name= "SHOW_DIALOG" value= "false" />
<option name= "HIGHLIGHT_CONFLICTS" value= "true" />
<option name= "HIGHLIGHT_NON_ACTIVE_CHANGELIST" value= "false" />
<option name= "LAST_RESOLUTION" value= "IGNORE" />
</component>
<component name= "FileTemplateManagerImpl" >
<option name= "RECENT_TEMPLATES" >
<list >
<option value= "Interface" />
2019-09-22 01:33:45 +02:00
<option value= "Enum" />
2020-01-26 21:27:29 +01:00
<option value= "Class" />
2019-08-05 00:47:57 +02:00
</list>
</option>
</component>
<component name= "Git.Settings" >
<option name= "RECENT_GIT_ROOT_PATH" value= "$PROJECT_DIR$" />
</component>
<component name= "MavenImportPreferences" >
<option name= "importingSettings" >
<MavenImportingSettings >
<option name= "downloadDocsAutomatically" value= "true" />
<option name= "downloadSourcesAutomatically" value= "true" />
2019-09-22 01:33:45 +02:00
<option name= "importAutomatically" value= "true" />
2019-08-05 00:47:57 +02:00
</MavenImportingSettings>
</option>
</component>
2019-09-22 01:33:45 +02:00
<component name= "ProjectId" id= "1R4s1coozVxLMhB7OxcYMS7Cq0n" />
<component name= "ProjectLevelVcsManager" settingsEditedManually= "true" >
<ConfirmationsSetting value= "2" id= "Add" />
2019-08-05 00:47:57 +02:00
</component>
2020-01-26 21:27:29 +01:00
<component name= "ProjectViewState" >
<option name= "hideEmptyMiddlePackages" value= "true" />
<option name= "showExcludedFiles" value= "true" />
<option name= "showLibraryContents" value= "true" />
</component>
2019-08-05 00:47:57 +02:00
<component name= "PropertiesComponent" >
2019-09-22 01:33:45 +02:00
<property name= "SHARE_PROJECT_CONFIGURATION_FILES" value= "true" />
<property name= "WebServerToolWindowFactoryState" value= "false" />
<property name= "aspect.path.notification.shown" value= "true" />
2019-08-05 00:47:57 +02:00
<property name= "last_opened_file_path" value= "$PROJECT_DIR$" />
2020-01-26 21:27:29 +01:00
<property name= "node.js.detected.package.eslint" value= "true" />
<property name= "node.js.detected.package.tslint" value= "true" />
<property name= "node.js.path.for.package.eslint" value= "project" />
<property name= "node.js.path.for.package.tslint" value= "project" />
<property name= "node.js.selected.package.eslint" value= "(autodetect)" />
<property name= "node.js.selected.package.tslint" value= "(autodetect)" />
2019-08-05 00:47:57 +02:00
<property name= "project.structure.last.edited" value= "Project" />
<property name= "project.structure.proportion" value= "0.0" />
2019-09-22 01:33:45 +02:00
<property name= "project.structure.side.proportion" value= "0.2" />
<property name= "settings.editor.selected.configurable" value= "preferences.keymap" />
2019-08-05 00:47:57 +02:00
</component>
<component name= "RecentsManager" >
<key name= "CopyClassDialog.RECENTS_KEY" >
2019-09-22 01:33:45 +02:00
<recent name= "com.kiranhart.auctionhouse.util.tasks" />
2019-08-05 00:47:57 +02:00
<recent name= "com.kiranhart.auctionhouse.cmds.subcommands" />
</key>
<key name= "CopyFile.RECENT_KEYS" >
2019-09-22 01:33:45 +02:00
<recent name= "C:\Users\Kiran Hart\Documents\Development\Projects\Minecraft Plugins\Auction House - Multiversion\src\main\java\com\kiranhart\auctionhouse\api\discord" />
2019-08-05 00:47:57 +02:00
<recent name= "C:\Users\Kiran Hart\Documents\Development\Projects\Minecraft Plugins\Auction House - Multiversion\src\main\java\com\kiranhart\auctionhouse\api\events" />
<recent name= "C:\Users\Kiran Hart\Documents\Development\Projects\Minecraft Plugins\Auction House - Multiversion\src\main\java\com\kiranhart\auctionhouse\cmds" />
</key>
</component>
2019-09-22 01:33:45 +02:00
<component name= "RunManager" selected= "Maven.Auction House - Multiversion build" >
<configuration name= "Db" type= "Application" factoryName= "Application" temporary= "true" nameIsGenerated= "true" >
<option name= "MAIN_CLASS_NAME" value= "Db" />
<module name= "Auction House - Multiversion" />
<method v= "2" >
<option name= "Make" enabled= "true" />
</method>
</configuration>
2020-01-26 21:27:29 +01:00
<configuration name= "Test" type= "Application" factoryName= "Application" temporary= "true" nameIsGenerated= "true" >
<option name= "MAIN_CLASS_NAME" value= "Test" />
<module name= "Auction House - Multiversion" />
<method v= "2" >
<option name= "Make" enabled= "true" />
</method>
</configuration>
2019-08-05 00:47:57 +02:00
<configuration name= "Auction House - Multiversion build" type= "MavenRunConfiguration" factoryName= "Maven" >
<MavenSettings >
<option name= "myGeneralSettings" />
<option name= "myRunnerSettings" />
<option name= "myRunnerParameters" >
<MavenRunnerParameters >
<option name= "profiles" >
<set />
</option>
<option name= "goals" >
<list >
<option value= "clean" />
<option value= "package" />
</list>
</option>
<option name= "pomFileName" />
<option name= "profilesMap" >
<map />
</option>
<option name= "resolveToWorkspace" value= "false" />
<option name= "workingDirPath" value= "$PROJECT_DIR$" />
</MavenRunnerParameters>
</option>
</MavenSettings>
<method v= "2" />
</configuration>
2019-09-22 01:33:45 +02:00
<list >
<item itemvalue= "Application.Db" />
2020-01-26 21:27:29 +01:00
<item itemvalue= "Application.Test" />
2019-09-22 01:33:45 +02:00
<item itemvalue= "Maven.Auction House - Multiversion build" />
</list>
<recent_temporary >
<list >
2020-01-26 21:27:29 +01:00
<item itemvalue= "Application.Test" />
2019-09-22 01:33:45 +02:00
<item itemvalue= "Application.Db" />
</list>
</recent_temporary>
2019-08-05 00:47:57 +02:00
</component>
2020-01-26 21:27:29 +01:00
<component name= "ServiceViewManager" >
<option name= "viewStates" >
<list >
<serviceView >
<treeState >
<expand />
<select />
</treeState>
</serviceView>
</list>
</option>
</component>
2019-08-05 00:47:57 +02:00
<component name= "SvnConfiguration" >
<configuration />
</component>
<component name= "TaskManager" >
<task active= "true" id= "Default" summary= "Default task" >
<changelist id= "0969fd6c-557b-481f-aa73-48fb4fa145ea" name= "Default Changelist" comment= "" />
<created > 1564791368865</created>
<option name= "number" value= "Default" />
<option name= "presentableId" value= "Default" />
<updated > 1564791368865</updated>
2019-09-22 01:33:45 +02:00
<workItem from= "1568937489790" duration= "319000" />
<workItem from= "1569081767168" duration= "486000" />
<workItem from= "1569106535698" duration= "348000" />
2020-01-26 21:27:29 +01:00
<workItem from= "1569107965924" duration= "1128000" />
<workItem from= "1579288090187" duration= "3892000" />
<workItem from= "1579454214897" duration= "1445000" />
<workItem from= "1579460232033" duration= "1359000" />
<workItem from= "1579461879936" duration= "818000" />
<workItem from= "1579561325965" duration= "1008000" />
<workItem from= "1579564495543" duration= "91000" />
<workItem from= "1579564969544" duration= "43000" />
2019-09-22 01:33:45 +02:00
</task>
<task id= "LOCAL-00001" summary= "refresh" >
<created > 1565054245917</created>
<option name= "number" value= "00001" />
<option name= "presentableId" value= "LOCAL-00001" />
<option name= "project" value= "LOCAL" />
<updated > 1565054245917</updated>
</task>
<task id= "LOCAL-00002" summary= "AuctionGUI.java recode finished" >
<created > 1565057184677</created>
<option name= "number" value= "00002" />
<option name= "presentableId" value= "LOCAL-00002" />
<option name= "project" value= "LOCAL" />
<updated > 1565057184677</updated>
</task>
<task id= "LOCAL-00003" summary= "daily commit" >
<created > 1565224645904</created>
<option name= "number" value= "00003" />
<option name= "presentableId" value= "LOCAL-00003" />
<option name= "project" value= "LOCAL" />
<updated > 1565224645904</updated>
</task>
<task id= "LOCAL-00004" summary= "Finished the confirmation gui and added the auction tick task" >
<created > 1565383869459</created>
<option name= "number" value= "00004" />
<option name= "presentableId" value= "LOCAL-00004" />
<option name= "project" value= "LOCAL" />
<updated > 1565383869459</updated>
</task>
<task id= "LOCAL-00005" summary= "Finished all the GUI UI and functionality" >
<created > 1565449574528</created>
<option name= "number" value= "00005" />
<option name= "presentableId" value= "LOCAL-00005" />
<option name= "project" value= "LOCAL" />
<updated > 1565449574528</updated>
</task>
<task id= "LOCAL-00006" summary= "Bug Snipping" >
<created > 1565705698871</created>
<option name= "number" value= "00006" />
<option name= "presentableId" value= "LOCAL-00006" />
<option name= "project" value= "LOCAL" />
<updated > 1565705698871</updated>
</task>
<task id= "LOCAL-00007" summary= "/ah uploadtransactions addition and reworked some database information." >
<created > 1566053312995</created>
<option name= "number" value= "00007" />
<option name= "presentableId" value= "LOCAL-00007" />
<option name= "project" value= "LOCAL" />
<updated > 1566053312995</updated>
</task>
<task id= "LOCAL-00008" summary= "Production Ready 1.10 - Mutliversion Build" >
<created > 1566402919469</created>
<option name= "number" value= "00008" />
<option name= "presentableId" value= "LOCAL-00008" />
<option name= "project" value= "LOCAL" />
<updated > 1566402919469</updated>
</task>
<task id= "LOCAL-00009" summary= "1.10.1" >
<created > 1566660269899</created>
<option name= "number" value= "00009" />
<option name= "presentableId" value= "LOCAL-00009" />
<option name= "project" value= "LOCAL" />
<updated > 1566660269899</updated>
2019-08-05 00:47:57 +02:00
</task>
2019-09-22 01:33:45 +02:00
<task id= "LOCAL-00010" summary= "github sync" >
<created > 1568038174035</created>
<option name= "number" value= "00010" />
<option name= "presentableId" value= "LOCAL-00010" />
<option name= "project" value= "LOCAL" />
<updated > 1568038174035</updated>
</task>
2020-01-26 21:27:29 +01:00
<task id= "LOCAL-00011" summary= "github sync" >
<created > 1569108826106</created>
<option name= "number" value= "00011" />
<option name= "presentableId" value= "LOCAL-00011" />
<option name= "project" value= "LOCAL" />
<updated > 1569108826106</updated>
</task>
<option name= "localTasksCounter" value= "12" />
2019-08-05 00:47:57 +02:00
<servers />
</component>
2019-09-22 01:33:45 +02:00
<component name= "TodoView" >
<todo-panel id= "selected-file" >
<is-autoscroll-to-source value= "true" />
</todo-panel>
<todo-panel id= "all" >
<are-packages-shown value= "true" />
<is-autoscroll-to-source value= "true" />
</todo-panel>
2019-08-05 00:47:57 +02:00
</component>
2019-09-22 01:33:45 +02:00
<component name= "TypeScriptGeneratedFilesManager" >
<option name= "version" value= "1" />
2019-08-05 00:47:57 +02:00
</component>
2019-09-22 01:33:45 +02:00
<component name= "Vcs.Log.Tabs.Properties" >
<option name= "TAB_STATES" >
<map >
<entry key= "MAIN" >
<value >
<State >
<option name= "COLUMN_ORDER" />
</State>
</value>
</entry>
</map>
</option>
2019-08-05 00:47:57 +02:00
</component>
2019-09-22 01:33:45 +02:00
<component name= "VcsManagerConfiguration" >
<option name= "CHECK_NEW_TODO" value= "false" />
<MESSAGE value= "refresh" />
<MESSAGE value= "AuctionGUI.java recode finished" />
<MESSAGE value= "daily commit" />
<MESSAGE value= "Finished the confirmation gui and added the auction tick task" />
<MESSAGE value= "Finished all the GUI UI and functionality" />
<MESSAGE value= "Bug Snipping" />
<MESSAGE value= "/ah uploadtransactions addition and reworked some database information." />
<MESSAGE value= "Production Ready 1.10 - Mutliversion Build" />
<MESSAGE value= "1.10.1" />
<MESSAGE value= "github sync" />
<option name= "LAST_COMMIT_MESSAGE" value= "github sync" />
<option name= "OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value= "true" />
<option name= "REFORMAT_BEFORE_PROJECT_COMMIT" value= "true" />
2019-08-05 00:47:57 +02:00
</component>
2020-01-26 21:27:29 +01:00
<component name= "WindowStateProjectService" >
<state x= "416" y= "182" key= "#com.intellij.execution.impl.EditConfigurationsDialog" timestamp= "1579561359045" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "416" y= "182" key= "#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1920.1040/1920.0.1920.1040@0.0.1920.1040" timestamp= "1579561359045" />
<state x= "808" y= "410" key= "#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog" timestamp= "1579288175523" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "808" y= "410" key= "#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog/0.0.1920.1040/1920.0.1920.1040@0.0.1920.1040" timestamp= "1579288175523" />
<state x= "690" y= "268" key= "#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp= "1579288162839" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "690" y= "268" key= "#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.1920.1040/1920.0.1920.1040@0.0.1920.1040" timestamp= "1579288162839" />
<state width= "1877" height= "185" key= "GridCell.Tab.0.bottom" timestamp= "1579461606282" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state width= "1877" height= "185" key= "GridCell.Tab.0.bottom/0.0.1920.1040/1920.0.1920.1040@0.0.1920.1040" timestamp= "1579461606282" />
<state width= "1877" height= "185" key= "GridCell.Tab.0.center" timestamp= "1579461606282" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state width= "1877" height= "185" key= "GridCell.Tab.0.center/0.0.1920.1040/1920.0.1920.1040@0.0.1920.1040" timestamp= "1579461606282" />
<state width= "1877" height= "185" key= "GridCell.Tab.0.left" timestamp= "1579461606282" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state width= "1877" height= "185" key= "GridCell.Tab.0.left/0.0.1920.1040/1920.0.1920.1040@0.0.1920.1040" timestamp= "1579461606282" />
<state width= "1877" height= "185" key= "GridCell.Tab.0.right" timestamp= "1579461606282" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state width= "1877" height= "185" key= "GridCell.Tab.0.right/0.0.1920.1040/1920.0.1920.1040@0.0.1920.1040" timestamp= "1579461606282" />
<state x= "655" y= "345" key= "com.intellij.ide.util.TipDialog" timestamp= "1579461879291" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "655" y= "345" key= "com.intellij.ide.util.TipDialog/0.0.1920.1040/1920.0.1920.1040@0.0.1920.1040" timestamp= "1579461879291" />
</component>
2019-08-05 00:47:57 +02:00
</project>