Changed books into titles, Titles into Chapters, Chapters into Sections.

And added the following provisions to the statutes:
- Seasons rules under title I
- Officially recognized holidays under title I
   - Meeting do not take place on holidays
- More powers to the president: social media and Discord, under title III chapter I
- Consequences of wrongful sentencing
This commit is contained in:
Abel Hoogeveen 2021-03-03 23:53:26 +01:00
parent a2c976fd04
commit d304917cdd
Signed by: abelhooge
GPG Key ID: 387E8DC1F73306FC
2 changed files with 206 additions and 117 deletions

View File

@ -59,42 +59,20 @@
}
% About Articles
\newcounter{BookCounter}
\newcounter{BookSubCounter}[BookCounter]
\newcounter{TitleCounter}[BookCounter]
\newcounter{TitleCounter}
\newcounter{TitleSubCounter}[TitleCounter]
\newcounter{ChapterCounter}[TitleCounter]
\newcounter{ChapterSubCounter}[ChapterCounter]
\newcounter{ParagraphCounter}[ChapterCounter]
\newcounter{SectionCounter}[ChapterCounter]
\newcounter{SectionSubCounter}[SectionCounter]
\newcounter{ParagraphCounter}[SectionCounter]
\newcounter{SubParagraphCounter}[ParagraphCounter]
\newcounter{ArticleCounter}[BookSubCounter]
\newcounter{ArticleCounter}[TitleSubCounter]
\newcounter{ArticleSubCounter}[ArticleCounter]
\newcommand{\book}[1]{%
\stepcounter{BookCounter}%
\newpage%
\bigskip%
\centering%
\noindent{BOOK \Roman{BookCounter}}%
\textbf{#1}%
}
\newcommand{\subbook}[1]{%
\stepcounter{BookSubCounter}%
\newpage%
\bigskip%
\centering%
\noindent{BOOK \Roman{BookCounter} \Alph{BookSubCounter}}%
\textbf{#1}%
}
\renewcommand{\title}[1]{
\renewcommand{\title}[1]{%
\stepcounter{TitleCounter}%
\needspace{20\baselineskip}%
\newpage%
\bigskip%
\centering%
@ -102,10 +80,10 @@
\textbf{#1}%
}
\newcommand{\subtitle}[1]{
\newcommand{\subtitle}[1]{%
\stepcounter{TitleSubCounter}%
\needspace{20\baselineskip}%
\newpage%
\bigskip%
\centering%
@ -113,7 +91,7 @@
\textbf{#1}%
}
\newcommand{\chapter}[1]{%
\newcommand{\chapter}[1]{
\stepcounter{ChapterCounter}%
\needspace{20\baselineskip}%
@ -124,7 +102,7 @@
\textbf{#1}%
}
\newcommand{\subchapter}[1]{%
\newcommand{\subchapter}[1]{
\stepcounter{ChapterSubCounter}%
\needspace{20\baselineskip}%
@ -135,6 +113,28 @@
\textbf{#1}%
}
\renewcommand{\section}[1]{%
\stepcounter{SectionCounter}%
\needspace{20\baselineskip}%
\bigskip%
\centering%
\noindent{SECTION \Roman{SectionCounter}}%
\textbf{#1}%
}
\renewcommand{\subsection}[1]{%
\stepcounter{SectionSubCounter}%
\needspace{20\baselineskip}%
\bigskip%
\centering%
\noindent{SECTION \Roman{SectionCounter} \Alph{SectionSubCounter}}%
\textbf{#1}%
}
\renewcommand{\paragraph}[1]{%
\stepcounter{ParagraphCounter}%
@ -167,11 +167,11 @@
% Center the title and print it
\centering%
\ifnum\value{BookCounter}>0
\ifnum\value{BookSubCounter}>0
\textit{Article \arabic{BookCounter}\Alph{BookSubCounter}:\arabic{ArticleCounter}}%
\ifnum\value{TitleCounter}>0
\ifnum\value{TitleSubCounter}>0
\textit{Article \arabic{TitleCounter}\Alph{TitleSubCounter}:\arabic{ArticleCounter}}%
\else
\textit{Article \arabic{BookCounter}:\arabic{ArticleCounter}}%
\textit{Article \arabic{TitleCounter}:\arabic{ArticleCounter}}%
\fi
\else
\textit{Article \arabic{ArticleCounter}}\newline%
@ -189,11 +189,11 @@
\bigskip%
\centering%
\ifnum\value{BookCounter}>0
\ifnum\value{BookSubCounter}>0
\textit{Article \arabic{BookCounter}\Alph{BookSubCounter}:\arabic{ArticleCounter}\alph{ArticleSubCounter}}%
\ifnum\value{TitleCounter}>0
\ifnum\value{TitleSubCounter}>0
\textit{Article \arabic{TitleCounter}\Alph{TitleSubCounter}:\arabic{ArticleCounter}\alph{ArticleSubCounter}}%
\else
\textit{Article \arabic{BookCounter}:\arabic{ArticleCounter}\alph{ArticleSubCounter}}%
\textit{Article \arabic{TitleCounter}:\arabic{ArticleCounter}\alph{ArticleSubCounter}}%
\fi
\else

View File

@ -17,22 +17,101 @@
having concluded as such we shall here, having heard the advice of the Administration, in unison with the Legislature, declare as our constitution the following text. Let it be published by the Administration as follows: \bigskip}%
\twocolumn
\book{General Provisions}
\title{General Provisions}
% () Naam?
\chapter{General Environment}
\article{Sovereignty}{Sovereignty shall extend to all worlds of the Crafty Table, its Discord, website, social media channels, and all other territories and systems granted to us by Kipje.}
\article{Standard Time}{\begin{enumerate}
\item The standard time for the Server is the time observed in the United Kingdom of Great Britain and Northern Ireland, known as Greenwich Mean Time (GMT) and British Summer Time (BST).
\item The Administration shall give notice in an announcement of a change in this time when such a change occurs in the United Kingdom.
\end{enumerate}}
\article{Holidays}{When referring to 'public holidays' in the statutes, it shall mean the following holidays observed:\begin{enumerate}[label=(\alph*)]
\item in general:\begin{enumerate}[label=\roman*.]
\item New Year's Day, 1st of January;
\item Easter Sunday, ()?;
\item Easter Monday, ()?;
\item Christmas Eve, 24th of December;
\item Christmas Day, 25th of December;
\item Boxing Day, 26th of December;
\end{enumerate}
\item from the United States of America: \begin{enumerate}[label=\roman*.]
\item Memorial Day, last monday of May;
\item Independence Day, 4th of July;
\item Thanksgiving Day, fourth thursday of of November;
\end{enumerate}
\item from the United Kingdom of Great Britain and Northern Ireland:
\begin{enumerate}[label=\roman*.]
\item St. Patrick's Day, 17, 18 or 19th of March;
\item May Day Bank Holiday, first monday of May;
\end{enumerate}
\item from the Kingdom of the Netherlands:\begin{enumerate}[label=\roman*.]
\item King's Day, 27th of April;
\item Liberation Day, 5th of May.
\end{enumerate}
\end{enumerate}}
\chapter{Seasons}
\article{Definition}{%
The following is meant when referring to a \textit{'season'}: \newline%
A span of time distinguised from others by a unique identifier, used for administrative and cultural identification with a certain time.
}%
\section{Characteristics}
\article{Incremental}{\begin{enumerate}
\item A season shall have an incremental number.
\item This number shall increase with one over the number of the previously active season.
\item The season shall be named as the '*st'-, '*nd'-, '*rd'- or '*th season', depending on the season number.
\end{enumerate}}
\article{One Season Only}{There shall only be one active season. A newly enacted season shall be null and void if a session is already active.}
\article{Time limit}{\begin{enumerate}
\item A season is limited to exist a maximum of one year after the date of the enactment of the season.
\item The length of a season can be extended by a decree from the President.
\item A decree for the extension of a season must be signed by the Owner.
\end{enumerate}}
\article{Calendar}{\begin{enumerate}
\item When referring to years on the calendar, these must be accompanied with the name of the active season.
\item When catagorizing documents, all institutions are required to use the season number, instead of the year.
\item The Administration is allowed to retroactively edit documents to replace the year with the session number.
\end{enumerate}}
\section{Enactment of a new Season}
\article{Enactment by time}{There must always be an active season. If no season is active, a new season shall immediately be enacted by Law.}
\article{Enactment by the President}{\begin{enumerate}
\item The President is authorised to end the active season and enact a new season by decree, when required to do so in the interest of public order, the integrity of the Server or when requested to do so by the Council.
\item The President's decree to end the active season and enact a new season shall have immediate effect.
\item The President shall, when not requested to end the active season by the Council, request the Council to convene at the earliest opportunity to explain the reasoning for ending the previously active session.
\end{enumerate}}
\article{Enactment by the Council}{\begin{enumerate}
\item The Council can declare that a new season must be enacted.
\item The President shall, upon receiving the declaration, decree the active season to be ended and a new season to be enacted on the date requested by the Council.
\item The President is authorised to decline the declaration when required to do so in the interest of public order or the integrity of the Server.
\item The declaration to enact a new season shall be without effect if the date for the enacting new season is in the past; if the date for the enacting is after the time limit of the currently active season or if the date for the enactment is within less than two weeks of the declaration.
\end{enumerate}}
\section{Associative Binding}
\article{Associative Laws and Regulations}{\begin{enumerate}
\item Laws and Regulations can declare to come into force upon the enactment of a new season.
\item The President shall, upon the enactment of a new season, release a statement stating which Laws and Regulations have come into force in the new season.
\end{enumerate}}
\article{Signs, Posts and References}{The Administration shall, upon the enactment of a new season, update all signs and posts in the Worlds; and all references in the digital environment, to reflect the newly enacted season.}
\article{Notification}{The President shall, upon the enactment of a new season, send a notification to all players that a new season has been enacted. This notification must be sent multiple times, as defined by Administrative decree.}
% COUNCIL CODE OF CONDUCT
\book{Legislature}
\title{Charter of the Council of the Crafty Table}
\chapter{General Provisions}
\title{Legislature}
\chapter{Charter of the Council of the Crafty Table}
\section{General Provisions}
\article{Democratic Principle}{The Crafty Council shall, at any instance, be a democratic body ruled by the will of its members. All members are entitled to be able to vote without any burden put upon them.}
\chapter{Membership of the Council}
\section{Membership of the Council}
\article{Everyone on the Server}{\begin{enumerate}
\item Member of the Council shall be any player that has been online on the server for four hours within the last thirty days.
\item The point of measurement for determining the hours played shall be the commencement of the related voting procedure.
@ -47,7 +126,7 @@
\article{Dispute settlement}{Any disputes arising about the Council membership of a player shall be adjudicated by the Crafty Court using the procedures of administrative appeal.}
\chapter{The Host}
\section{The Host}
\article{Order of Hosts}{The Host of the Crafty Table shall be determined by the following order:\begin{enumerate}[label=\roman*.]
\item the Elected Host of the Council; or
\item the appointed co-Host of the Council; or
@ -75,7 +154,7 @@
\item Other members of the Council can be invited by the Host to participate in the Presidium, in an advisory role.
\end{enumerate}}
\chapter{Legislation}
\section{Legislation}
\paragraph{General Provisions}
\article{Topics}{\begin{enumerate}
\item Topics discussed in the Council shall be either rules or motions.
@ -123,12 +202,13 @@
% If that moderator is Host, go down chain of command
\chapter{Meetings}
\section{Meetings}
\paragraph{Schedule of Meetings}
% Meetings shall take place weekly, at 8 PM GMT/BST based on DST
% Meetings shall not take place on the recognized public holidays
% Meetings may be moved an hour forward or backward at the Host's behest
% Meetings may be skipped once consecutively at Host's behest or by Council Majority
% When illegally skipping or moving the time, complaint must be sent to His Majesty, and meeting shall be hosted by His Majesty at earliest opportunity.
% When illegally skipping (not including holidays) or moving the time, complaint must be sent to His Majesty, and meeting shall be hosted by His Majesty at earliest opportunity.
%
\paragraph{Location of Meetings}
@ -213,7 +293,7 @@
\paragraph{Meeting Logs}
\chapter{Voting}
\section{Voting}
\paragraph{General Voting}
% Vote by majority
% Host shall not vote, has deciding vote in a tie
@ -239,20 +319,20 @@
\chapter{Final Provisions}
\section{Final Provisions}
\article{Adjudication}{Upon any dispute regarding the rules of conduct of the Crafty Council, the Council shall, unless otherwise decided in this Law, decide by majority rule. Any dispute that can not be resolved using this method shall adjudicated by the Crafty Court.}
\article{Amendment}{This title may be amended by the Crafty Council at any instance without requiring the consent of the Administration.}
\book{The Administration}
\title{The President}
\title{The Administration}
\chapter{The President}
\article{Residence}{The President is entitled to reside in the President's official residence in the Overworld during the President's term of office.}
\article{Compensation}{The President shall receive a weekly salary of 64 diamonds, or any other resource of equal value, from the Treasury of the Administration.}
\title{Moderators}
\chapter{Moderators}
\article{Compensation}{\begin{enumerate}
\item Moderators shall receive a weekly salary of 16 diamonds, or any other resource of equal value, from the Treasury of the Administration.
% Inactivity? Rewrite!
@ -260,7 +340,7 @@
\end{enumerate}}
\title{Administrative Powers}
\chapter{Administrative Powers}
\article{General Powers}{\begin{enumerate}
\item The President shall be provided access to the following powers of the Owner of the Crafty Table:\begin{enumerate}[label=\alph*.]
\item all commands required to impose legally sanctioned punishments;
@ -270,11 +350,13 @@
\item administrative commands to diagnose and reduce lag caused by players and entities;
\item dimension management with regards to transport using teleport signs and portals;
\item the ability to alter the world using commands for legally sanctioned purposes;
\item access to and control over the Crafty Table's social media channels;
\item control over Discord regarding its members and channels;
\item all commands necessary to create custom items for the specific and limited purpose of events, and other items with a commemorative nature;
\item all commands needed for testing new functionality within a restricted non-public setting.
\end{enumerate}
\item The President shall also be provided access to all powers that are necessary for the implementation of any provision following from the Law.
\item The President shall also be provided special powers by the Owner of the Crafty Table during times of emergency.
\item The President shall be provided access to all powers that are necessary for the implementation of any provision following from the Law.
\item The President shall be provided special powers by the Owner of the Crafty Table during times of emergency.
\item Flight and teleportation, and any other commands used for transport, may only be used for the purpose of surveillance and may not be utilized to gain an advantage in the survival experience, either for the person executing the command or any other person affected by the command.
\item Land management may only be utilized for the protection of private and public claims or for any other legally sanctioned alteration to the land.
\item The President must receive the Owner's permission before creating any custom item or before using special commands for testing new functionality.
@ -290,18 +372,18 @@
% Administrative departments
% The Treasury
\title{The Treasury}
\chapter{General Provisions}
\chapter{The Treasury}
\section{General Provisions}
\article{Definitions}{x}
% Monetary Law
\title{The Crafty Table Central Bank}
\chapter{General Provisions}
\chapter{The Crafty Table Central Bank}
\section{General Provisions}
\article{Definitions}{When referring to 'CTCB', it shall mean the Crafty Table Central Bank, as established in this title.}
\article{Referral}{CraftyCoins may be referred to by the shortening code of 'cc'. This code may not be used for any other purpose within the context of economic or monetary communication.}
\chapter{The Crafty Table Central Bank}
\section{Organization and Composition}
\article{Creation}{The Crafty Table Central Bank is established. Its purpose is to collect and distribute CraftyCoins in compliance with the statutes. It shall promote the use of CraftyCoins and it shall promote economic growth through investment.}
\article{Vanilla Exemption}{The CTCB may utilize any such methods which are not necessarily part of the vanilla survival experience if such methods are required for the execution of policy in accordance with the statutes.}
@ -318,7 +400,8 @@
\article{Location}{The Seat of the CTCB shall be appointed by Administrative decree.}
\chapter{The currency of CraftyCoins}
\section{The currency of CraftyCoins}
\paragraph{Definitions}
\article{Definition}{CraftyCoins shall be a physical item entity or container storage, created by the Printing Press of the CTCB, of the type 'minecraft:sunflower', containing a custom item tag as determined by the Office of the Director General, containing a special colored name to show its validity.}
\article{Loss of Value}{Any CraftyCoin which loses any of the properties as mentioned in the previous article shall lose its status as a CraftyCoin.}
@ -326,7 +409,7 @@
%() BUG!!!!
\article{Diamond Standard}{All CraftyCoins are pegged to the value of the item of 'minecraft:diamond'. A CraftyCoin shall be worth exactly 1/10th of a diamond.}
\chapter{Balances and imbalances}
\paragraph{Balances and imbalances}
\article{Balancing with Diamonds}{The CTCB shall attempt to have a diamond reserve of at least the equal value as there are CraftyCoins in circulation in the Crafty Table economy. When the amount of diamonds in the reserve equals the value of CraftyCoins in circulation, the reserve shall be 'balanced'.}
\article{Having imbalances}{The CTCB is obliged to attempt to balance the reserve. If an imbalance exists, the CTCB shall resolve this imbalance as soon as possible.}
@ -340,7 +423,7 @@
\subarticle{Investment by the Administration}{The Administration may request the CTCB to create an imbalance for the purpose of economic investment or the funding of public projects. The Director General shall independently review this request. If approved, the requested amount of CraftyCoins shall be printed and transferred into the account of the Administration.}
\chapter{Distribution of CraftyCoins}
\paragraph{Distribution}
\article{Automatika}{The Automatika Office of the CTCB shall place down Automatika around the worlds of the Crafty Table. Automatika shall be machines where players can exchange diamonds for CraftyCoins and CraftyCoins for diamonds, at any and all times.}
\article{Requesting placement}{Any Citizen may request the placement of Automatika at or near their base, by sending a message into the designated Discord channel.\begin{enumerate}
@ -355,23 +438,23 @@
\item If an Automatika placement request is approved, the Automatika Office shall, within 3 days, place the Automatika at the designated location. Any structures at that location shall be forcibly reclaimed in accordance with the Land Reclamation Law.
\end{enumerate}}
\chapter{Crime and Punishment}
\section{Crime and Punishment}
\article{Forgery}{He who, with purpose, creates, possesses, transports, distributes or shares, any item entity or container storage, appearing to be legitimate CraftyCoins, of which he had known or reasonably could have known to be illegitimate, shall be punished with a jail sentence of up to six months.}
\article{Fraud}{He who, with the goal and purpose of enriching themselves or another, by manipulating any of the systems of the CTCB, manages to retrieve more CraftyCoins than they are eligible for; or manages to corrupt any of the systems of the CTCB, shall be punished with a jail sentence of up to six months.}
\article{Administrative Abuse}{A civil servant who, with goal and purpose, acts in violation of this Law or any regulations by the Office of the Director General, shall be punished with a jail sentence of up to three months.}
\chapter{Final Provisions}
\section{Final Provisions}
\article{Lost Currency}{The Office of the Director General shall create regulations in order to determine the amount of 'lost currency', defined as 'currency that is lost due to it being destroyed or forgotten about'. These regulations shall consist of models to determine the actual balance of the reserve.}
% Any rules from me, the magnificent judge
\book{The Judiciary}
\title{The Judiciary}
\book{Community Rules}
\title{Community Titles and Ranks}
\chapter{Donations and Custom Ranks}
\title{Community Rules}
\chapter{Community Titles and Ranks}
\section{Donations and Custom Ranks}
\article{Donating}{\begin{enumerate}
\item Players may donate to the Owner of the Crafty Table to support the Server and safeguard its continuity. Players that have donated shall be known as 'Supporters' and will be granted the following privileges:\begin{enumerate}[label=(\alph*)]
\item the 'Supporter' rank on the in-game-chat, Discord and the Website; and
@ -397,7 +480,7 @@
\item After the privileges have been granted, the Owner of the Crafty Table or a member of the Administration shall approach the donator and ask what custom title they wish to get. The custom title shall be immediately applied if it is in compliance with the custom title requirements.
\end{enumerate}\medskip}
\chapter{Most Valued Player Title}
\section{Most Valued Player Title}
\article{MVPs}{\begin{enumerate}
\item Most Valued Player (MVP) shall be that player which has, in the preceding month, provided the community with exceptional service and deserves recognition for their efforts.
\item The MVP shall be granted the following privileges:\begin{enumerate}[label=(\alph*)]
@ -425,20 +508,20 @@
\item The MVP shall be chosen with a person election vote, in accordance with paragraph 3 of chapter VI of title I of Book II.
\end{enumerate}}
\chapter{Emeritus Honorary Title}
\section{Emeritus Honorary Title}
\article{Eligibility}{}
\chapter{Miscellaneous Discord Titles}
\section{Miscellaneous Discord Titles}
\article{X}{Rules on when titles can be created in Discord and who gets them... ()}
\title{Passive farming}
\chapter{Passive farming}
% AFK is allowed, but kicks might be issued by Administration if tps drops too far or if server near full
\article{AFK Farming}{}
\book{The worlds of the Crafty Table}
\title{General provisions}
\title{The worlds of the Crafty Table}
\chapter{General provisions}
\article{Difficulty}{\begin{enumerate}
\item The Server shall run on Hard difficulty.
\item The difficulty in the Creative world shall be Peaceful.
@ -452,7 +535,7 @@
\end{enumerate}}
% The end, reset and raidable
\title{The dimensions of the End}
\chapter{The dimensions of the End}
\article{Two dimensions}{\begin{enumerate}
\item The Server shall contain two worlds of the type minecraft:the\_end.
\item The first shall be persistent and not subject to change besides a larger server reset.
@ -466,11 +549,11 @@
\end{enumerate}}
% The creative world
\title{The Creative world}
\chapter{The Creative world}
\article{x}{x}
% Transfer act
\subbook{Transfer Rules}
\subtitle{Transfer Rules}
\article{Temporary nature and purpose}{\begin{enumerate}
\item This title shall only be active until the dissolution of the New World.
\item This title provides regulations and procedures for the transferring of public builds and custom head collections from the Old World into the New World.
@ -497,9 +580,9 @@
% Regional Governance
% Municipal / Towns / Mayors
% Governorates / Nether / PVP
\book{Regional Governance}
\title{Municipal Regulations}
\chapter{Creation, dissolution and modification of Towns}
\title{Regional Governance}
\chapter{Municipal Regulations}
\section{Creation, dissolution and modification of Towns}
\article{Creation}{\begin{enumerate}
\item Citizens of the Realm may, upon having created a community of at least five members within visual distance, request the Administration to create an official Town. The Town creation request shall contain the following details:\begin{enumerate}[label=\alph*.]
\item the name of the Town;
@ -523,7 +606,7 @@
\article{Name}{The name of the Town may be changed by the Administration upon a request to the Administration from the Mayor.}
\chapter{Organization and Composition of Towns}
\section{Organization and Composition of Towns}
\paragraph{Citizens of the Town}
\article{Initial population}{The initial population of a Town is to be all Citizens of the Realm with primary housing within the boundary of the Town just established.}
@ -543,7 +626,7 @@
\paragraph{General Composition}
\article{Composition}{Every Town shall have a Municipal Council, a Mayor and may have a Mayor's Council.}
\paragraph{The Municipal Council}
\subparagraph{The Municipal Council}
\article{Municipal Council}{The Municipal Council shall consist of all Citizens of the Town.}
\article{Chairman}{The Mayor of the Town shall be the Chairman of the Municipal Council.}
@ -568,7 +651,7 @@
\item If a vote in the Municipal Council results in a tie, the Mayor shall have the deciding vote.
\end{enumerate}}
\paragraph{The Mayor}
\subparagraph{The Mayor}
\article{Appointment and Dismissal}{\begin{enumerate}
\item The Mayor shall be elected by a majority vote in the Municipal Council, from one of its members, for a term of three months.
\item The Municipal Council may request the Administration to facilitate the process of a fair election.
@ -594,7 +677,7 @@
\article{Monetary Compensation}{The Municipal Council may decide to provide the Mayor with monetary compensation for their duties. This compensation shall be funded by municipal taxation.}
% (!) CONTENTIOUS
\paragraph{The Mayor's Council}
\subparagraph{The Mayor's Council}
\article{Creation}{The Mayor may decide to create a Mayor's Council. If created, all the Mayor's acts shall require a majority vote from this Council.}
\article{Dissolution}{The Mayor's Council shall be dissolved by a majority vote in the Municipal Council or by a decree of the Administration.}
@ -621,27 +704,27 @@
\article{Signature}{Any decisions taken by the Mayor's Council shall be signed by the Mayor.}
\chapter{Authority of the Municipal Organs}
\section{Authority of the Municipal Organs}
\paragraph{General Provisions}
\article{Local Governance}{The Town shall have full authority in the organization of ()}
% Defined governorships and lawful Towns
% Wingsville upon Spooown Act
\book{Regulated Territories}
\title{Towns established by Law}
\chapter{The Town of Spawn}
\title{Regulated Territories}
\chapter{Towns established by Law}
\section{The Town of Spawn}
\title{Governorates established by Law}
\chapter{The Shopping District}
\chapter{Governorates established by Law}
\section{The Shopping District}
% Environmental Law
% Land Reclamation Law
% Claimblocks Act
\book{Environmental Planning}
\title{General Provisions}
\title{Environmental Planning}
\chapter{General Provisions}
\article{Definition}{\begin{enumerate}
\item A land claim shall mean such an area as has been claimed by a player using the GriefPrevention plugin.
\item Land claims shall not include those lands as have been claimed by the Administration using GriefPrevention or any other similar modifications.
@ -654,8 +737,8 @@
\item Alternatively, a land claim may be resized to comply with this act.
\end{enumerate}}
\title{Land Reclamation}
\chapter{Right to Land Reclamation}
\chapter{Land Reclamation}
\section{Right to Land Reclamation}
\paragraph{Reclamation Rules \& Procedure}
\article{Foundation}{\begin{enumerate}
\item Land claims belonging to a player who hasn't been online on the server for a period of time as determined in article 4, for at least 1 hour, shall be eligible to land reclamation. The following land claims are exempted from land reclamation:\begin{enumerate}[label=\alph*.]
@ -723,7 +806,7 @@
\article{Removal}{The Administration will remove a Citizen from the reclamation exemption registry if the Citizen returns to the server for at least 24 hours during the time they have been registered on the reclamation exemption registry.}
\chapter{Resource Reclamation}
\section{Resource Reclamation}
\article{Foundation}{Upon approving a reclamation request, certain resources belonging to the current owner of the land claim may be taxed by the Administration.}
\article{Eligible resources}{\begin{enumerate}
@ -748,12 +831,12 @@
\end{enumerate}\medskip%
The Administration may enact a decree stating the exact redistribution of resources.}
\chapter{Final Provisions}
\section{Final Provisions}
\article{Regional Governance}{Any provision in this title may be overruled by a regional decree of a Municipal Council or by the order of a Governor, after receiving approval from the President.}
% Claimblocks act
\title{Claimblocks}
\chapter{Claimblocks}
\article{Initial claimblocks}{\begin{enumerate}
\item All players that join the Server shall automatically receive 25000 claimblocks.
\item A player shall automatically receive 200 additional claimblocks for every hour played on the server.
@ -788,8 +871,8 @@
% Don't use the sendall command
\book{Criminal Code}
\title{General Provisions}
\title{Criminal Code}
\chapter{General Provisions}
\article{\textit{Nullum crimen sine lege}}{\begin{enumerate}
\item No act is a criminal offense unless so defined as a criminal offense in the statutes.
\item An act may be a criminal offense if another player is convicted of the same act before the enactment of this book.
@ -800,7 +883,7 @@
\article{Application outside of Server}{The statutes shall additionally apply to those who commit one of the criminal offenses outside the Worlds of the Realm of the Crafty Table, as determined in title II, chapter I of this Law.}
\chapter{Sanctions}
\section{Sanctions}
\article{List of Sanctions}{\begin{enumerate}
\item The following sanctions can be imposed:
\begin{enumerate}[label={(\alph*)}]
@ -859,14 +942,20 @@
% Warnings need to be given, except for criminal acts which illegality can be considered common among Survival Minecraft servers.
\article{Warnings}{}
\title{Criminal offenses}
\chapter{Crimes against the Server}
% Every day, first 7 days wrongfully banned = 16 diamonds compensation a day
% Every day, after first 7 days wrongfully banned = 4 diamonds compensation a day
% Up to 168 diamonds
\article{Wrongful sentencing}{}
\chapter{Criminal offenses}
\section{Crimes against the Server}
% CIVIL CODE
\book{Civil Code}
\title{Marriages}
\chapter{General Provisions}
\title{Civil Code}
\chapter{Marriages}
\section{General Provisions}
\article{Null marriage}{Any marriage created in violation of the statutes shall be null and void, and shall remain without any legal consequences.}
\article{Requirements for marriage}{\begin{enumerate}
@ -876,7 +965,7 @@
\item None of the persons entering into a marriage may be banned or may not have been banned, for at least a month, at any point in the history of the Crafty Table.
\end{enumerate}\medskip If one of the previous requirements prevents a marriage from being entered into, the President may, by Administrative decree, permit an exemption if being requested to do so.}
\chapter{The creation of marriages through registration and means of weddings}
\section{The creation of marriages through registration and means of weddings}
\paragraph{Civil Marriage}
\article{Intention to Marry}{In order for two persons to enter into a marriage they must first register their intention to marry to the Administration. They shall provide the Administration with the following details:\begin{enumerate}[label=(\alph*)]
\item their names, both the names as used in the worlds of the Crafty Table, and - if applicable - their names on Discord;
@ -929,7 +1018,7 @@
\article{Pledges before Kipje}{The pledge, as required in the previous article, shall be as follows: "I pledge, before the eyes of my friends, my guests, and my Kipje, that I shall take thee [name of partner], to be my partner in holy matrimony, such as Our Lord and Saviour Kipje has ordained it; that I shall support, love, cherish and obey, in sickness and in health; in the overworld, the nether or the end; and thereto I pledge to thee myself to you. May Kipje bless you and us from this day until the end of days."}
\chapter{Rights and obligations of the wedded partners}
\section{Rights and obligations of the wedded partners}
\article{Support}{Wedded partners are obliged to be faithful to one another, to support one another and to give to each other that which the other partner needs.}
\article{Information}{Wedded partners are obliged to provide each other information regarding decisions taken, and regarding any property or debt.}
@ -937,7 +1026,7 @@
\article{Property arrangements}{Wedded partners shall have shared property. Any property held individually by the partners before the marriage shall become part of the shared property, and any property accrued during the marriage shall be part of the shared property. Any debts incurred by the wedded partners may be resolved using the shared property, prioritizing the property previously belonging to the partner which incurred the debt.}
\chapter{Dissolution of marriages}
\section{Dissolution of marriages}
\article{Civil dissolution}{Any civil marriage may be dissolved in one of the following ways:\begin{enumerate}[label=(\alph*)]
\item by the disappearance of a player, when they do not show up for nine months on either any of the worlds of the Crafty Table; or does not send a message on its Discord server;
\item by means of divorce, as taking place within a Court of Law.
@ -969,7 +1058,7 @@
\subarticle{Autonomous Procedure}{The Administration may alternatively request the Judiciary for a divorce of the two partners, if one of the grounds of divorce is met, and there is reason to believe that one of the partners wants to divorce, but is unable to due to circumstances. Any such arranged divorces must be registered in accordance with the previous article.}
\chapter{Levied duties on acts of marriage}
\section{Levied duties on acts of marriage}
\article{Civil marriage}{The Administration may, by administrative decree, levy a duty on certain acts of marriage. It may levy the following duties: \begin{enumerate}[label=(\alph*)]
\item for the registration of the intention to marry, a duty may be levied of up to or equivalent to 160 CraftyCoins;
\item for the creation of the marriage in a public place, a duty may be levied of up to or equivalent to 320 CraftyCoins;
@ -987,14 +1076,14 @@
% Taxes!
\book{Taxation}
\title{General Provisions}
\title{Taxation}
\chapter{General Provisions}
% () Fairness? Other provisions to calm players
\article{Council mandate}{Taxation may only be levied when legally sanctioned in the statutes. }
\article{Request for information}{Player who wish to inspect the exact data used to determine the taxation, can request access to the source files by sending a request to the President. The President shall provide the relevant source files within 7 days of the request.}
\title{Method of Taxation}
\chapter{Method of Taxation}
\article{Publication of Tax Assessment}{\begin{enumerate}
\item The Administration shall, within 2 days of the moment of taxation, publish a Crafty Tax Assessment using a designated Discord channel. This assessment shall contain a list of all players eligible to taxation, the amount to be taxed from these players and the factual grounds for the taxation.
\item The Administration may alternatively send individual messages to players of their individual Tax Assessment.