Changes between Version 392 and Version 393 of WikiStart
- Timestamp:
- 04/06/21 16:54:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v392 v393 760 760 Notice, above is simplified code supporting, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code]. 761 761 762 A party receive parameters to adjust its behaviour. 763 Some of these are party-specific, check e.g. the [#ExampleParties parameters of the example parties]. 764 Other parameters may be protocol specific. For these, check the section on [#ProtocolPartyParameters protocol specific party parameters]. 765 766 762 767 === Preparing the jar file 763 768 In order to put your party on the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer partiesserver] for running, you need a jar file of your party.